|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkVTKPolyDataReader_h
19 #define itkVTKPolyDataReader_h
44 template <
typename TOutputMesh>
72 using CellType =
typename OutputMeshType::CellType;
94 itkSetStringMacro(FileName);
95 itkGetStringMacro(FileName);
102 itkGetStringMacro(Header);
108 PrintSelf(std::ostream & os,
Indent indent)
const override;
112 GenerateData()
override;
123 #ifndef ITK_MANUAL_INSTANTIATION
124 # include "itkVTKPolyDataReader.hxx"
127 #endif //_itkVTKPolyDataReader_h
typename OutputMeshType::PointType PointType
typename OutputMeshType::MeshTraits MeshTraits
typename OutputMeshType::PointsContainerPointer PointsContainerPointer
typename OutputMeshType::Pointer OutputMeshPointer
typename PointType::VectorType VectorType
ImageBaseType::SpacingType VectorType
ImageBaseType::PointType PointType
typename MeshTraits::PixelType PixelType
typename OutputMeshType::CellAutoPointer CellAutoPointer
typename OutputMeshType::CellType CellType
Track the current version of the software.
typename TriangleCellType::SelfAutoPointer TriangleCellAutoPointer
Control indentation during Print() invocation.
typename OutputMeshType::CellTraits CellTraits
A wrapper of the STL "map" container.
Light weight base class for most itk classes.
typename OutputMeshType::CellIdentifier CellIdentifier
Base class for all process objects that output mesh data.
typename OutputMeshType::PointsContainer PointsContainer
typename OutputMeshType::PointIdentifier PointIdentifier
std::pair< IdentifierType, IdentifierType > IndexPairType
typename CellTraits::PointIdIterator PointIdIterator
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Reads a vtkPolyData file and create an itkMesh.
TOutputMesh OutputMeshType