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

#include <itkQuadEdgeMeshDecimationCriteria.h>

+ Inheritance diagram for itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >:
+ Collaboration diagram for itk::MaxMeasureBoundCriterion< 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >

Definition at line 224 of file itkQuadEdgeMeshDecimationCriteria.h.

Public Types

using CellsContainerConstIterator = typename MeshType::CellsContainerConstIterator
 
using ConstPointer = SmartPointer< const Self >
 
using ElementType = typename Superclass::ElementType
 
using MeasureType = typename Superclass::MeasureType
 
using MeshType = typename Superclass::MeshType
 
using Pointer = SmartPointer< Self >
 
using PriorityQueueWrapperType = typename Superclass::PriorityQueueWrapperType
 
using PriorityType = typename Superclass::PriorityType
 
using Self = MaxMeasureBoundCriterion
 
using Superclass = QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >
 
- Public Types inherited from itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >
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 ::itk::LightObject::Pointer CreateAnother () const
 
virtual const char * GetNameOfClass () const
 
bool is_satisfied (MeshType *, const ElementType &, const MeasureType &iValue) const override
 
- Public Member Functions inherited from itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >
virtual bool GetTopologicalChange () const
 
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
 
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
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool flag)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

 MaxMeasureBoundCriterion ()
 
 ~MaxMeasureBoundCriterion () override=default
 
- Protected Member Functions inherited from itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >
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 ()
 

Private Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >
MeasureType m_MeasureBound
 
SizeValueType m_NumberOfElements
 
bool m_SizeCriterion
 
bool m_TopologicalChange
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

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

Definition at line 242 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer = SmartPointer< const Self >

Definition at line 231 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType = typename Superclass::ElementType

Definition at line 243 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType = typename Superclass::MeasureType

Definition at line 244 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType = typename Superclass::MeshType

Definition at line 241 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer = SmartPointer< Self >

Definition at line 230 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType = typename Superclass::PriorityQueueWrapperType

Definition at line 245 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType = typename Superclass::PriorityType

Definition at line 246 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self = MaxMeasureBoundCriterion

Definition at line 229 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass = QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >

Definition at line 233 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::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MaxMeasureBoundCriterion ( )
inlineprotected

Definition at line 256 of file itkQuadEdgeMeshDecimationCriteria.h.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::~MaxMeasureBoundCriterion ( )
overrideprotecteddefault
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MaxMeasureBoundCriterion ( 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::itk::LightObject::Pointer itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::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::Object.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual const char* itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >.

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
bool itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::is_satisfied ( MeshType ,
const ElementType ,
const MeasureType iValue 
) const
inlineoverridevirtual
template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
static Pointer itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::New ( )
static

New macro for creation of through a Smart Pointer

template<typename TMesh , typename TElement = IdentifierType, typename TMeasure = double, typename TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
void itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::operator= ( const Self )
privatedelete

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