DGtalTools
1.5.beta
|
#include <estimators/volSurfaceRegularization-details/shape.h>
Public Types | |
typedef DGtal::Z3i::Point | Point |
typedef DGtal::Z3i::RealPoint | RealPoint |
Public Member Functions | |
CapsuleShape (const double &radius_, const double &length_, const RealPoint &direction_) | |
bool | operator() (const Point &point) const |
Data Fields | |
double | radius |
double | length |
RealPoint | direction |
typedef DGtal::Z3i::Point CapsuleShape::Point |
|
inline |
Definition at line 85 of file shape.h.
References direction, and DGtal::PointVector< dim, TEuclideanRing, TContainer >::norm().
|
inline |
RealPoint CapsuleShape::direction |
Definition at line 100 of file shape.h.
Referenced by CapsuleShape(), and operator()().
double CapsuleShape::length |
Definition at line 99 of file shape.h.
Referenced by operator()().
double CapsuleShape::radius |
Definition at line 98 of file shape.h.
Referenced by operator()().