ITK
5.2.0
Insight Toolkit
|
#include <itkImageToMeshFilter.h>
ImageToMeshFilter is the base class for all process objects that output Mesh data and require image data as input. Specifically, this class defines the SetInput() method for defining the input to a filter.
Definition at line 36 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 45 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Create a valid output.
Definition at line 51 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 59 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 61 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 58 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 60 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::InputImageType = TInputImage |
Some Image related type alias.
Definition at line 57 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 65 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::OutputMeshType = TOutputMesh |
Some Mesh related type alias.
Definition at line 64 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Pointer = SmartPointer<Self> |
Definition at line 44 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Self = ImageToMeshFilter |
Standard class type aliases.
Definition at line 42 of file itkImageToMeshFilter.h.
using itk::ImageToMeshFilter< TInputImage, TOutputMesh >::Superclass = MeshSource<TOutputMesh> |
Definition at line 43 of file itkImageToMeshFilter.h.
|
protected |
Get the input image of this process object.
|
overrideprotecteddefault |
Get the input image of this process object.
|
overridevirtual |
Prepare the output
Reimplemented from itk::ProcessObject.
Reimplemented in itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.
|
inline |
Get the input image of this process object.
Definition at line 82 of file itkImageToMeshFilter.h.
const InputImageType* itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GetInput | ( | unsigned int | idx | ) |
Get the input image of this process object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputMesh >.
Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::MaskFeaturePointSelectionFilter< TImage, TMask, TFeatures >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >.
OutputMeshType* itk::ImageToMeshFilter< TInputImage, TOutputMesh >::GetOutput | ( | ) |
Get the output Mesh of this process object.
|
overridevirtual |
Make a DataObject of the correct type to used as the specified output.
Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a itkSmartPointer to a DataObject. ImageSource and MeshSource override this method to create the correct type of image and mesh respectively. If a filter has multiple outputs of different types, then that filter must provide an implementation of MakeOutput().
Reimplemented from itk::ProcessObject.
|
inline |
Get the input image of this process object.
Definition at line 72 of file itkImageToMeshFilter.h.
void itk::ImageToMeshFilter< TInputImage, TOutputMesh >::SetInput | ( | unsigned int | idx, |
const InputImageType * | input | ||
) |
Get the input image of this process object.