18 #ifndef itkVTKPolyDataWriter_h
19 #define itkVTKPolyDataWriter_h
45 template <
typename TInputMesh>
74 using PixelType =
typename InputMeshType::PixelType;
76 using CellType =
typename InputMeshType::CellType;
100 itkSetStringMacro(FileName);
101 itkGetStringMacro(FileName);
116 PrintSelf(std::ostream & os,
Indent indent)
const override;
120 #ifndef ITK_MANUAL_INSTANTIATION
121 # include "itkVTKPolyDataWriter.hxx"