DGtalTools
0.9.4
|
#include <estimators/volSurfaceRegularization-details/shape.h>
Public Types | |
typedef DGtal::Z3i::Point | Point |
typedef Eigen::Vector3d | Vector |
typedef Eigen::Matrix3d | Matrix |
Public Member Functions | |
TorusShape (const Matrix &transform_, const double &radius_large_, const double &radius_small_) | |
bool | operator() (const Point &point) const |
Data Fields | |
Matrix | transform |
double | radius_large |
double | radius_small |
typedef Eigen::Matrix3d TorusShape::Matrix |
typedef DGtal::Z3i::Point TorusShape::Point |
typedef Eigen::Vector3d TorusShape::Vector |
|
inline |
|
inline |
double TorusShape::radius_large |
Definition at line 58 of file shape.h.
Referenced by operator()(), and TorusShape().
double TorusShape::radius_small |
Definition at line 59 of file shape.h.
Referenced by operator()(), and TorusShape().
Matrix TorusShape::transform |
Definition at line 57 of file shape.h.
Referenced by operator()().