ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkMeshToMeshFilter.h>
MeshToMeshFilter is the base class for all process objects that output mesh data, and require mesh data as input. Specifically, this class defines the SetInput() method for defining the input to a filter.
Definition at line 47 of file itkMeshToMeshFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Private Member Functions | |
MeshToMeshFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Definition at line 54 of file itkMeshToMeshFilter.h.
typedef InputMeshType::Pointer itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Definition at line 64 of file itkMeshToMeshFilter.h.
typedef TInputMesh itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Some convenient typedefs.
Definition at line 60 of file itkMeshToMeshFilter.h.
typedef OutputMeshType::Pointer itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 66 of file itkMeshToMeshFilter.h.
typedef TOutputMesh itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Definition at line 65 of file itkMeshToMeshFilter.h.
typedef SmartPointer< Self > itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 53 of file itkMeshToMeshFilter.h.
typedef MeshToMeshFilter itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::Self |
Standard class typedefs.
Definition at line 51 of file itkMeshToMeshFilter.h.
typedef MeshSource< TOutputMesh > itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 52 of file itkMeshToMeshFilter.h.
|
protected |
|
inlineprotected |
Definition at line 79 of file itkMeshToMeshFilter.h.
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::MeshSource< TOutputMesh >.
Reimplemented in itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >, itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >, itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >, itk::NormalQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteGaussianCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >, itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >, itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, itk::DiscreteMeanCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >, itk::DiscreteMaximumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMinimumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >, itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >, itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >, itk::CleanQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteCurvatureTensorQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, and itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
const InputMeshType* itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::GetInput | ( | void | ) | const |
Get the mesh input of this process object.
const InputMeshType* itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::GetInput | ( | unsigned int | idx | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MeshSource< TOutputMesh >.
Reimplemented in itk::BlockMatchingImageFilter< TFixedImage, TMovingImage, TFeatures, TDisplacements, TSimilarities >, itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >, itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >, itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >, itk::DelaunayConformingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >, itk::NormalQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >, itk::InteriorExteriorMeshFilter< TInputMesh, TOutputMesh, TSpatialFunction >, itk::ParametricSpaceToImageSpaceMeshFilter< TInputMesh, TOutputMesh >, itk::WarpMeshFilter< TInputMesh, TOutputMesh, TDisplacementField >, itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >, itk::TransformMeshFilter< TInputMesh, TOutputMesh, TTransform >, itk::DiscreteGaussianCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMeanCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::TriangleMeshToSimplexMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMaximumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteMinimumCurvatureQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscretePrincipalCurvaturesQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::SimplexMeshToTriangleMeshFilter< TInputMesh, TOutputMesh >, itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::CleanQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::DiscreteCurvatureTensorQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::SmoothingQuadEdgeMeshFilter< TInputMesh, TOutputMesh >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
static |
Method for creation through the object factory.
|
private |
void itk::MeshToMeshFilter< TInputMesh, TOutputMesh >::SetInput | ( | const InputMeshType * | input | ) |