18 #ifndef __itkImageToMeshFilter_h
19 #define __itkImageToMeshFilter_h
35 template<
typename TInputImage,
typename TOutputMesh >
97 #ifndef ITK_MANUAL_INSTANTIATION
98 #include "itkImageToMeshFilter.hxx"
void operator=(const ImageToMeshFilter &)
TOutputMesh OutputMeshType
InputImageType::PixelType InputImagePixelType
void SetInput(const InputImageType *input)
virtual DataObjectPointer MakeOutput(DataObjectPointerArraySizeType idx) ITK_OVERRIDE
ProcessObject::DataObjectPointerArraySizeType DataObjectPointerArraySizeType
MeshSource< TOutputMesh > Superclass
const InputImageType * GetInput()
Base class for all process objects that output mesh data.
OutputMeshType * GetOutput(void)
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
virtual void SetInput(const DataObjectIdentifierType &key, DataObject *input)
DataObject::Pointer MakeOutput(DataObjectPointerArraySizeType idx)
TInputImage InputImageType
OutputMeshType::Pointer OutputMeshPointer
InputImageType::Pointer InputImagePointer
SmartPointer< const Self > ConstPointer
InputImageType::RegionType InputImageRegionType
void SetInput(unsigned int idx, const InputImageType *input)
void GenerateOutputInformation(void)