17 #ifndef itkLandmarksReader_h
18 #define itkLandmarksReader_h
36 template <
unsigned int NDimension>
55 static constexpr
unsigned int Dimension = NDimension;
67 itkSetStringMacro( FileName );
68 itkGetStringMacro( FileName );
74 void PrintSelf(std::ostream& os,
Indent indent)
const override;
76 void GenerateData()
override;
81 using SceneType =
typename SpatialObjectReaderType::SceneType;
90 #ifndef ITK_MANUAL_INSTANTIATION
91 # include "itkLandmarksReader.hxx"
Light weight base class for most itk classes.
typename SpatialObjectReaderType::SceneType SceneType
typename SceneType::ObjectListType ObjectListType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
constexpr unsigned int Dimension
class ITK_FORWARD_EXPORT ProcessObject
Representation of a Landmark based on the spatial object classes.
Class that reads a file containing spatial object landmarks.
SpatialObjectReaderPointer m_SpatialObjectReader
Control indentation during Print() invocation.
typename SpatialObjectReaderType::Pointer SpatialObjectReaderPointer
typename SpatialObjectType::Pointer SpatialObjectPointer