ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 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) |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
QuadEdgeMeshDecimationCriterion () | |
~QuadEdgeMeshDecimationCriterion () | |
Protected Attributes | |
MeasureType | m_MeasureBound |
SizeValueType | m_NumberOfElements |
bool | m_SizeCriterion |
bool | m_TopologicalChange |
Private Member Functions | |
void | operator= (const Self &) |
QuadEdgeMeshDecimationCriterion (const Self &) |
Definition at line 37 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef SmartPointer< const Self > itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer |
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 >.
Definition at line 42 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TElement itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType |
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 >.
Definition at line 49 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TMeasure itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType |
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 >.
Definition at line 50 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TMesh itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType |
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 >.
Definition at line 46 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef SmartPointer< Self > itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer |
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 >.
Definition at line 41 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef TPriorityQueueWrapper itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType |
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 >.
Definition at line 51 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef PriorityQueueWrapperType::ElementPriorityType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType |
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 >.
Definition at line 52 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef QuadEdgeMeshDecimationCriterion itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self |
Smart pointer typedef support.
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 >.
Definition at line 40 of file itkQuadEdgeMeshDecimationCriteria.h.
typedef Object itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass |
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 >.
Definition at line 43 of file itkQuadEdgeMeshDecimationCriteria.h.
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::QuadEdgeMeshDecimationCriterion | ( | ) | [inline, protected] |
Definition at line 74 of file itkQuadEdgeMeshDecimationCriteria.h.
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::~QuadEdgeMeshDecimationCriterion | ( | ) | [inline, protected] |
Definition at line 82 of file itkQuadEdgeMeshDecimationCriteria.h.
itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::QuadEdgeMeshDecimationCriterion | ( | const Self & | ) | [private] |
virtual const char* itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::GetNameOfClass | ( | ) | const [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 bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::GetTopologicalChange | ( | ) | const [virtual] |
virtual bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::is_satisfied | ( | MeshType * | iMesh, |
const ElementType & | iElement, | ||
const MeasureType & | iValue | ||
) | const [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 >.
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
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 >.
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [inline, protected, virtual] |
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.
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetMeasureBound | ( | const MeasureType & | bound | ) | [inline] |
Definition at line 60 of file itkQuadEdgeMeshDecimationCriteria.h.
void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetNumberOfElements | ( | const SizeValueType & | numberOfElements | ) | [inline] |
Definition at line 54 of file itkQuadEdgeMeshDecimationCriteria.h.
virtual void itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::SetTopologicalChange | ( | bool | _arg | ) | [virtual] |
MeasureType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_MeasureBound [protected] |
SizeValueType itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_NumberOfElements [protected] |
bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_SizeCriterion [protected] |
Definition at line 101 of file itkQuadEdgeMeshDecimationCriteria.h.
bool itk::QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::m_TopologicalChange [protected] |
Definition at line 100 of file itkQuadEdgeMeshDecimationCriteria.h.