ITK  4.8.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 | List of all members
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 >:

Detailed Description

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

Compute a planar parameterization of the input mesh.

This filter computes a mapping in between a planar parametric domain and one input mesh.

This filter is made for fixed boundary parameterization where the parametric domain shape is given by the means of the border transform. Then, the position of internal vertices (not on the boundary) is directly connected to m_CoefficientsComputation.

This filter internally creates and solves a sparse linear system: storage and computation can be set by the means of TSolverTraits. Since for 3D meshes, this filter solves for similar sparse linear systemis for the three dimensions, it is highly recommended to use one direct solver which would first decompose sparse matrix (e.g. VNLSparseLUSolverTraits).

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/1315 or http://www.insight-journal.org/browse/publication/202

Wiki Examples:
Examples:
SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/Code.cxx, and WikiExamples/Meshes/QuadEdgeMeshParameterizationFilter.cxx.

Definition at line 56 of file itkParameterizationQuadEdgeMeshFilter.h.

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 std::map
< InputPointIdentifier,
InputPointIdentifier
InputMapPointIdentifier
 
typedef
InputMapPointIdentifier::iterator 
InputMapPointIdentifierIterator
 
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 SmartPointer< const SelfConstPointer
 
typedef
InputMeshType::CellDataContainer 
InputCellDataContainer
 
typedef
InputMeshType::CellsContainerConstIterator 
InputCellsContainerConstIterator
 
typedef
InputMeshType::CellsContainerConstPointer 
InputCellsContainerConstPointer
 
typedef InputMeshType::CellTraits InputCellTraits
 
typedef InputMeshType::CoordRepType InputCoordRepType
 
typedef InputMeshType::EdgeCellType InputEdgeCellType
 
typedef InputMeshType::ConstPointer InputMeshConstPointer
 
typedef InputMeshType::Pointer InputMeshPointer
 
typedef TInputMesh InputMeshType
 
typedef
InputMeshType::PointDataContainer 
InputPointDataContainer
 
typedef
InputPointDataContainer::ConstPointer 
InputPointDataContainerConstPointer
 
typedef
InputMeshType::PointIdentifier 
InputPointIdentifier
 
typedef InputMeshType::PointIdList InputPointIdList
 
typedef
InputMeshType::PointsContainerConstIterator 
InputPointsContainerConstIterator
 
typedef
InputMeshType::PointsContainerConstPointer 
InputPointsContainerConstPointer
 
typedef
InputCellTraits::PointIdInternalIterator 
InputPointsIdInternalIterator
 
typedef InputMeshType::PointType InputPointType
 
typedef
InputMeshType::PolygonCellType 
InputPolygonCellType
 
typedef InputQEPrimal::IteratorGeom InputQEIterator
 
typedef InputMeshType::QEPrimal InputQEPrimal
 
typedef InputMeshType::VectorType InputVectorType
 
typedef
OutputMeshType::CellDataContainer 
OutputCellDataContainer
 
typedef
OutputMeshType::CoordRepType 
OutputCoordRepType
 
typedef
OutputMeshType::ConstPointer 
OutputMeshConstPointer
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef
OutputMeshType::PointDataContainer 
OutputPointDataContainer
 
typedef
OutputMeshType::PointIdentifier 
OutputPointIdentifier
 
typedef
OutputMeshType::PointsContainerConstPointer 
OutputPointsContainerConstPointer
 
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
 
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
 
typedef OutputMeshType::PointType OutputPointType
 
typedef
OutputQEPrimal::IteratorGeom 
OutputQEIterator
 
typedef OutputMeshType::QEPrimal OutputQEPrimal
 
typedef OutputMeshType::VectorType OutputVectorType
 
typedef SmartPointer< SelfPointer
 
typedef
QuadEdgeMeshToQuadEdgeMeshFilter 
Self
 
typedef MeshToMeshFilter
< TInputMesh, TOutputMesh > 
Superclass
 
- Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef InputMeshType::Pointer InputMeshPointer
 
typedef TInputMesh InputMeshType
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef SmartPointer< SelfPointer
 
typedef MeshToMeshFilter Self
 
typedef MeshSource< TOutputMesh > Superclass
 
- Public Types inherited from itk::MeshSource< TOutputMesh >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef OutputMeshType::Pointer OutputMeshPointer
 
typedef TOutputMesh OutputMeshType
 
typedef SmartPointer< SelfPointer
 
typedef MeshSource Self
 
typedef ProcessObject Superclass
 
typedef
ProcessObject::DataObjectPointerArraySizeType 
DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother () const
 
virtual const MeshBorderTransformGetBorderTransform () const
 
virtual MeshBorderTransformGetModifiableBorderTransform ()
 
virtual const char * GetNameOfClass () const
 
virtual void SetBorderTransform (MeshBorderTransform *_arg)
 
void SetCoefficientsMethod (CoefficientsComputation *iMethod)
 
- Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
const InputMeshTypeGetInput () const
 
const InputMeshTypeGetInput (unsigned int idx) const
 
void SetInput (const InputMeshType *input)
 
- Public Member Functions inherited from itk::MeshSource< TOutputMesh >
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
void SetOutput (TOutputMesh *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual const float & GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
void SetProgress (float progress)
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int) override
 
virtual void UnRegister () const noexceptoverride
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::MeshSource< TOutputMesh >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
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 () override
 
 ParameterizationQuadEdgeMeshFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
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 ()
 
 QuadEdgeMeshToQuadEdgeMeshFilter ()
 
virtual ~QuadEdgeMeshToQuadEdgeMeshFilter ()
 
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
void CopyInputMeshToOutputMeshCellData ()
 
void CopyInputMeshToOutputMeshCellLinks ()
 
void CopyInputMeshToOutputMeshCells ()
 
void CopyInputMeshToOutputMeshPointData ()
 
void CopyInputMeshToOutputMeshPoints ()
 
 MeshToMeshFilter ()
 
 ~MeshToMeshFilter ()
 
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
virtual void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
virtual ~MeshSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs () const
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
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 (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- 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
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime
 
bool m_Updating
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Private Member Functions

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

Member Typedef Documentation

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

Definition at line 118 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef SmartPointer< const Self > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ConstPointer

Definition at line 65 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::CellsContainerConstIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputCellsContainerConstIterator

Definition at line 86 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::CoordRepType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputCoordRepType

Definition at line 71 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::EdgeCellType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputEdgeCellType

Definition at line 87 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::EdgeListType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputEdgeListType

Definition at line 77 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 93 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMapPointIdentifier::iterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMapPointIdentifierIterator

Definition at line 94 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::ConstPointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshConstPointer

Definition at line 70 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshPointer

Definition at line 69 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef TInputMesh itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputMeshType

Input types.

Definition at line 68 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PixelType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPixelType

Definition at line 78 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointIdentifier

Definition at line 74 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PointIdList itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointIdList

Definition at line 89 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PointsContainer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointsContainer

Definition at line 83 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PointsContainerConstIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointsContainerConstIterator

Definition at line 84 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PointType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointType

Definition at line 72 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputPointType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPointVectorType

Definition at line 73 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::PolygonCellType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputPolygonCellType

Definition at line 88 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputQEType::IteratorGeom itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputQEIterator

Definition at line 91 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::QEType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputQEType

Definition at line 75 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 79 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef InputMeshType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputVectorType

Definition at line 76 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef SolverTraits::MatrixType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::MatrixType

Definition at line 112 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 115 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 116 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::CoordRepType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputCoordRepType

Definition at line 100 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::ConstPointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshConstPointer

Definition at line 99 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshPointer

Definition at line 98 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef TOutputMesh itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputMeshType

Output types.

Definition at line 97 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::PointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointIdentifier

Definition at line 102 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::PointsContainerIterator itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointsContainerIterator

Definition at line 106 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::PointType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputPointType

Definition at line 101 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputQEType::IteratorGeom itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputQEIterator

Definition at line 105 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::QEType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputQEType

Definition at line 103 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef OutputMeshType::VectorType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::OutputVectorType

Definition at line 104 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef SmartPointer< Self > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Pointer

Definition at line 64 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef ParameterizationQuadEdgeMeshFilter itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Self

Basic types.

Definition at line 61 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 110 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::Superclass

Definition at line 63 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
typedef SolverTraits::ValueType itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ValueType

Definition at line 111 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 113 of file itkParameterizationQuadEdgeMeshFilter.h.

Constructor & Destructor Documentation

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ParameterizationQuadEdgeMeshFilter ( )
protected
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
virtual itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::~ParameterizationQuadEdgeMeshFilter ( )
inlineprotectedvirtual

Definition at line 136 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::ParameterizationQuadEdgeMeshFilter ( const Self )
private

Member Function Documentation

template<typename TInputMesh , typename TOutputMesh , typename 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<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::CopyToOutputBorder ( )
protected
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
virtual::itk::LightObject::Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::CreateAnother ( ) 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<typename TInputMesh , typename TOutputMesh , typename 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<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GenerateData ( void  )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
virtual const MeshBorderTransform* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GetBorderTransform ( ) const
virtual
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
virtual MeshBorderTransform* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::GetModifiableBorderTransform ( )
virtual
template<typename TInputMesh , typename TOutputMesh , typename 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<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
static Pointer itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::New ( )
static
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::operator= ( const Self )
private
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

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<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
virtual void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SetBorderTransform ( MeshBorderTransform _arg)
virtual
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
void itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::SetCoefficientsMethod ( CoefficientsComputation iMethod)
inline
template<typename TInputMesh , typename TOutputMesh , typename 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<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
const unsigned int itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::InputVDimension = InputMeshType::PointDimension
static

Definition at line 81 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
std::vector< OutputPointType > itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_Border
protected

Definition at line 151 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 141 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 145 of file itkParameterizationQuadEdgeMeshFilter.h.

template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
CoefficientsComputation* itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_CoefficientsMethod
protected
template<typename TInputMesh , typename TOutputMesh , typename TSolverTraits >
InputMapPointIdentifier itk::ParameterizationQuadEdgeMeshFilter< TInputMesh, TOutputMesh, TSolverTraits >::m_InternalPtMap
protected

Definition at line 149 of file itkParameterizationQuadEdgeMeshFilter.h.

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

Definition at line 108 of file itkParameterizationQuadEdgeMeshFilter.h.


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