ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | List of all members
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper > Class Template Referenceabstract

#include <itkQuadEdgeMeshDecimationCriteria.h>

+ Inheritance diagram for itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >:
+ Collaboration diagram for itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >:

Detailed Description

template<typename TMesh, typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
class itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >

Definition at line 37 of file itkQuadEdgeMeshDecimationCriteria.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using ElementType = TElement
 
using MeasureType = TMeasure
 
using MeshType = TMesh
 
using Pointer = SmartPointer< Self >
 
using PriorityQueueWrapperType = TPriorityQueueWrapper
 
using PriorityType = typename PriorityQueueWrapperType::ElementPriorityType
 
using Self = QuadEdgeMeshDecimationCriterion
 
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 const char * GetNameOfClass () const
 
virtual bool GetTopologicalChange () const
 
virtual bool is_satisfied (MeshType *iMesh, const ElementType &iElement, const MeasureType &iValue) const =0
 
void SetMeasureBound (const MeasureType &bound)
 
void SetNumberOfElements (const SizeValueType &numberOfElements)
 
virtual void SetTopologicalChange (bool _arg)
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) 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 noexceptoverride
 
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
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Protected Member Functions

void PrintSelf (std::ostream &os, Indent indent) const override
 
 QuadEdgeMeshDecimationCriterion ()
 
 ~QuadEdgeMeshDecimationCriterion () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~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

MeasureType m_MeasureBound
 
SizeValueType m_NumberOfElements
 
bool m_SizeCriterion
 
bool m_TopologicalChange
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Private Member Functions

void operator= (const Self &)=delete
 
 QuadEdgeMeshDecimationCriterion (const Self &)=delete
 

Additional Inherited Members

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

Member Typedef Documentation

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer = SmartPointer< const Self >

Definition at line 42 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType = TElement

Definition at line 49 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType = TMeasure

Definition at line 50 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType = TMesh

Definition at line 48 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer = SmartPointer< Self >

Definition at line 41 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType = TPriorityQueueWrapper

Definition at line 51 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType = typename PriorityQueueWrapperType::ElementPriorityType

Definition at line 52 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self = QuadEdgeMeshDecimationCriterion

Definition at line 40 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass = Object

Definition at line 43 of file itkQuadEdgeMeshDecimationCriteria.h.

Constructor & Destructor Documentation

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::QuadEdgeMeshDecimationCriterion ( )
inlineprotected
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::~QuadEdgeMeshDecimationCriterion ( )
overrideprotecteddefault
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::QuadEdgeMeshDecimationCriterion ( const Self )
privatedelete

Member Function Documentation

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual const char* itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::GetNameOfClass ( ) const
virtual
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::GetTopologicalChange ( ) const
virtual
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::is_satisfied ( MeshType iMesh,
const ElementType iElement,
const MeasureType iValue 
) const
pure virtual
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::operator= ( const Self )
privatedelete
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
inlineoverrideprotectedvirtual
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetMeasureBound ( const MeasureType bound)
inline
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetNumberOfElements ( const SizeValueType numberOfElements)
inline
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetTopologicalChange ( bool  _arg)
virtual

Member Data Documentation

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
MeasureType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_MeasureBound
protected
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
SizeValueType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_NumberOfElements
protected
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_SizeCriterion
protected
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_TopologicalChange
protected

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