#include <itkImageToMeshFilter.h>
Inheritance diagram for itk::ImageToMeshFilter< TInputImage, TOutputMesh >:
Public Types | |
typedef ImageToMeshFilter | Self |
typedef MeshSource< TOutputMesh > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TInputImage | InputImageType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef InputImageType::PixelType | InputImagePixelType |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
DataObject::Pointer | MakeOutput (unsigned int idx) |
void | SetInput (unsigned int idx, const InputImageType *input) |
const InputImageType * | GetInput (unsigned int idx) |
OutputMeshType * | GetOutput (void) |
void | GenerateOutputInformation (void) |
Protected Member Functions | |
ImageToMeshFilter () | |
~ImageToMeshFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Definition at line 35 of file itkImageToMeshFilter.h.
|
Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 42 of file itkImageToMeshFilter.h. |
|
Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 54 of file itkImageToMeshFilter.h. |
|
Reimplemented in itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 56 of file itkImageToMeshFilter.h. |
|
Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >. Definition at line 53 of file itkImageToMeshFilter.h. |
|
Reimplemented in itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 55 of file itkImageToMeshFilter.h. |
|
Some Image related typedefs. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 52 of file itkImageToMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 60 of file itkImageToMeshFilter.h. |
|
Some Mesh related typedefs. Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 59 of file itkImageToMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 41 of file itkImageToMeshFilter.h. |
|
Standard class typedefs. Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 39 of file itkImageToMeshFilter.h. |
|
Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. Definition at line 40 of file itkImageToMeshFilter.h. |
|
|
|
|
|
Prepare the output Reimplemented from itk::ProcessObject. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. |
|
Get the input image of this process object. Reimplemented from itk::ProcessObject. |
|
Run-time type information (and related methods). Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. |
|
Get the output Mesh of this process object. Reimplemented from itk::MeshSource< TOutputMesh >. |
|
Create a valid output. Reimplemented from itk::MeshSource< TOutputMesh >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::MeshSource< TOutputMesh >. Reimplemented in itk::BinaryMask3DMeshSource< TInputImage, TOutputMesh >, itk::BinaryMaskToNarrowBandPointSetFilter< TInputImage, TOutputMesh >, and itk::ImageToParametricSpaceFilter< TInputImage, TOutputMesh >. |
|
Set the input image of this process object. |