#include <mia/3d/stackdisttrans.hh>
Public Member Functions | |
DistanceFromPoint (C3DBounds _point, float _distance) | |
Data Fields | |
float | distance |
C3DBounds | point |
Return type for the result of the evaluated distances
Definition at line 62 of file stackdisttrans.hh.
|
inline |
Initializing constructor for the distance type
_point | location |
_distance | of the point to whatever is measured |
Definition at line 69 of file stackdisttrans.hh.
float C2DStackDistanceTransform::DistanceFromPoint::distance |
distance of the point to the mask
Definition at line 74 of file stackdisttrans.hh.
Referenced by operator<<(), and operator==().
C3DBounds C2DStackDistanceTransform::DistanceFromPoint::point |
location of the point
Definition at line 72 of file stackdisttrans.hh.
Referenced by operator<<(), and operator==().