ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <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 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::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::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 |
Public Types inherited from itk::MeshToMeshFilter< TInput, TOutput > | |
Public Types inherited from itk::MeshSource< TOutput > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Protected Attributes | |
CriterionPointer | m_Criterion |
SizeValueType | m_Iteration |
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 () |
Definition at line 32 of file itkDecimationQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 38 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionPointer |
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 51 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TCriterion itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionType |
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 50 of file itkDecimationQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 45 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TInput itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshType |
Input types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 42 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::MeasureType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureType |
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 52 of file itkDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 48 of file itkDecimationQuadEdgeMeshFilter.h.
typedef TOutput itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshType |
Output types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 47 of file itkDecimationQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Pointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 37 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::PriorityQueueWrapperType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueItemType |
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 54 of file itkDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::PriorityType itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityType |
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 53 of file itkDecimationQuadEdgeMeshFilter.h.
typedef DecimationQuadEdgeMeshFilter itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Self |
Basic types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 36 of file itkDecimationQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Superclass |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Reimplemented in itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >, and itk::SquaredEdgeLengthDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 39 of file itkDecimationQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 58 of file itkDecimationQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 63 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 68 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 92 of file itkDecimationQuadEdgeMeshFilter.h.
|
protectedpure virtual |
|
private |
Time when GenerateOutputInformation was last called.
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 |
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 103 of file itkDecimationQuadEdgeMeshFilter.h.
|
protectedpure virtual |
|
protectedpure virtual |
|
virtual |
|
protected |
Definition at line 65 of file itkDecimationQuadEdgeMeshFilter.h.
|
protected |
Definition at line 66 of file itkDecimationQuadEdgeMeshFilter.h.