DGtalTools
1.5.beta
|
#include <estimators/volSurfaceRegularization-details/shape.h>
Public Types | |
typedef DGtal::Z3i::Point | Point |
typedef Eigen::Vector3d | Vector |
typedef Eigen::Matrix3d | Matrix |
Public Member Functions | |
RoundedCubeShape (const Matrix &transform_, const double &size_, const double &radius_) | |
bool | operator() (const Point &point) const |
Data Fields | |
Matrix | transform |
double | size |
double | radius |
typedef Eigen::Matrix3d RoundedCubeShape::Matrix |
typedef Eigen::Vector3d RoundedCubeShape::Vector |
|
inline |
|
inline |
double RoundedCubeShape::radius |
Definition at line 32 of file shape.h.
Referenced by operator()(), and RoundedCubeShape().
double RoundedCubeShape::size |
Definition at line 31 of file shape.h.
Referenced by operator()(), and RoundedCubeShape().
Matrix RoundedCubeShape::transform |
Definition at line 30 of file shape.h.
Referenced by operator()().