#include <itkQuadEdgeMeshDecimationCriteria.h>
Definition at line 36 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 |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = Object |
using | Superclass = LightObject |
![]() | |
using | ConstPointer = SmartPointer<const Self> |
using | Pointer = SmartPointer<Self> |
using | Self = LightObject |
Public Member Functions | |
const char * | GetNameOfClass () const override |
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) |
virtual void | TopologicalChangeOff () |
virtual void | TopologicalChangeOn () |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) 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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () 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) const |
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 |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
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 | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
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 {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer = SmartPointer<const Self> |
Definition at line 43 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType = TElement |
Definition at line 50 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType = TMeasure |
Definition at line 51 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType = TMesh |
Definition at line 49 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer = SmartPointer<Self> |
Definition at line 42 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType = TPriorityQueueWrapper |
Definition at line 52 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType = typename PriorityQueueWrapperType::ElementPriorityType |
Definition at line 53 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self = QuadEdgeMeshDecimationCriterion |
Definition at line 41 of file itkQuadEdgeMeshDecimationCriteria.h.
using itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass = Object |
Definition at line 44 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inlineprotected |
Definition at line 77 of file itkQuadEdgeMeshDecimationCriteria.h.
|
overrideprotecteddefault |
|
overridevirtual |
Reimplemented from itk::Object.
|
virtual |
|
pure virtual |
|
inlineoverrideprotectedvirtual |
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::Object.
Definition at line 87 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inline |
Definition at line 63 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inline |
Definition at line 56 of file itkQuadEdgeMeshDecimationCriteria.h.
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 101 of file itkQuadEdgeMeshDecimationCriteria.h.
|
protected |
Definition at line 99 of file itkQuadEdgeMeshDecimationCriteria.h.
|
protected |
Definition at line 97 of file itkQuadEdgeMeshDecimationCriteria.h.
|
protected |
Definition at line 96 of file itkQuadEdgeMeshDecimationCriteria.h.