MeVisLabToolboxReference
FMEwork/ITK/Sources/ITK/MLITK/ITKSupport/mlITKSpecialFieldsSupport.h File Reference

File containing specialized converter functions between ML and ITK. More...

#include "mlInitSystemITKSupport.h"
#include "mlModuleIncludes.h"
#include "mlMultiFields.h"
#include "mlPointList.h"
#include "mlVectorList.h"
#include "mlXMarkerList.h"
#include "mlITKMultiBaseConnect.h"
#include <itkPolyLineParametricPath.h>
#include <itkFiniteDifferenceFunction.h>

Go to the source code of this file.

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Functions

template<class POLYLINEPATHTYPE >
POLYLINEPATHTYPE::Pointer ml::ITKPolylineFromBasePointer (Base *baseVal, bool emptyDefaultToOneZeroVal=true)
 Reads a base field and looks for point like data structures (XMarkerLists, XMarkerListContainers, PointLists and Vectorlists).
template<class FINITE_DIFFERENCE_FUNCTION_TYPE >
FINITE_DIFFERENCE_FUNCTION_TYPE::Pointer ml::ITKDifferenceFunctionFromBasePointer (Base *baseVal)
 Checks a base input connector for a base object containing a MultiBaseType.

Detailed Description

File containing specialized converter functions between ML and ITK.

Author:
Wolf Spindler

Definition in file mlITKSpecialFieldsSupport.h.