18#ifndef itkVTKPolyDataWriter_h
19#define itkVTKPolyDataWriter_h
45template <
typename TInputMesh>
74 using PixelType =
typename InputMeshType::PixelType;
75 using PointType =
typename InputMeshType::PointType;
76 using CellType =
typename InputMeshType::CellType;
101 itkSetStringMacro(FileName);
102 itkGetStringMacro(FileName);
120#ifndef ITK_MANUAL_INSTANTIATION
121# include "itkVTKPolyDataWriter.hxx"
An abstract interface for cells.
Control indentation during Print() invocation.
Implements transparent reference counting.
void SetInput(const InputMeshType *input)
typename InputMeshType::CellTraits CellTraits
CellInterface< PixelType, CellTraits > CellInterfaceType
SmartPointer< Self > Pointer
typename PointsContainer::ConstIterator PointIterator
typename InputMeshType::CellsContainer CellsContainer
TriangleCell< CellInterfaceType > TriangleCellType
void PrintSelf(std::ostream &os, Indent indent) const override
typename CellType::PointIdIterator PointIdIterator
typename CellsContainer::ConstIterator CellIterator
typename InputMeshType::CellType CellType
typename InputMeshType::PixelType PixelType
virtual void GenerateData()
~VTKPolyDataWriter() override=default
typename InputMeshType::PointIdentifier PointIdentifier
typename InputMeshType::ConstPointer InputMeshPointer
typename InputMeshType::PointsContainer PointsContainer
typename InputMeshType::PointType PointType
SmartPointer< const Self > ConstPointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....