DGtal
1.5.beta
|
#include <DGtal/images/ImageContainerBySTLVector.h>
Public Types | |
typedef TImage::Point | Point |
typedef TImage::Difference | Difference |
Public Member Functions | |
DistanceFunctorFromPoint (const TImage *aImagePtr) | |
Difference | operator() (const Point &aPoint) const |
Private Attributes | |
const TImage * | myImagePtr |
Distance Functor used to create the ranges. Such functor returns the distance between the image "begin" and a given point.
TImage | Image type |
Definition at line 73 of file ImageContainerBySTLVector.h.
typedef TImage::Difference DGtal::DistanceFunctorFromPoint< TImage >::Difference |
Definition at line 79 of file ImageContainerBySTLVector.h.
typedef TImage::Point DGtal::DistanceFunctorFromPoint< TImage >::Point |
Definition at line 78 of file ImageContainerBySTLVector.h.
|
inline |
Definition at line 83 of file ImageContainerBySTLVector.h.
|
inline |
Definition at line 86 of file ImageContainerBySTLVector.h.
References aPoint(), and DGtal::DistanceFunctorFromPoint< TImage >::myImagePtr.
|
private |
Definition at line 91 of file ImageContainerBySTLVector.h.
Referenced by DGtal::DistanceFunctorFromPoint< TImage >::operator()().