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

#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 Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
typedef
InputMeshType::CellDataContainer 
InputCellDataContainer
typedef
InputMeshType::CellsContainerConstPointer 
InputCellsContainerConstPointer
typedef InputMeshType::CellTraits InputCellTraits
typedef
InputMeshType::PointDataContainer 
InputPointDataContainer
typedef
InputPointDataContainer::ConstPointer 
InputPointDataContainerConstPointer
typedef
InputMeshType::PointsContainerConstPointer 
InputPointsContainerConstPointer
typedef
InputCellTraits::PointIdInternalIterator 
InputPointsIdInternalIterator
typedef InputMeshType::QEPrimal InputQEPrimal
typedef
OutputMeshType::CellDataContainer 
OutputCellDataContainer
typedef
OutputMeshType::PointDataContainer 
OutputPointDataContainer
typedef
OutputMeshType::PointsContainerConstPointer 
OutputPointsContainerConstPointer
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
typedef OutputMeshType::QEPrimal OutputQEPrimal
- Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
- Public Types inherited from itk::MeshSource< TOutputMesh >
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
typedef DataObject::Pointer DataObjectPointer
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
- Public Types inherited from itk::ProcessObject
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
typedef std::vector
< DataObjectIdentifierType
NameArray
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

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 Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
virtual void CopyInputMeshToOutputMesh ()
virtual void CopyInputMeshToOutputMeshCellData ()
virtual void CopyInputMeshToOutputMeshCells ()
virtual void CopyInputMeshToOutputMeshEdgeCells ()
virtual void CopyInputMeshToOutputMeshFieldData ()
virtual void CopyInputMeshToOutputMeshGeometry ()
virtual void CopyInputMeshToOutputMeshPointData ()
virtual void CopyInputMeshToOutputMeshPoints ()
virtual void CopyMeshToMesh (const TInputMesh *in, TOutputMesh *out)
 QuadEdgeMeshToQuadEdgeMeshFilter ()
virtual ~QuadEdgeMeshToQuadEdgeMeshFilter ()
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
void CopyInputMeshToOutputMeshCellLinks ()
 MeshToMeshFilter ()
 ~MeshToMeshFilter ()
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
void GenerateInputRequestedRegion ()
 MeshSource ()
virtual ~MeshSource ()
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
virtual void AddOutput (DataObject *output)
bool AddRequiredInputName (const DataObjectIdentifierType &)
virtual void CacheInputReleaseDataFlags ()
virtual void GenerateOutputInformation ()
virtual void GenerateOutputRequestedRegion (DataObject *output)
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
bool IsIndexedName (const DataObjectIdentifierType &) const
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
DataObjectPointerArraySizeType MakeIndexFromName (const DataObjectIdentifierType &) const
DataObjectIdentifierType MakeNameFromIndex (DataObjectPointerArraySizeType) const
 ProcessObject ()
virtual void PropagateResetPipeline ()
virtual void ReleaseInputs ()
virtual void RemoveInput (const DataObjectIdentifierType &key)
virtual void RemoveInput (DataObjectPointerArraySizeType)
virtual void RemoveOutput (const DataObjectIdentifierType &key)
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
virtual void RestoreInputReleaseDataFlags ()
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
virtual void SetPrimaryInput (DataObject *input)
virtual void SetPrimaryOutput (DataObject *output)
void SetRequiredInputNames (const NameArray &)
virtual void VerifyInputInformation ()
virtual void VerifyPreconditions ()
 ~ProcessObject ()
DataObjectGetInput (const DataObjectIdentifierType &key)
const DataObjectGetInput (const DataObjectIdentifierType &key) const
DataObjectGetInput (DataObjectPointerArraySizeType)
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
DataObjectGetPrimaryInput ()
const DataObjectGetPrimaryInput () const
DataObjectGetOutput (const DataObjectIdentifierType &key)
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
DataObjectGetPrimaryOutput ()
const DataObjectGetPrimaryOutput () const
virtual void PushBackInput (const DataObject *input)
virtual void PopBackInput ()
virtual void PushFrontInput (const DataObject *input)
virtual void PopFrontInput ()
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

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 ( )
inlineprotectedvirtual

Definition at line 120 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  )
protectedvirtual

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
protectedvirtual

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 106 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 135 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 125 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 129 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 123 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 133 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: