ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
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 >:

List of all members.

Public Types

typedef
MeshType::CellsContainerConstIterator 
CellsContainerConstIterator
typedef SmartPointer< const SelfConstPointer
typedef Superclass::ElementType ElementType
typedef Superclass::MeasureType MeasureType
typedef Superclass::MeshType MeshType
typedef SmartPointer< SelfPointer
typedef
Superclass::PriorityQueueWrapperType 
PriorityQueueWrapperType
typedef Superclass::PriorityType PriorityType
typedef MaxMeasureBoundCriterion Self
typedef
QuadEdgeMeshDecimationCriterion
< TMesh, TElement, TMeasure,
TPriorityQueueWrapper > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
bool is_satisfied (MeshType *, const ElementType &, const MeasureType &iValue) const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 MaxMeasureBoundCriterion ()
 ~MaxMeasureBoundCriterion ()

Private Member Functions

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

Detailed Description

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

Definition at line 221 of file itkQuadEdgeMeshDecimationCriteria.h.


Member Typedef Documentation

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

Definition at line 239 of file itkQuadEdgeMeshDecimationCriteria.h.

template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef SmartPointer< const Self > itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ConstPointer
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef Superclass::ElementType itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::ElementType
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef Superclass::MeasureType itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeasureType
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef Superclass::MeshType itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MeshType
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef SmartPointer< Self > itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Pointer
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef Superclass::PriorityQueueWrapperType itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityQueueWrapperType
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef Superclass::PriorityType itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::PriorityType
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef MaxMeasureBoundCriterion itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Self
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
typedef QuadEdgeMeshDecimationCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper > itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::Superclass

Constructor & Destructor Documentation

template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MaxMeasureBoundCriterion ( ) [inline, protected]

Definition at line 253 of file itkQuadEdgeMeshDecimationCriteria.h.

template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::~MaxMeasureBoundCriterion ( ) [inline, protected]

Definition at line 254 of file itkQuadEdgeMeshDecimationCriteria.h.

template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::MaxMeasureBoundCriterion ( const Self ) [private]

Member Function Documentation

template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class TPriorityQueueWrapper = MinPriorityQueueElementWrapper< typename TMesh::QEType *, std::pair< bool, TMeasure > >>
virtual::itk::LightObject::Pointer itk::MaxMeasureBoundCriterion< TMesh, TElement, TMeasure, TPriorityQueueWrapper >::CreateAnother ( void  ) 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<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class 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<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class 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 [inline, virtual]
template<class TMesh , typename TElement = IdentifierType, typename TMeasure = double, class 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

Reimplemented from itk::Object.

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

Mutex lock to protect modification to the reference count

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


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