ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadEdgeMeshDecimationCriteria.h>
Definition at line 37 of file itkQuadEdgeMeshDecimationCriteria.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TElement | ElementType |
typedef TMeasure | MeasureType |
typedef TMesh | MeshType |
typedef SmartPointer< Self > | Pointer |
typedef TPriorityQueueWrapper | PriorityQueueWrapperType |
typedef PriorityQueueWrapperType::ElementPriorityType | PriorityType |
typedef QuadEdgeMeshDecimationCriterion | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 |
virtual LightObject::Pointer | CreateAnother () const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) 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 |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () 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 |
QuadEdgeMeshDecimationCriterion () | |
~QuadEdgeMeshDecimationCriterion () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshDecimationCriterion (const Self &) | |
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) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer |
Definition at line 42 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TElement itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType |
Definition at line 49 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TMeasure itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType |
Definition at line 50 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TMesh itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType |
Definition at line 46 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer |
Definition at line 41 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TPriorityQueueWrapper itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType |
Definition at line 51 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef PriorityQueueWrapperType::ElementPriorityType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType |
Definition at line 52 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef QuadEdgeMeshDecimationCriterion itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self |
Definition at line 40 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef Object itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass |
Definition at line 43 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inlineprotected |
Definition at line 74 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inlineprotected |
Definition at line 82 of file itkQuadEdgeMeshDecimationCriteria.h.
|
private |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Object.
Reimplemented in itk::MinMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, itk::NumberOfFacesCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, and itk::NumberOfPointsCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >.
|
virtual |
|
pure virtual |
Implemented in itk::MinMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, itk::NumberOfFacesCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >, and itk::NumberOfPointsCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >.
|
private |
|
inlineprotectedvirtual |
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 83 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inline |
Definition at line 60 of file itkQuadEdgeMeshDecimationCriteria.h.
|
inline |
Definition at line 54 of file itkQuadEdgeMeshDecimationCriteria.h.
|
virtual |
|
protected |
|
protected |
|
protected |
Definition at line 101 of file itkQuadEdgeMeshDecimationCriteria.h.
|
protected |
Definition at line 100 of file itkQuadEdgeMeshDecimationCriteria.h.