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

#include <itkSimplexMeshAdaptTopologyFilter.h>

Detailed Description

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

This filter changes the topology of a 2-simplex mesh.

Currently only one transformation for inserting new cells into a mesh is implemented. For insertion several criteria are compute, e.g. the curvature in a mesh point. The user can set a threshold value to control how many cells will be manipulated.

Author
Thomas Boettger. Division Medical and Biological Informatics, German Cancer Research Center, Heidelberg.

Definition at line 45 of file itkSimplexMeshAdaptTopologyFilter.h.

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

Classes

class  SimplexCellVisitor
 

Public Types

using CellAutoPointer = typename InputMeshType::CellAutoPointer
 
using CellIdentifier = typename InputMeshType::CellIdentifier
 
using CellMultiVisitorPointer = typename CellMultiVisitorType::Pointer
 
using CellMultiVisitorType = typename InputCellType::MultiVisitor
 
using ConstPointer = SmartPointer< const Self >
 
using CovariantVectorType = CovariantVector< typename InputVectorType::ValueType, 3 >
 
using DoubleContainerIterator = typename DoubleValueMapType::Iterator
 
using DoubleValueMapType = typename itk::MapContainer< CellIdentifier, double >
 
using InputCellAutoPointer = typename InputCellType::CellAutoPointer
 
using InputCellPointIdIterator = typename InputCellType::PointIdIterator
 
using InputCellTraitsType = typename InputMeshType::MeshTraits::CellTraits
 
using InputCellType = typename InputMeshType::CellType
 
using InputMeshPointer = typename InputMeshType::Pointer
 
using InputMeshType = TInputMesh
 
using InputPixelType = typename InputMeshType::PixelType
 
using InputPointType = typename InputMeshType::PointType
 
using InputPolygonPointIdIterator = typename InputPolygonType::PointIdIterator
 
using InputPolygonType = itk::PolygonCell< InputCellType >
 
using InputVectorType = typename InputMeshType::VectorType
 
using OutputCellType = typename OutputMeshType::CellType
 
using OutputMeshPointer = typename OutputMeshType::Pointer
 
using OutputMeshType = TOutputMesh
 
using OutputPolygonType = itk::PolygonCell< OutputCellType >
 
using Pointer = SmartPointer< Self >
 
using PointIdentifier = typename InputMeshType::PointIdentifier
 
using Self = SimplexMeshAdaptTopologyFilter
 
using SimplexVisitorInterfacePointer = typename SimplexVisitorInterfaceType::Pointer
 
using SimplexVisitorInterfaceType = itk::CellInterfaceVisitorImplementation< InputPixelType, InputCellTraitsType, InputPolygonType, SimplexCellVisitor >
 
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

virtual int GetModifiedCount () const
 
const char * GetNameOfClass () const override
 
virtual int GetSelectionMethod () const
 
virtual double GetThreshold () const
 
virtual void SetSelectionMethod (int _arg)
 
virtual void SetThreshold (double _arg)
 
- 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 ()
 

Protected Member Functions

InputPointType ComputeCellCenter (InputCellAutoPointer &simplexCell)
 
void ComputeCellParameters ()
 
void CopyInputMeshToOutputMeshGeometryData ()
 
void GenerateData () override
 
void Initialize ()
 
void ModifyNeighborCells (CellIdentifier id1, CellIdentifier id2, PointIdentifier insertPointId)
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 SimplexMeshAdaptTopologyFilter ()
 
 ~SimplexMeshAdaptTopologyFilter () 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 ()
 

Protected Attributes

CellIdentifier m_IdOffset {}
 
int m_ModifiedCount { 0 }
 
InputCellAutoPointer m_NewSimplexCellPointer {}
 
OutputMeshPointer m_Output {}
 
int m_SelectionMethod { 0 }
 
double m_Threshold { 0.5 }
 
- Protected Attributes inherited from itk::ProcessObject
TimeStamp m_OutputInformationMTime {}
 
bool m_Updating {}
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 

Member Typedef Documentation

◆ CellAutoPointer

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

Definition at line 79 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ CellIdentifier

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

Definition at line 76 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ CellMultiVisitorPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellMultiVisitorPointer = typename CellMultiVisitorType::Pointer

Definition at line 253 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ CellMultiVisitorType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CellMultiVisitorType = typename InputCellType::MultiVisitor

Definition at line 252 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ ConstPointer

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

Smart pointer type alias support

Definition at line 60 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ CovariantVectorType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CovariantVectorType = CovariantVector<typename InputVectorType::ValueType, 3>

Definition at line 82 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ DoubleContainerIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::DoubleContainerIterator = typename DoubleValueMapType::Iterator

Definition at line 89 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ DoubleValueMapType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::DoubleValueMapType = typename itk::MapContainer<CellIdentifier, double>

Definition at line 88 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputCellAutoPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellAutoPointer = typename InputCellType::CellAutoPointer

Definition at line 78 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputCellPointIdIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellPointIdIterator = typename InputCellType::PointIdIterator

Definition at line 77 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputCellTraitsType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputCellTraitsType = typename InputMeshType::MeshTraits::CellTraits

Definition at line 73 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputCellType

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

Definition at line 74 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputMeshPointer

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputMeshPointer = typename InputMeshType::Pointer

Definition at line 69 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputMeshType

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

Definition at line 68 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputPixelType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPixelType = typename InputMeshType::PixelType

Definition at line 72 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputPointType

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

Definition at line 70 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputPolygonPointIdIterator

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPolygonPointIdIterator = typename InputPolygonType::PointIdIterator

Definition at line 81 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputPolygonType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputPolygonType = itk::PolygonCell<InputCellType>

Definition at line 80 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ InputVectorType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType

Definition at line 71 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ OutputCellType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputCellType = typename OutputMeshType::CellType

Definition at line 85 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ OutputMeshPointer

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

Definition at line 84 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ OutputMeshType

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

Definition at line 83 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ OutputPolygonType

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::OutputPolygonType = itk::PolygonCell<OutputCellType>

Definition at line 86 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ Pointer

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

Smart pointer type alias support

Definition at line 57 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ PointIdentifier

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

Definition at line 75 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ Self

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

Standard "Self" type alias.

Definition at line 51 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ SimplexVisitorInterfacePointer

template<typename TInputMesh , typename TOutputMesh >
using itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SimplexVisitorInterfacePointer = typename SimplexVisitorInterfaceType::Pointer

Definition at line 251 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ SimplexVisitorInterfaceType

Definition at line 249 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ Superclass

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

Standard "Superclass" type alias.

Definition at line 54 of file itkSimplexMeshAdaptTopologyFilter.h.

Constructor & Destructor Documentation

◆ SimplexMeshAdaptTopologyFilter()

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

◆ ~SimplexMeshAdaptTopologyFilter()

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

Member Function Documentation

◆ ComputeCellCenter()

template<typename TInputMesh , typename TOutputMesh >
InputPointType itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::ComputeCellCenter ( InputCellAutoPointer simplexCell)
protected

Compute the center of a cell

◆ ComputeCellParameters()

template<typename TInputMesh , typename TOutputMesh >
void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::ComputeCellParameters ( )
protected

Method computes and evaluates cell properties, like area and curvature and determines whether a cell should be refined or not.

◆ CopyInputMeshToOutputMeshGeometryData()

template<typename TInputMesh , typename TOutputMesh >
void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::CopyInputMeshToOutputMeshGeometryData ( )
protected

Copy Geometry data from the input mesh to the output mesh.

◆ GenerateData()

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

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

◆ GetModifiedCount()

template<typename TInputMesh , typename TOutputMesh >
virtual int itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::GetModifiedCount ( ) const
virtual

◆ GetNameOfClass()

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

◆ GetSelectionMethod()

template<typename TInputMesh , typename TOutputMesh >
virtual int itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::GetSelectionMethod ( ) const
virtual

◆ GetThreshold()

template<typename TInputMesh , typename TOutputMesh >
virtual double itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::GetThreshold ( ) const
virtual

◆ Initialize()

template<typename TInputMesh , typename TOutputMesh >
void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::Initialize ( )
protected

Initialize this filters containers

◆ ModifyNeighborCells()

template<typename TInputMesh , typename TOutputMesh >
void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::ModifyNeighborCells ( CellIdentifier  id1,
CellIdentifier  id2,
PointIdentifier  insertPointId 
)
protected

Update topology neighbor relations for all cells which are were influenced by he insertion of new points.

◆ New()

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

Method of creation through the object factory.

◆ PrintSelf()

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

◆ SetSelectionMethod()

template<typename TInputMesh , typename TOutputMesh >
virtual void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SetSelectionMethod ( int  _arg)
virtual

◆ SetThreshold()

template<typename TInputMesh , typename TOutputMesh >
virtual void itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::SetThreshold ( double  _arg)
virtual

Member Data Documentation

◆ m_IdOffset

template<typename TInputMesh , typename TOutputMesh >
CellIdentifier itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_IdOffset {}
protected

class member storing cell id offset

Definition at line 308 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ m_ModifiedCount

template<typename TInputMesh , typename TOutputMesh >
int itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_ModifiedCount { 0 }
protected

attribute contains the number of cells which were modified during the last Update()

Definition at line 325 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ m_NewSimplexCellPointer

template<typename TInputMesh , typename TOutputMesh >
InputCellAutoPointer itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_NewSimplexCellPointer {}
protected

Definition at line 333 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ m_Output

template<typename TInputMesh , typename TOutputMesh >
OutputMeshPointer itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_Output {}
protected

member for accessing the filter result during creation

Definition at line 331 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ m_SelectionMethod

template<typename TInputMesh , typename TOutputMesh >
int itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_SelectionMethod { 0 }
protected

different criteria for cell refinement selection

Definition at line 319 of file itkSimplexMeshAdaptTopologyFilter.h.

◆ m_Threshold

template<typename TInputMesh , typename TOutputMesh >
double itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::m_Threshold { 0.5 }
protected

threshold controls the percentage of cells to satisfy the selection criteria

Definition at line 314 of file itkSimplexMeshAdaptTopologyFilter.h.


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