ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
itk::CleanQuadEdgeMeshFilter< TInput, TOutput > Class Template Reference

TODO. More...

#include <itkCleanQuadEdgeMeshFilter.h>

Inheritance diagram for itk::CleanQuadEdgeMeshFilter< TInput, TOutput >:
Collaboration diagram for itk::CleanQuadEdgeMeshFilter< TInput, TOutput >:

List of all members.

Public Types

typedef BoundingBoxType::Pointer BoundingBoxPointer
typedef BoundingBox
< InputPointIdentifier,
itkGetStaticConstMacro(PointDimension),
InputCoordRepType,
InputPointsContainer
BoundingBoxType
typedef SmartPointer< const SelfConstPointer
typedef CriterionType::Pointer CriterionPointer
typedef
MaxMeasureBoundCriterion
< OutputMeshType
CriterionType
typedef DecimationType::Pointer DecimationPointer
typedef
SquaredEdgeLengthDecimationQuadEdgeMeshFilter
< InputMeshType, InputMeshType,
CriterionType
DecimationType
typedef
InputMeshType::CellsContainerIterator 
InputCellsContainerIterator
typedef Superclass::InputCellTraits InputCellTraits
typedef
Superclass::InputCoordRepType 
InputCoordRepType
typedef
Superclass::InputEdgeCellType 
InputEdgeCellType
typedef
Superclass::InputMeshPointer 
InputMeshPointer
typedef TInput InputMeshType
typedef
Superclass::InputPointIdentifier 
InputPointIdentifier
typedef
Superclass::InputPointIdList 
InputPointIdList
typedef
InputMeshType::PointsContainer 
InputPointsContainer
typedef
InputMeshType::PointsContainerIterator 
InputPointsContainerIterator
typedef
InputMeshType::PointsContainerPointer 
InputPointsContainerPointer
typedef
Superclass::InputPointsIdInternalIterator 
InputPointsIdInternalIterator
typedef Superclass::InputPointType InputPointType
typedef
Superclass::InputPolygonCellType 
InputPolygonCellType
typedef Superclass::InputQEIterator InputQEIterator
typedef Superclass::InputQEPrimal InputQEPrimal
typedef Superclass::InputVectorType InputVectorType
typedef
OutputMeshType::CellsContainerIterator 
OutputCellsContainerIterator
typedef
Superclass::OutputCoordRepType 
OutputCoordRepType
typedef
Superclass::OutputMeshPointer 
OutputMeshPointer
typedef TOutput OutputMeshType
typedef
Superclass::OutputPointIdentifier 
OutputPointIdentifier
typedef
OutputMeshType::PointsContainer 
OutputPointsContainer
typedef
OutputMeshType::PointsContainerIterator 
OutputPointsContainerIterator
typedef
OutputMeshType::PointsContainerPointer 
OutputPointsContainerPointer
typedef Superclass::OutputPointType OutputPointType
typedef Superclass::OutputQEPrimal OutputQEPrimal
typedef OutputMeshType::QEType OutputQEType
typedef
Superclass::OutputVectorType 
OutputVectorType
typedef SmartPointer< SelfPointer
typedef CleanQuadEdgeMeshFilter Self
typedef
QuadEdgeMeshToQuadEdgeMeshFilter
< TInput, TOutput > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetAbsoluteTolerance (InputCoordRepType _arg)
virtual void SetRelativeTolerance (InputCoordRepType _arg)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int PointDimension = InputMeshType::PointDimension

Protected Member Functions

void CleanPoints ()
 CleanQuadEdgeMeshFilter ()
void GenerateData ()
void MergePoints ()
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~CleanQuadEdgeMeshFilter ()

Protected Attributes

InputCoordRepType m_AbsoluteTolerance
InputCoordRepType m_AbsoluteTolerance2
InputCoordRepType m_RelativeTolerance

Private Member Functions

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

Detailed Description

template<class TInput, class TOutput = TInput>
class itk::CleanQuadEdgeMeshFilter< TInput, TOutput >

TODO.

Definition at line 36 of file itkCleanQuadEdgeMeshFilter.h.


Member Typedef Documentation

template<class TInput , class TOutput = TInput>
typedef BoundingBoxType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::BoundingBoxPointer

Definition at line 92 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef BoundingBox< InputPointIdentifier, itkGetStaticConstMacro(PointDimension), InputCoordRepType, InputPointsContainer > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::BoundingBoxType

Definition at line 90 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef SmartPointer< const Self > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::ConstPointer
template<class TInput , class TOutput = TInput>
typedef CriterionType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CriterionPointer

Definition at line 95 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef MaxMeasureBoundCriterion< OutputMeshType > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CriterionType

Definition at line 94 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef DecimationType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::DecimationPointer

Definition at line 100 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::DecimationType

Definition at line 99 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef InputMeshType::CellsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCellsContainerIterator

Definition at line 70 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::InputCellTraits itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCellTraits
template<class TInput , class TOutput = TInput>
typedef Superclass::InputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCoordRepType
template<class TInput , class TOutput = TInput>
typedef Superclass::InputEdgeCellType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputEdgeCellType
template<class TInput , class TOutput = TInput>
typedef Superclass::InputMeshPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputMeshPointer
template<class TInput , class TOutput = TInput>
typedef TInput itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputMeshType

Input types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

Definition at line 49 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::InputPointIdentifier itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointIdentifier
template<class TInput , class TOutput = TInput>
typedef Superclass::InputPointIdList itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointIdList
template<class TInput , class TOutput = TInput>
typedef InputMeshType::PointsContainer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainer

Definition at line 66 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef InputMeshType::PointsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainerIterator

Definition at line 68 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef InputMeshType::PointsContainerPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainerPointer

Definition at line 67 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::InputPointsIdInternalIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsIdInternalIterator
template<class TInput , class TOutput = TInput>
typedef Superclass::InputPointType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointType
template<class TInput , class TOutput = TInput>
typedef Superclass::InputPolygonCellType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPolygonCellType
template<class TInput , class TOutput = TInput>
typedef Superclass::InputQEIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputQEIterator
template<class TInput , class TOutput = TInput>
typedef Superclass::InputQEPrimal itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputQEPrimal
template<class TInput , class TOutput = TInput>
typedef Superclass::InputVectorType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputVectorType
template<class TInput , class TOutput = TInput>
typedef OutputMeshType::CellsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputCellsContainerIterator

Definition at line 87 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::OutputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputCoordRepType
template<class TInput , class TOutput = TInput>
typedef Superclass::OutputMeshPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputMeshPointer
template<class TInput , class TOutput = TInput>
typedef TOutput itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputMeshType

Output types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

Definition at line 74 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::OutputPointIdentifier itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointIdentifier
template<class TInput , class TOutput = TInput>
typedef OutputMeshType::PointsContainer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainer

Definition at line 83 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef OutputMeshType::PointsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainerIterator
template<class TInput , class TOutput = TInput>
typedef OutputMeshType::PointsContainerPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainerPointer
template<class TInput , class TOutput = TInput>
typedef Superclass::OutputPointType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointType
template<class TInput , class TOutput = TInput>
typedef Superclass::OutputQEPrimal itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputQEPrimal
template<class TInput , class TOutput = TInput>
typedef OutputMeshType::QEType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputQEType

Definition at line 82 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef Superclass::OutputVectorType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputVectorType
template<class TInput , class TOutput = TInput>
typedef SmartPointer< Self > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Pointer
template<class TInput , class TOutput = TInput>
typedef CleanQuadEdgeMeshFilter itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Self

Basic types.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

Definition at line 40 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Superclass

Constructor & Destructor Documentation

template<class TInput , class TOutput = TInput>
itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CleanQuadEdgeMeshFilter ( ) [inline, protected]

Definition at line 105 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
virtual itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::~CleanQuadEdgeMeshFilter ( ) [inline, protected, virtual]

Definition at line 112 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CleanQuadEdgeMeshFilter ( const Self ) [private]

Member Function Documentation

template<class TInput , class TOutput = TInput>
void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CleanPoints ( ) [inline, protected]

Definition at line 209 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
virtual::itk::LightObject::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::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::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

template<class TInput , class TOutput = TInput>
void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::GenerateData ( void  ) [inline, protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

Definition at line 118 of file itkCleanQuadEdgeMeshFilter.h.

References itkAssertOrThrowMacro.

template<class TInput , class TOutput = TInput>
virtual const char* itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

template<class TInput , class TOutput = TInput>
void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::MergePoints ( ) [inline, protected]

Definition at line 143 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
static Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::New ( ) [static]

New macro for creation of through a Smart Pointer

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

template<class TInput , class TOutput = TInput>
void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::operator= ( const Self ) [private]

Time when GenerateOutputInformation was last called.

Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.

template<class TInput , class TOutput = TInput>
void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::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::MeshSource< TOutput >.

Definition at line 230 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
virtual void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::SetAbsoluteTolerance ( InputCoordRepType  _arg) [virtual]
template<class TInput , class TOutput = TInput>
virtual void itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::SetRelativeTolerance ( InputCoordRepType  _arg) [virtual]

Member Data Documentation

template<class TInput , class TOutput = TInput>
InputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::m_AbsoluteTolerance [protected]

Definition at line 115 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
InputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::m_AbsoluteTolerance2 [protected]

Definition at line 114 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
InputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::m_RelativeTolerance [protected]

Definition at line 116 of file itkCleanQuadEdgeMeshFilter.h.

template<class TInput , class TOutput = TInput>
const unsigned int itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::PointDimension = InputMeshType::PointDimension [static]

Definition at line 72 of file itkCleanQuadEdgeMeshFilter.h.


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