18 #ifndef itkImageToMeshFilter_h
19 #define itkImageToMeshFilter_h
35 template<
typename TInputImage,
typename TOutputMesh >
92 ImageToMeshFilter(const ImageToMeshFilter &);
93 void operator=(const ImageToMeshFilter &);
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkImageToMeshFilter.hxx"
OutputMeshType * GetOutput()
TOutputMesh OutputMeshType
InputImageType::PixelType InputImagePixelType
void SetInput(const InputImageType *input)
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
MeshSource< TOutputMesh > Superclass
void GenerateOutputInformation() override
const InputImageType * GetInput()
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...
SmartPointer< Self > Pointer
InputImageType::ConstPointer InputImageConstPointer
DataObjectPointerArray::size_type DataObjectPointerArraySizeType
DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx) override
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
Protected method for setting indexed and named inputs.
TInputImage InputImageType
OutputMeshType::Pointer OutputMeshPointer
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) override
InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
void SetInput(unsigned int idx, const InputImageType *input)