ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits > Class Template Reference

Compute a planar parameterization of the input mesh. More...

#include <itkParameterizationQuadEdgeMeshFilter.h>

Inheritance diagram for itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >:
Collaboration diagram for itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >:

List of all members.

Public Types

typedef MatrixCoefficients
< InputMeshType
CoefficientsComputation
typedef SmartPointer< const SelfConstPointer
typedef
InputMeshType::CellsContainerConstIterator 
InputCellsContainerConstIterator
typedef InputMeshType::CoordRepType InputCoordRepType
typedef InputMeshType::EdgeCellType InputEdgeCellType
typedef InputMeshType::EdgeListType InputEdgeListType
typedef
InputMapPointIdentifier::iterator 
InputMapPoinIdentifierIterator
typedef std::map
< InputPointIdentifier,
InputPointIdentifier
InputMapPointIdentifier
typedef InputMeshType::ConstPointer InputMeshConstPointer
typedef InputMeshType::Pointer InputMeshPointer
typedef TInputMesh InputMeshType
typedef InputMeshType::PixelType InputPixelType
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
typedef InputMeshType::PointIdList InputPointIdList
typedef
InputMeshType::PointsContainer 
InputPointsContainer
typedef
InputMeshType::PointsContainerConstIterator 
InputPointsContainerConstIterator
typedef InputMeshType::PointType InputPointType
typedef InputPointType::VectorType InputPointVectorType
typedef
InputMeshType::PolygonCellType 
InputPolygonCellType
typedef InputQEType::IteratorGeom InputQEIterator
typedef InputMeshType::QEType InputQEType
typedef InputMeshType::Traits InputTraits
typedef InputMeshType::VectorType InputVectorType
typedef SolverTraits::MatrixType MatrixType
typedef
BorderQuadEdgeMeshFilter
< InputMeshType, InputMeshType
MeshBorderTransform
typedef
MeshBorderTransform::Pointer 
MeshBorderTransformPointer
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
typedef
OutputMeshType::ConstPointer 
OutputMeshConstPointer
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TOutputMesh OutputMeshType
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
typedef OutputMeshType::PointType OutputPointType
typedef OutputQEType::IteratorGeom OutputQEIterator
typedef OutputMeshType::QEType OutputQEType
typedef OutputMeshType::VectorType OutputVectorType
typedef SmartPointer< SelfPointer
typedef
ParameterizationQuadEdgeMeshFilter 
Self
typedef TSolverTraits SolverTraits
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< TInputMesh, TOutputMesh > 
Superclass
typedef SolverTraits::ValueType ValueType
typedef SolverTraits::VectorType VectorType

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual MeshBorderTransformGetBorderTransform ()
virtual const char * GetNameOfClass () const
virtual void SetBorderTransform (MeshBorderTransform *_arg)
void SetCoefficientsMethod (CoefficientsComputation *iMethod)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputVDimension = InputMeshType::PointDimension
static const unsigned int OutputVDimension = OutputMeshType::PointDimension

Protected Member Functions

void ComputeListOfInteriorVertices ()
void CopyToOutputBorder ()
void FillMatrix (MatrixType &iM, VectorType &ioBx, VectorType &ioBy)
void GenerateData ()
 ParameterizationQuadEdgeMeshFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
void SolveLinearSystems (const MatrixType &iM, const VectorType &iBx, const VectorType &iBy, VectorType &oX, VectorType &oY)
virtual ~ParameterizationQuadEdgeMeshFilter ()

Protected Attributes

std::vector< OutputPointTypem_Border
MeshBorderTransformPointer m_BorderTransform
InputMapPointIdentifier m_BoundaryPtMap
CoefficientsComputationm_CoefficientsMethod
InputMapPointIdentifier m_InternalPtMap

Private Member Functions

void operator= (const Self &)
 ParameterizationQuadEdgeMeshFilter (const Self &)

Detailed Description

template<class TInputMesh, class TOutputMesh, class TSolverTraits>
class itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >

Compute a planar parameterization of the input mesh.

Note:
Here we have only implemented some parameterizations with fixed boundary.
Wiki Examples:

Definition at line 39 of file itkParameterizationQuadEdgeMeshFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef MatrixCoefficients< InputMeshType > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::CoefficientsComputation

Definition at line 102 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef SmartPointer< const Self > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ConstPointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::CellsContainerConstIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputCellsContainerConstIterator
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::CoordRepType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputCoordRepType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::EdgeCellType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputEdgeCellType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::EdgeListType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputEdgeListType

Definition at line 61 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMapPointIdentifier::iterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMapPoinIdentifierIterator

Definition at line 78 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef std::map< InputPointIdentifier, InputPointIdentifier > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMapPointIdentifier

Definition at line 77 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::ConstPointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshConstPointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshPointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef TInputMesh itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PixelType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPixelType

Definition at line 62 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointIdentifier
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PointIdList itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointIdList
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PointsContainer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointsContainer

Definition at line 67 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PointsContainerConstIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointsContainerConstIterator
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PointType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputPointType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointVectorType

Definition at line 57 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::PolygonCellType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPolygonCellType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputQEType::IteratorGeom itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputQEIterator
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::QEType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputQEType

Definition at line 59 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::Traits itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputTraits

Definition at line 63 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef InputMeshType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputVectorType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef SolverTraits::MatrixType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::MatrixType

Definition at line 96 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef BorderQuadEdgeMeshFilter< InputMeshType, InputMeshType > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::MeshBorderTransform

Definition at line 99 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef MeshBorderTransform::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::MeshBorderTransformPointer

Definition at line 100 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::CoordRepType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputCoordRepType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::ConstPointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshConstPointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshPointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef TOutputMesh itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::PointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointIdentifier
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::PointsContainerIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointsContainerIterator
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::PointType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputQEType::IteratorGeom itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputQEIterator
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::QEType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputQEType

Definition at line 87 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef OutputMeshType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputVectorType
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef SmartPointer< Self > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Pointer
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef ParameterizationQuadEdgeMeshFilter itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Self
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef TSolverTraits itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SolverTraits

Definition at line 94 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Superclass
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef SolverTraits::ValueType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ValueType

Definition at line 95 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
typedef SolverTraits::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::VectorType

Definition at line 97 of file itkParameterizationQuadEdgeMeshFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ParameterizationQuadEdgeMeshFilter ( ) [protected]
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
virtual itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::~ParameterizationQuadEdgeMeshFilter ( ) [inline, protected, virtual]

Definition at line 118 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ParameterizationQuadEdgeMeshFilter ( const Self ) [private]

Member Function Documentation

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ComputeListOfInteriorVertices ( ) [protected]

From the list of all vertices from the input mesh InputList and the list of boundary vertices BoundaryList, Store in m_InternalPtList the list of interior vertices (i.e. vertices in InputList and not in BoundaryList )

Note:
I consider ids of points are well chosen (from 0 to NumberOfPoints)
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::CopyToOutputBorder ( ) [protected]
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
virtual::itk::LightObject::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::CreateAnother ( void  ) const [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::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::FillMatrix ( MatrixType iM,
VectorType ioBx,
VectorType ioBy 
) [protected]

Fill matrix iM and vectors Bx and m_By depending on if one vertex is on the border or not.

Parameters:
[in]iM
[in,out]ioBx
[in,out]ioBy
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GenerateData ( void  ) [protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
virtual MeshBorderTransform* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GetBorderTransform ( ) [virtual]
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
virtual const char* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
static Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::operator= ( const Self ) [private]

Time when GenerateOutputInformation was last called.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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 >.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
virtual void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SetBorderTransform ( MeshBorderTransform _arg) [virtual]
template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SetCoefficientsMethod ( CoefficientsComputation iMethod) [inline]

Definition at line 105 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SolveLinearSystems ( const MatrixType iM,
const VectorType iBx,
const VectorType iBy,
VectorType oX,
VectorType oY 
) [protected]

Solve linears systems : $ iM \cdot oX = iBx $ and $ iM \cdot oY = iBy $.

Parameters:
[in]iM
[in]iBx
[in]iBy
[out]oX
[out]oY

Member Data Documentation

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
const unsigned int itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputVDimension = InputMeshType::PointDimension [static]

Definition at line 65 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
std::vector< OutputPointType > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_Border [protected]

Definition at line 133 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
MeshBorderTransformPointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_BorderTransform [protected]

Definition at line 123 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
InputMapPointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_BoundaryPtMap [protected]

Definition at line 127 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
CoefficientsComputation* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_CoefficientsMethod [protected]

Definition at line 121 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
InputMapPointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_InternalPtMap [protected]

Definition at line 131 of file itkParameterizationQuadEdgeMeshFilter.h.

template<class TInputMesh , class TOutputMesh , class TSolverTraits >
const unsigned int itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputVDimension = OutputMeshType::PointDimension [static]

Definition at line 92 of file itkParameterizationQuadEdgeMeshFilter.h.


The documentation for this class was generated from the following file: