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

+ 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 ::itk::LightObject::Pointer CreateAnother () const
 
virtual int GetModifiedCount () const
 
virtual const char * GetNameOfClass () const
 
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)
 
void SetOutput (TOutputMesh *output)
 
virtual void GraftOutput (DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
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 ()
 
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 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)
 
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 ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
MultiThreaderTypeGetMultiThreader () const
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void PrepareOutputs ()
 
- 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
 
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 >
 MeshSource ()
 
 ~MeshSource () override=default
 
void GenerateInputRequestedRegion () override
 
- Protected Member Functions inherited from itk::ProcessObject
 ProcessObject ()
 
 ~ProcessObject () override
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void AddInput (DataObject *input)
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PopBackInput ()
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void PopFrontInput ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
virtual void SetPrimaryInput (DataObject *object)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
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
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual void SetPrimaryOutput (DataObject *object)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
virtual void AddOutput (DataObject *output)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
virtual void VerifyPreconditions () ITKv5_CONST
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual void GenerateOutputInformation ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void ThreaderUpdateProgressOff ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
 ~Object () override
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
- 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
bool m_Updating
 
TimeStamp m_OutputInformationMTime
 
- 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)
 

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.

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.

◆ CreateAnother()

template<typename TInputMesh , typename TOutputMesh >
virtual::itk::LightObject::Pointer itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::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::MeshToMeshFilter< TInputMesh, TOutputMesh >.

◆ 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 >
virtual const char* itk::SimplexMeshAdaptTopologyFilter< TInputMesh, TOutputMesh >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

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

◆ 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

Make a DataObject of the correct type to used as the specified output. Every ProcessObject subclass must be able to create a DataObject that can be used as a specified output. This method is automatically called when DataObject::DisconnectPipeline() is called. DataObject::DisconnectPipeline, disconnects a data object from being an output of its current source. When the data object is disconnected, the ProcessObject needs to construct a replacement output data object so that the ProcessObject is in a valid state. So DataObject::DisconnectPipeline eventually calls ProcessObject::MakeOutput. Note that MakeOutput always returns a SmartPointer to a DataObject. If a subclass of MeshSource has multiple outputs of different types, then that class must provide an implementation of MakeOutput().

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: