18 #ifndef itkImageToMeshFilter_h
19 #define itkImageToMeshFilter_h
35 template<
typename TInputImage,
typename TOutputMesh >
52 using Superclass::MakeOutput;
67 using Superclass::SetInput;
71 this->SetInput(0, input);
76 const InputImageType * GetInput(
unsigned int idx);
79 return this->GetInput(0);
84 OutputMeshType * GetOutput();
87 void GenerateOutputInformation()
override;
95 #ifndef ITK_MANUAL_INSTANTIATION
96 #include "itkImageToMeshFilter.hxx"
Light weight base class for most itk classes.
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
void SetInput(const InputImageType *input)
typename InputImageType::RegionType InputImageRegionType
typename OutputMeshType::Pointer OutputMeshPointer
const InputImageType * GetInput()
typename InputImageType::PixelType InputImagePixelType
Base class for all process objects that output mesh data.
ImageToMeshFilter is the base class for all process objects that output Mesh data and require image d...
typename InputImageType::Pointer InputImagePointer
typename InputImageType::ConstPointer InputImageConstPointer
ImageBaseType::RegionType RegionType