ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkDecimationQuadEdgeMeshFilter.h>
Definition at line 32 of file itkDecimationQuadEdgeMeshFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef CriterionType::Pointer | CriterionPointer |
typedef TCriterion | CriterionType |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInput | InputMeshType |
typedef CriterionType::MeasureType | MeasureType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutput | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef CriterionType::PriorityQueueWrapperType | PriorityQueueItemType |
typedef CriterionType::PriorityType | PriorityType |
typedef DecimationQuadEdgeMeshFilter | Self |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInput, TOutput > | Superclass |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::CellDataContainer | InputCellDataContainer |
typedef InputMeshType::CellsContainerConstIterator | InputCellsContainerConstIterator |
typedef InputMeshType::CellsContainerConstPointer | InputCellsContainerConstPointer |
typedef InputMeshType::CellTraits | InputCellTraits |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef InputMeshType::EdgeCellType | InputEdgeCellType |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInput | InputMeshType |
typedef InputMeshType::PointDataContainer | InputPointDataContainer |
typedef InputPointDataContainer::ConstPointer | InputPointDataContainerConstPointer |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointIdList | InputPointIdList |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointsContainerConstPointer | InputPointsContainerConstPointer |
typedef InputCellTraits::PointIdInternalIterator | InputPointsIdInternalIterator |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::PolygonCellType | InputPolygonCellType |
typedef InputQEPrimal::IteratorGeom | InputQEIterator |
typedef InputMeshType::QEPrimal | InputQEPrimal |
typedef InputMeshType::VectorType | InputVectorType |
typedef OutputMeshType::CellDataContainer | OutputCellDataContainer |
typedef OutputMeshType::CoordRepType | OutputCoordRepType |
typedef OutputMeshType::ConstPointer | OutputMeshConstPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutput | OutputMeshType |
typedef OutputMeshType::PointDataContainer | OutputPointDataContainer |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputMeshType::PointsContainerIterator | OutputPointsContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
typedef OutputMeshType::QEPrimal | OutputQEPrimal |
typedef OutputMeshType::VectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef QuadEdgeMeshToQuadEdgeMeshFilter | Self |
typedef MeshToMeshFilter < TInput, TOutput > | Superclass |
Public Types inherited from itk::MeshToMeshFilter< TInput, TOutput > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInput | InputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutput | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshToMeshFilter | Self |
typedef MeshSource< TOutput > | Superclass |
Public Types inherited from itk::MeshSource< TOutput > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutput | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshSource | Self |
typedef ProcessObject | Superclass |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | 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 |
Protected Attributes | |
CriterionPointer | m_Criterion |
SizeValueType | m_Iteration |
OutputMeshType * | m_OutputMesh |
Private Member Functions | |
DecimationQuadEdgeMeshFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > | |
static Pointer | New () |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ConstPointer |
Definition at line 38 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionPointer |
Definition at line 51 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TCriterion itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionType |
Definition at line 50 of file itkDecimationQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshPointer |
Definition at line 45 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TInput itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshType |
Definition at line 42 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::MeasureType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureType |
Definition at line 52 of file itkDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshPointer |
Definition at line 48 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TOutput itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshType |
Definition at line 47 of file itkDecimationQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Pointer |
Definition at line 37 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::PriorityQueueWrapperType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueItemType |
Definition at line 54 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::PriorityType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityType |
Definition at line 53 of file itkDecimationQuadEdgeMeshFilter.h.
typedef DecimationQuadEdgeMeshFilter itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Self |
Definition at line 36 of file itkDecimationQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Superclass |
Definition at line 39 of file itkDecimationQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 59 of file itkDecimationQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 65 of file itkDecimationQuadEdgeMeshFilter.h.
|
private |
|
protectedpure virtual |
|
protectedpure virtual |
|
inlineprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
Definition at line 70 of file itkDecimationQuadEdgeMeshFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
inlineprotectedvirtual |
Reimplemented in itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 94 of file itkDecimationQuadEdgeMeshFilter.h.
|
protectedpure virtual |
|
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::ProcessObject.
Definition at line 105 of file itkDecimationQuadEdgeMeshFilter.h.
|
protectedpure virtual |
|
protectedpure virtual |
|
virtual |
|
protected |
Definition at line 67 of file itkDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 68 of file itkDecimationQuadEdgeMeshFilter.h.
|
protected |
Cache pointer to output to use in inner loops
Definition at line 112 of file itkDecimationQuadEdgeMeshFilter.h.