18 #ifndef __itkVTKPolyDataWriter_h
19 #define __itkVTKPolyDataWriter_h
35 template<
typename 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"
InputMeshType::CellTraits CellTraits
CellsContainer::ConstIterator CellIterator
Light weight base class for most itk classes.
InputMeshType::PixelType PixelType
InputMeshType::ConstPointer InputMeshPointer
virtual ~VTKPolyDataWriter()
InputMeshType::PointIdentifier PointIdentifier
void SetInput(const InputMeshType *input)
SmartPointer< Self > Pointer
void operator=(const Self &)
An abstract interface for cells.
InputMeshType::CellsContainer CellsContainer
InputMeshType::CellType CellType
CellType::PointIdIterator PointIdIterator
CellInterface< PixelType, CellTraits > CellInterfaceType
Writes an itkMesh to a file in VTK file format.
SmartPointer< const Self > ConstPointer
InputMeshType::PointType PointType
virtual void GenerateData()
TriangleCell< CellInterfaceType > TriangleCellType
Control indentation during Print() invocation.
void PrintSelf(std::ostream &os, Indent indent) const
InputMeshType::PointsContainer PointsContainer
Base class for most ITK classes.
PointsContainer::ConstIterator PointIterator