#include <vector>#include <mia/3d/defines3d.hh>#include <mia/3d/vector.hh>#include <mia/2d/image.hh>#include <mia/core/iohandler.hh>#include <mia/core/ioplugin.hh>Go to the source code of this file.
| Data Structures | |
| class | C2DStackDistanceTransform | 
| A distance transform that stores distances to a 3D binary mask given as slices.  More... | |
| struct | C2DStackDistanceTransform::DistanceFromPoint | 
| Typedefs | |
| typedef TIOPlugin< C2DStackDistanceTransform > | C2DStackDistanceTransformIO | 
| Base class for the generic IO of transformations.  More... | |
| typedef C2DStackDistanceTransformIOPluginHandler::Instance::DataKey | C2DStackDistanceTransformIODataKey | 
| data key type for temporary storage of 3D transformations  More... | |
| typedef THandlerSingleton< TIOPluginHandler< C2DStackDistanceTransformIO > > | C2DStackDistanceTransformIOPluginHandler | 
| Plug-in handler for the transformation IO plug-ins.  More... | |
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const C2DStackDistanceTransform::DistanceFromPoint &v) | 
| bool | operator== (const C2DStackDistanceTransform::DistanceFromPoint &lhs, const C2DStackDistanceTransform::DistanceFromPoint &rhs) | 
Base class for the generic IO of transformations.
Definition at line 164 of file stackdisttrans.hh.
| typedef C2DStackDistanceTransformIOPluginHandler::Instance::DataKey C2DStackDistanceTransformIODataKey | 
data key type for temporary storage of 3D transformations
Definition at line 170 of file stackdisttrans.hh.
| typedef THandlerSingleton< TIOPluginHandler<C2DStackDistanceTransformIO> > C2DStackDistanceTransformIOPluginHandler | 
Plug-in handler for the transformation IO plug-ins.
Definition at line 167 of file stackdisttrans.hh.
| 
 | inline | 
Write a point-distance pair
| os | output stream | 
| v | the poin-distance | 
Definition at line 150 of file stackdisttrans.hh.
References C2DStackDistanceTransform::DistanceFromPoint::distance, and C2DStackDistanceTransform::DistanceFromPoint::point.
| 
 | inline | 
Definition at line 156 of file stackdisttrans.hh.
References C2DStackDistanceTransform::DistanceFromPoint::distance, and C2DStackDistanceTransform::DistanceFromPoint::point.