ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCleanQuadEdgeMeshFilter.h>
Public Types | |
typedef BoundingBoxType::Pointer | BoundingBoxPointer |
typedef BoundingBox < InputPointIdentifier, itkGetStaticConstMacro(PointDimension), InputCoordRepType, InputPointsContainer > | BoundingBoxType |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
typedef CleanQuadEdgeMeshFilter | 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::ConstPointer | InputMeshConstPointer |
typedef InputMeshType::PointDataContainer | InputPointDataContainer |
typedef InputPointDataContainer::ConstPointer | InputPointDataContainerConstPointer |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointsContainerConstPointer | InputPointsContainerConstPointer |
typedef OutputMeshType::CellDataContainer | OutputCellDataContainer |
typedef OutputMeshType::ConstPointer | OutputMeshConstPointer |
typedef OutputMeshType::PointDataContainer | OutputPointDataContainer |
typedef OutputMeshType::PointsContainerConstPointer | OutputPointsContainerConstPointer |
typedef OutputQEPrimal::IteratorGeom | OutputQEIterator |
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 |
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 Attributes | |
InputCoordRepType | m_AbsoluteTolerance |
InputCoordRepType | m_AbsoluteTolerance2 |
InputCoordRepType | m_RelativeTolerance |
Private Member Functions | |
CleanQuadEdgeMeshFilter (const Self &) | |
void | operator= (const Self &) |
TODO.
Definition at line 36 of file itkCleanQuadEdgeMeshFilter.h.
typedef BoundingBoxType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::BoundingBoxPointer |
Definition at line 92 of file itkCleanQuadEdgeMeshFilter.h.
typedef BoundingBox< InputPointIdentifier, itkGetStaticConstMacro(PointDimension), InputCoordRepType, InputPointsContainer > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::BoundingBoxType |
Definition at line 90 of file itkCleanQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::ConstPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 42 of file itkCleanQuadEdgeMeshFilter.h.
typedef CriterionType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CriterionPointer |
Definition at line 95 of file itkCleanQuadEdgeMeshFilter.h.
typedef MaxMeasureBoundCriterion< OutputMeshType > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::CriterionType |
Definition at line 94 of file itkCleanQuadEdgeMeshFilter.h.
typedef DecimationType::Pointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::DecimationPointer |
Definition at line 100 of file itkCleanQuadEdgeMeshFilter.h.
typedef SquaredEdgeLengthDecimationQuadEdgeMeshFilter< InputMeshType, InputMeshType, CriterionType > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::DecimationType |
Definition at line 99 of file itkCleanQuadEdgeMeshFilter.h.
typedef InputMeshType::CellsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCellsContainerIterator |
Definition at line 70 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputCellTraits itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCellTraits |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 62 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputCoordRepType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 53 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputEdgeCellType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputEdgeCellType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 59 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputMeshPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 52 of file itkCleanQuadEdgeMeshFilter.h.
typedef TInput itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputMeshType |
Input types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 49 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputPointIdentifier itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointIdentifier |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 55 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputPointIdList itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointIdList |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 61 of file itkCleanQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainer |
Definition at line 66 of file itkCleanQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainerIterator |
Definition at line 68 of file itkCleanQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainerPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsContainerPointer |
Definition at line 67 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputPointsIdInternalIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointsIdInternalIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 63 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputPointType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPointType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 54 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputPolygonCellType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputPolygonCellType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 60 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputQEIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputQEIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 64 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputQEPrimal itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputQEPrimal |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 56 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::InputVectorType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::InputVectorType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 57 of file itkCleanQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputCellsContainerIterator |
Definition at line 87 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputCoordRepType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputCoordRepType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 76 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputMeshPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputMeshPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 75 of file itkCleanQuadEdgeMeshFilter.h.
typedef TOutput itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputMeshType |
Output types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 74 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointIdentifier itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointIdentifier |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 78 of file itkCleanQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainer |
Definition at line 83 of file itkCleanQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerIterator itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainerIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 85 of file itkCleanQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerPointer itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointsContainerPointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 84 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputPointType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputPointType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 77 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputQEPrimal itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputQEPrimal |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 79 of file itkCleanQuadEdgeMeshFilter.h.
typedef OutputMeshType::QEType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputQEType |
Definition at line 82 of file itkCleanQuadEdgeMeshFilter.h.
typedef Superclass::OutputVectorType itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::OutputVectorType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 80 of file itkCleanQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Pointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 41 of file itkCleanQuadEdgeMeshFilter.h.
typedef CleanQuadEdgeMeshFilter itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Self |
Basic types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 40 of file itkCleanQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput > itk::CleanQuadEdgeMeshFilter< TInput, TOutput >::Superclass |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
Definition at line 43 of file itkCleanQuadEdgeMeshFilter.h.
|
inlineprotected |
Definition at line 105 of file itkCleanQuadEdgeMeshFilter.h.
|
inlineprotectedvirtual |
Definition at line 112 of file itkCleanQuadEdgeMeshFilter.h.
|
private |
|
inlineprotected |
Definition at line 209 of file itkCleanQuadEdgeMeshFilter.h.
|
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 >.
|
inlineprotectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
Definition at line 118 of file itkCleanQuadEdgeMeshFilter.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
|
inlineprotected |
Definition at line 143 of file itkCleanQuadEdgeMeshFilter.h.
|
static |
New macro for creation of through a Smart Pointer
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
|
private |
Time when GenerateOutputInformation was last called.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInput, TOutput >.
|
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 230 of file itkCleanQuadEdgeMeshFilter.h.
|
virtual |
|
virtual |
|
protected |
Definition at line 115 of file itkCleanQuadEdgeMeshFilter.h.
|
protected |
Definition at line 114 of file itkCleanQuadEdgeMeshFilter.h.
|
protected |
Definition at line 116 of file itkCleanQuadEdgeMeshFilter.h.
|
static |
Definition at line 72 of file itkCleanQuadEdgeMeshFilter.h.