ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkQuadricDecimationQuadEdgeMeshFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TCriterion | CriterionType |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInput | InputMeshType |
typedef CriterionType::MeasureType | MeasureType |
typedef Superclass::OperatorPointer | OperatorPointer |
typedef Superclass::OperatorType | OperatorType |
typedef OutputMeshType::CellsContainerIterator | OutputCellsContainerIterator |
typedef OutputPointType::CoordRepType | OutputCoordType |
typedef OutputMeshType::EdgeCellType | OutputEdgeCellType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutput | OutputMeshType |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointsContainerIterator | OutputPointsContainerIterator |
typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputMeshType::QEType | OutputQEType |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PriorityQueueItemType | PriorityQueueItemType |
typedef Superclass::PriorityQueuePointer | PriorityQueuePointer |
typedef Superclass::PriorityQueueType | PriorityQueueType |
typedef Superclass::PriorityType | PriorityType |
typedef QuadricElementMapType::iterator | QuadricElementMapIterator |
typedef std::map < OutputPointIdentifier, QuadricElementType > | QuadricElementMapType |
typedef QuadEdgeMeshDecimationQuadricElementHelper < OutputPointType > | QuadricElementType |
typedef Superclass::QueueMapIterator | QueueMapIterator |
typedef Superclass::QueueMapType | QueueMapType |
typedef QuadricDecimationQuadEdgeMeshFilter | Self |
typedef EdgeDecimationQuadEdgeMeshFilter < TInput, TOutput, TCriterion > | Superclass |
Public Types inherited from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > | |
typedef CriterionType::Pointer | CriterionPointer |
typedef OutputMeshType::CellIdentifier | OutputCellIdentifier |
typedef OutputMeshType::CellsContainerPointer | OutputCellsContainerPointer |
typedef OutputMeshType::CellType | OutputCellType |
typedef QuadEdgeMeshPolygonCell < OutputCellType > | OutputPolygonType |
typedef OutputPointType::VectorType | OutputVectorType |
typedef QueueMapType::const_iterator | QueueMapConstIterator |
Public Types inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > | |
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::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
typedef OutputMeshType::QEPrimal | OutputQEPrimal |
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 |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | OutputPointDimension = OutputMeshType::PointDimension |
Private Member Functions | |
void | operator= (const Self &) |
QuadricDecimationQuadEdgeMeshFilter (const Self &) |
Private Attributes | |
QuadricElementMapType | m_Quadric |
Additional Inherited Members | |
Protected Attributes inherited from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > | |
bool | m_CheckOrientation |
OutputQEType * | m_Element |
OperatorPointer | m_JoinVertexFunction |
PriorityType | m_Priority |
PriorityQueuePointer | m_PriorityQueue |
QueueMapType | m_QueueMapper |
bool | m_Relocate |
Protected Attributes inherited from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > | |
CriterionPointer | m_Criterion |
SizeValueType | m_Iteration |
Quadric decimation.
Definition at line 32 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::ConstPointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 38 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef TCriterion itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::CriterionType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 64 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef InputMeshType::Pointer itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshPointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 49 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef TInput itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::InputMeshType |
Input types.
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 46 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef CriterionType::MeasureType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::MeasureType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 65 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::OperatorPointer itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorPointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 76 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::OperatorType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OperatorType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 75 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellsContainerIterator itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCellsContainerIterator |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 58 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputPointType::CoordRepType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputCoordType |
Definition at line 55 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::EdgeCellType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputEdgeCellType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 57 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshPointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 52 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef TOutput itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputMeshType |
Output types.
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 51 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdentifier itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointIdentifier |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 53 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerIterator itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointsContainerIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 60 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerPointer itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointsContainerPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 59 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputPointType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 54 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef OutputMeshType::QEType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::OutputQEType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 56 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Pointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 37 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::PriorityQueueItemType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueItemType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 68 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::PriorityQueuePointer itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueuePointer |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 70 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::PriorityQueueType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityQueueType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 69 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::PriorityType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::PriorityType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 67 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef QuadricElementMapType::iterator itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QuadricElementMapIterator |
Definition at line 84 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef std::map< OutputPointIdentifier, QuadricElementType > itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QuadricElementMapType |
Definition at line 82 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshDecimationQuadricElementHelper< OutputPointType > itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QuadricElementType |
Definition at line 79 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::QueueMapIterator itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapIterator |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 73 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef Superclass::QueueMapType itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::QueueMapType |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 72 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef QuadricDecimationQuadEdgeMeshFilter itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Self |
Basic types.
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 36 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
typedef EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion > itk::QuadricDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >::Superclass |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 40 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
|
protected |
Constructor.
|
protectedvirtual |
Destructor.
|
private |
|
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 >.
|
protectedvirtual |
Delete point.
[in] | iIdToBeDeleted | id of the point to be deleted |
[in] | iRemaining | id of the point to be kept |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
protectedvirtual |
Compute Quadric error for all edges.
Reimplemented from itk::DecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
inlineprotectedvirtual |
Compute the measure value for iEdge.
[in] | iEdge | input edge |
Implements itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
Definition at line 121 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
References itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::ComputeError(), and itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::ComputeOptimalLocation().
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
|
private |
Reimplemented from itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
inlineprotected |
Compute the quadric error at the origin of the edge.
[in] | iEdge | input edge |
[in,out] | oQ | quadric element to be modified |
Definition at line 97 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
References itk::QuadEdgeMeshDecimationQuadricElementHelper< TPoint >::AddTriangle().
|
protectedvirtual |
Compute the optimal position for a given edge iEdge.
[in] | iEdge |
Implements itk::EdgeDecimationQuadEdgeMeshFilter< TInput, TOutput, TCriterion >.
|
private |
Definition at line 160 of file itkQuadricDecimationQuadEdgeMeshFilter.h.
|
static |
Definition at line 62 of file itkQuadricDecimationQuadEdgeMeshFilter.h.