Data Structures | Typedefs | Functions
stackdisttrans.hh File Reference
#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)
 

Typedef Documentation

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

See Also
CDatapool

Definition at line 170 of file stackdisttrans.hh.

Plug-in handler for the transformation IO plug-ins.

Definition at line 167 of file stackdisttrans.hh.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const C2DStackDistanceTransform::DistanceFromPoint v 
)
inline

Write a point-distance pair

Parameters
osoutput stream
vthe poin-distance
Returns
the output stream

Definition at line 150 of file stackdisttrans.hh.

References C2DStackDistanceTransform::DistanceFromPoint::distance, and C2DStackDistanceTransform::DistanceFromPoint::point.

bool operator== ( const C2DStackDistanceTransform::DistanceFromPoint lhs,
const C2DStackDistanceTransform::DistanceFromPoint rhs 
)
inline