18 #ifndef itkVTKPolyDataWriter_h
19 #define itkVTKPolyDataWriter_h
41 template<
typename TInputMesh >
68 using PixelType =
typename InputMeshType::PixelType;
70 using CellType =
typename InputMeshType::CellType;
93 itkSetStringMacro(FileName);
94 itkGetStringMacro(FileName);
101 virtual void GenerateData();
107 void PrintSelf(std::ostream & os,
Indent indent)
const override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 #include "itkVTKPolyDataWriter.hxx"
Light weight base class for most itk classes.
typename InputMeshType::CellType CellType
typename InputMeshType::ConstPointer InputMeshPointer
An abstract interface for cells.
typename InputMeshType::PointsContainer PointsContainer
typename InputMeshType::CellTraits CellTraits
typename CellsContainer::ConstIterator CellIterator
typename InputMeshType::PointIdentifier PointIdentifier
Writes an itkMesh to a file in VTK file format.
typename CellType::PointIdIterator PointIdIterator
typename InputMeshType::CellsContainer CellsContainer
typename InputMeshType::PointType PointType
typename PointsContainer::ConstIterator PointIterator
Control indentation during Print() invocation.
ImageBaseType::PointType PointType
Base class for most ITK classes.
typename InputMeshType::PixelType PixelType