DGtal 1.4.0
|
Forward declaration. More...
#include <DGtal/shapes/implicit/ImplicitFunctionDiff1LinearCellEmbedder.h>
Public Types | |
typedef ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder > | Self |
typedef ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder > | Base |
typedef Base::Cell | Cell |
typedef Base::RealPoint | RealPoint |
typedef Base::RealVector | RealVector |
typedef Cell | Argument |
typedef RealVector | Value |
Public Types inherited from DGtal::ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder > | |
typedef TKSpace | KSpace |
typedef TImplicitFunctionDiff1 | ImplicitFunctionDiff1 |
typedef TEmbedder | Embedder |
typedef KSpace::Cell | Cell |
typedef KSpace::SCell | SCell |
typedef KSpace::Space | Space |
typedef Space::Point | Point |
typedef Space::RealPoint | RealPoint |
typedef Space::RealVector | RealVector |
typedef ImplicitFunctionDiff1::Value | ImplicitFctValue |
typedef Cell | Argument |
typedef RealPoint | Value |
typedef ImplicitFunctionDiff1LinearCellEmbedderGradientMap< KSpace, ImplicitFunctionDiff1, Embedder > | GradientMap |
Data Fields | |
const ImplicitFunctionDiff1 * | myPtrFct |
A pointer on the implicit function. | |
Additional Inherited Members | |
Protected Attributes inherited from DGtal::ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder > | |
const KSpace * | myPtrK |
A pointer on the cellular grid space. | |
const ImplicitFunctionDiff1 * | myPtrFct |
A pointer on the implicit function. | |
const Embedder * | myPtrEmbedder |
A pointer on the digital embedder. | |
Forward declaration.
GradientMap class for ImplicitFunctionDiff1LinearCellEmbedder. A model of CUnaryFunctor<T, T::Point, T::RealVector>.
Definition at line 251 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef Cell DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::Argument |
Definition at line 264 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder> DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::Base |
Definition at line 260 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef Base::Cell DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::Cell |
Definition at line 261 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef Base::RealPoint DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::RealPoint |
Definition at line 262 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef Base::RealVector DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::RealVector |
Definition at line 263 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder> DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::Self |
Definition at line 258 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
typedef RealVector DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::Value |
Definition at line 265 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
|
inline |
Definition at line 269 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
|
inline |
Definition at line 282 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
References DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::myPtrFct, and DGtal::ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder >::operator()().
|
inline |
Definition at line 275 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
References DGtal::ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder >::operator=().
const ImplicitFunctionDiff1* DGtal::ImplicitFunctionDiff1LinearCellEmbedder< TKSpace, TImplicitFunctionDiff1, TEmbedder >::myPtrFct |
A pointer on the implicit function.
Definition at line 238 of file ImplicitFunctionDiff1LinearCellEmbedder.h.
Referenced by DGtal::ImplicitFunctionDiff1LinearCellEmbedderGradientMap< TKSpace, TImplicitFunctionDiff1, TEmbedder >::operator()().