DGtalTools
1.5.beta
|
#include <estimators/volSurfaceRegularization-details/shape.h>
Public Types | |
typedef ImageType::Point | Point |
typedef Eigen::Vector3d | Vector |
typedef Eigen::Matrix3d | Matrix |
Public Member Functions | |
ImageShape (const ImageType *image_, const Point &shift_) | |
bool | operator() (const Point &point_) const |
Data Fields | |
const ImageType * | image |
Point | shift |
typedef Eigen::Matrix3d ImageShape< ImageType >::Matrix |
typedef ImageType::Point ImageShape< ImageType >::Point |
typedef Eigen::Vector3d ImageShape< ImageType >::Vector |
|
inline |
|
inline |
Definition at line 115 of file shape.h.
References ImageShape< ImageType >::image, and ImageShape< ImageType >::shift.
const ImageType* ImageShape< ImageType >::image |
Definition at line 122 of file shape.h.
Referenced by ImageShape< ImageType >::ImageShape(), and ImageShape< ImageType >::operator()().
Point ImageShape< ImageType >::shift |
Definition at line 123 of file shape.h.
Referenced by ImageShape< ImageType >::operator()().