18 #ifndef __itkVTKPolyDataWriter_h
19 #define __itkVTKPolyDataWriter_h
35 template<
class TInputMesh >
60 typedef typename InputMeshType::PixelType
PixelType;
61 typedef typename InputMeshType::PointType
PointType;
62 typedef typename InputMeshType::CellType
CellType;
85 itkSetStringMacro(FileName);
86 itkGetStringMacro(FileName);
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "itkVTKPolyDataWriter.hxx"