17 #ifndef __itkLandmarksReader_h
18 #define __itkLandmarksReader_h
36 template <
unsigned int NDimension>
53 itkStaticConstMacro(Dimension,
unsigned int, NDimension);
65 itkSetStringMacro( FileName );
66 itkGetStringMacro( FileName );
72 void PrintSelf(std::ostream& os,
Indent indent)
const;
78 void operator=(
const Self&);
92 #ifndef ITK_MANUAL_INSTANTIATION
93 # include "itkLandmarksReader.hxx"
LandmarkSpatialObject< NDimension > SpatialObjectType
Light weight base class for most itk classes.
SpatialObjectType::Pointer SpatialObjectPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
a SceneSpatialObject has a list of SpatialObjects
Representation of a Landmark based on the spatial object classes.
SpatialObjectReaderType::SceneType SceneType
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
Class that reads a file containing spatial object landmarks.
std::list< SpatialObjectPointer > ObjectListType
SceneType::ObjectListType ObjectListType
SpatialObjectReaderType::Pointer SpatialObjectReaderPointer
SpatialObjectReaderPointer m_SpatialObjectReader
Control indentation during Print() invocation.
SpatialObjectReader< NDimension, unsigned short > SpatialObjectReaderType