19#ifndef itkTransformixInputPointFileReader_h
20#define itkTransformixInputPointFileReader_h
45template <
class TOutputMesh>
64 using typename Superclass::DataObjectPointer;
65 using typename Superclass::OutputMeshType;
66 using typename Superclass::OutputMeshPointer;
71 itkGetConstMacro(PointsAreIndices,
bool);
84 itkGetConstMacro(NumberOfPoints,
unsigned long);
101 unsigned long m_NumberOfPoints{ 0 };
102 bool m_PointsAreIndices{
false };
109#ifndef ITK_MANUAL_INSTANTIATION
110# include "itkTransformixInputPointFileReader.hxx"
Base class for mesh readers.
MeshSource< TOutputMesh > Superclass
SmartPointer< const Self > ConstPointer