ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Attributes | List of all members
itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

#include <itkConformalFlatteningMeshFilter.h>

Detailed Description

template<typename TInputMesh, typename TOutputMesh>
class itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >

ConformalFlatteningMeshFilter applies a conformal mapping from 3D to 2D.

This code was contributed in the Insight Journal paper: "Conformal Flattening ITK Filter" by Gao Y., Melonakos J., Tannenbaum A. https://www.insight-journal.org/browse/publication/112

See also
TransformMeshFilter

Definition at line 47 of file itkConformalFlatteningMeshFilter.h.

+ Inheritance diagram for itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >:
+ Collaboration diagram for itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >:

Public Types

using CellAutoPointer = typename CellType::CellAutoPointer
 
using CellIdentifier = typename InputMeshType::CellIdentifier
 
using CellIterator = typename CellsContainer::ConstIterator
 
using CellsContainer = typename InputMeshType::CellsContainer
 
using CellType = typename InputMeshType::CellType
 
using ConstPointer = SmartPointer< const Self >
 
using CoordRepType = double
 
using InputMeshConstPointer = typename InputMeshType::ConstPointer
 
using InputMeshType = TInputMesh
 
using InputPointType = typename InputMeshType::PointType
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutputMesh
 
using OutputPointType = typename OutputMeshType::PointType
 
using Pointer = SmartPointer< Self >
 
using PointIdentifier = typename InputMeshType::PointIdentifier
 
using PointIdIterator = typename CellType::PointIdIterator
 
using PointIterator = typename PointsContainer::ConstIterator
 
using PointsContainer = typename InputMeshType::PointsContainer
 
using Self = ConformalFlatteningMeshFilter
 
using Superclass = MeshToMeshFilter< TInputMesh, TOutputMesh >
 
- Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
using ConstPointer = SmartPointer< const Self >
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInputMesh
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutputMesh
 
using Pointer = SmartPointer< Self >
 
using Self = MeshToMeshFilter
 
using Superclass = MeshSource< TOutputMesh >
 
- Public Types inherited from itk::MeshSource< TOutputMesh >
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = Superclass::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutputMesh
 
using Pointer = SmartPointer< Self >
 
using Self = MeshSource
 
using Superclass = ProcessObject
 
using DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType
 
- Public Types inherited from itk::ProcessObject
using ConstPointer = SmartPointer< const Self >
 
using DataObjectIdentifierType = DataObject::DataObjectIdentifierType
 
using DataObjectPointer = DataObject::Pointer
 
using DataObjectPointerArray = std::vector< DataObjectPointer >
 
using DataObjectPointerArraySizeType = DataObjectPointerArray::size_type
 
using MultiThreaderType = MultiThreaderBase
 
using NameArray = std::vector< DataObjectIdentifierType >
 
using Pointer = SmartPointer< Self >
 
using Self = ProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

const char * GetNameOfClass () const override
 
void MapToPlane ()
 
void MapToSphere ()
 
void SetPolarCellIdentifier (CellIdentifier cellId)
 
void SetScale (double)
 
- 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 *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftOutput (DataObject *graft)
 
void SetOutput (TOutputMesh *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

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 val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Static Public Attributes

static constexpr unsigned int InputPointDimension = TInputMesh::PointDimension
 
static constexpr unsigned int OutputPointDimension = TOutputMesh::PointDimension
 

Protected Member Functions

 ConformalFlatteningMeshFilter ()
 
void GenerateData () override
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ConformalFlatteningMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
void CopyInputMeshToOutputMeshCellData ()
 
void CopyInputMeshToOutputMeshCellLinks ()
 
void CopyInputMeshToOutputMeshCells ()
 
void CopyInputMeshToOutputMeshPointData ()
 
void CopyInputMeshToOutputMeshPoints ()
 
 MeshToMeshFilter ()
 
 ~MeshToMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
 ~MeshSource () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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 DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
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 idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- 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 ()
 

Private Types

using SparseMatrixCoordType = vnl_sparse_matrix< CoordRepType >
 
using VectorCoordType = vnl_vector< CoordRepType >
 

Private Attributes

double m_MapScale {}
 
bool m_MapToSphere {}
 
unsigned int m_PolarCellIdentifier {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ CellAutoPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellAutoPointer = typename CellType::CellAutoPointer

Definition at line 90 of file itkConformalFlatteningMeshFilter.h.

◆ CellIdentifier

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellIdentifier = typename InputMeshType::CellIdentifier

Definition at line 85 of file itkConformalFlatteningMeshFilter.h.

◆ CellIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellIterator = typename CellsContainer::ConstIterator

Definition at line 87 of file itkConformalFlatteningMeshFilter.h.

◆ CellsContainer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellsContainer = typename InputMeshType::CellsContainer

Definition at line 83 of file itkConformalFlatteningMeshFilter.h.

◆ CellType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CellType = typename InputMeshType::CellType

Definition at line 88 of file itkConformalFlatteningMeshFilter.h.

◆ ConstPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self>

Definition at line 61 of file itkConformalFlatteningMeshFilter.h.

◆ CoordRepType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::CoordRepType = double

Type for representing coordinates.

Definition at line 70 of file itkConformalFlatteningMeshFilter.h.

◆ InputMeshConstPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename InputMeshType::ConstPointer

Definition at line 63 of file itkConformalFlatteningMeshFilter.h.

◆ InputMeshType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh

Definition at line 55 of file itkConformalFlatteningMeshFilter.h.

◆ InputPointType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType

Definition at line 65 of file itkConformalFlatteningMeshFilter.h.

◆ OutputMeshPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer

Definition at line 64 of file itkConformalFlatteningMeshFilter.h.

◆ OutputMeshType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh

Definition at line 56 of file itkConformalFlatteningMeshFilter.h.

◆ OutputPointType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename OutputMeshType::PointType

Definition at line 66 of file itkConformalFlatteningMeshFilter.h.

◆ Pointer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self>

Definition at line 60 of file itkConformalFlatteningMeshFilter.h.

◆ PointIdentifier

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIdentifier = typename InputMeshType::PointIdentifier

Definition at line 84 of file itkConformalFlatteningMeshFilter.h.

◆ PointIdIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIdIterator = typename CellType::PointIdIterator

Definition at line 89 of file itkConformalFlatteningMeshFilter.h.

◆ PointIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointIterator = typename PointsContainer::ConstIterator

Definition at line 86 of file itkConformalFlatteningMeshFilter.h.

◆ PointsContainer

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::PointsContainer = typename InputMeshType::PointsContainer

Definition at line 82 of file itkConformalFlatteningMeshFilter.h.

◆ Self

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Self = ConformalFlatteningMeshFilter

Standard class type aliases.

Definition at line 53 of file itkConformalFlatteningMeshFilter.h.

◆ SparseMatrixCoordType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::SparseMatrixCoordType = vnl_sparse_matrix<CoordRepType>
private

Definition at line 126 of file itkConformalFlatteningMeshFilter.h.

◆ Superclass

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::Superclass = MeshToMeshFilter<TInputMesh, TOutputMesh>

Definition at line 58 of file itkConformalFlatteningMeshFilter.h.

◆ VectorCoordType

template<typename TInputMesh , typename TOutputMesh >
using itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::VectorCoordType = vnl_vector<CoordRepType>
private

Definition at line 125 of file itkConformalFlatteningMeshFilter.h.

Constructor & Destructor Documentation

◆ ConformalFlatteningMeshFilter()

template<typename TInputMesh , typename TOutputMesh >
itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::ConformalFlatteningMeshFilter ( )
protected

◆ ~ConformalFlatteningMeshFilter()

template<typename TInputMesh , typename TOutputMesh >
itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::~ConformalFlatteningMeshFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ GenerateData()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::GenerateData ( )
overrideprotectedvirtual

Generate Requested Data

Reimplemented from itk::ProcessObject.

◆ GetNameOfClass()

template<typename TInputMesh , typename TOutputMesh >
const char* itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::GetNameOfClass ( ) const
overridevirtual

◆ MapToPlane()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::MapToPlane ( )

Define that the input surface will be mapped to a plane. This skips the steps of the stereographic projection.

◆ MapToSphere()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::MapToSphere ( )

Define that the input surface will be mapped to a sphere

◆ New()

template<typename TInputMesh , typename TOutputMesh >
static Pointer itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::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 >.

◆ SetPolarCellIdentifier()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::SetPolarCellIdentifier ( CellIdentifier  cellId)

Select the cell that will be used to define the boundary/used as reference for the flattening. This value must be the identifier of a cell existing in the input Mesh. A point of this cell will be mapped to infinity on the plane, or it will be mapped to the north-pole on the sphere. It is recommended to select a cell whose curvature is relatively flat.

◆ SetScale()

template<typename TInputMesh , typename TOutputMesh >
void itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::SetScale ( double  )

Define the scale of the mapping. The largest coordinates of the furthest point in the plane is m_MapScale.

Member Data Documentation

◆ InputPointDimension

template<typename TInputMesh , typename TOutputMesh >
constexpr unsigned int itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::InputPointDimension = TInputMesh::PointDimension
staticconstexpr

Convenient constants obtained from TMeshTraits template parameter.

Definition at line 79 of file itkConformalFlatteningMeshFilter.h.

◆ m_MapScale

template<typename TInputMesh , typename TOutputMesh >
double itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::m_MapScale {}
private

The scale when mapping to the plane. Determines how far the farthest point goes.

Definition at line 137 of file itkConformalFlatteningMeshFilter.h.

◆ m_MapToSphere

template<typename TInputMesh , typename TOutputMesh >
bool itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::m_MapToSphere {}
private

Whether the result is sphere or plane.

Definition at line 133 of file itkConformalFlatteningMeshFilter.h.

◆ m_PolarCellIdentifier

template<typename TInputMesh , typename TOutputMesh >
unsigned int itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::m_PolarCellIdentifier {}
private

Cell Id in which the point P, which is used to define the mapping, lies in.

Definition at line 130 of file itkConformalFlatteningMeshFilter.h.

◆ OutputPointDimension

template<typename TInputMesh , typename TOutputMesh >
constexpr unsigned int itk::ConformalFlatteningMeshFilter< TInputMesh, TOutputMesh >::OutputPointDimension = TOutputMesh::PointDimension
staticconstexpr

Definition at line 80 of file itkConformalFlatteningMeshFilter.h.


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