ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkBorderQuadEdgeMeshFilter.h>
Transform one border of a QuadEdgeMesh into either a circle (conformal) or a square (arclength-wise).
This class is one important step when computing a planar parameterization of one mesh.
If the input mesh has several boundaries, one can choose the one which would be transformed via the variable m_BorderPick.
m_BorderPick == Self::LONGEST
refers to the boundary which satisfies:
m_BorderPick == Self::LARGEST
refers to the boundary which satisfies:
Definition at line 50 of file itkBorderQuadEdgeMeshFilter.h.
Public Types | |
enum | BorderPickType { LONGEST = 0, LARGEST } |
enum | BorderTransformType { SQUARE_BORDER_TRANSFORM = 0, DISK_BORDER_TRANSFORM } |
typedef BoundaryRepresentativeEdgesType::Pointer | BoundaryRepresentativeEdgesPointer |
typedef QuadEdgeMeshBoundaryEdgesMeshFunction < InputMeshType > | BoundaryRepresentativeEdgesType |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::CellsContainerConstIterator | InputCellsContainerConstIterator |
typedef InputMeshType::CoordRepType | InputCoordRepType |
typedef InputMeshType::EdgeCellType | InputEdgeCellType |
typedef InputEdgeListType::iterator | InputEdgeListIterator |
typedef InputMeshType::EdgeListPointerType | InputEdgeListPointerType |
typedef InputMeshType::EdgeListType | InputEdgeListType |
typedef InputQEType::IteratorGeom | InputIteratorGeom |
typedef InputMeshType::ConstPointer | InputMeshConstPointer |
typedef TInputMesh | InputMeshType |
typedef InputMeshType::PointIdentifier | InputPointIdentifier |
typedef InputMeshType::PointIdList | InputPointIdList |
typedef InputMeshType::PointsContainer | InputPointsContainer |
typedef InputMeshType::PointsContainerConstIterator | InputPointsContainerConstIterator |
typedef InputMeshType::PointType | InputPointType |
typedef InputMeshType::PolygonCellType | InputPolygonCellType |
typedef InputMeshType::QEType | InputQEType |
typedef InputMeshType::Traits | InputTraits |
typedef std::vector < InputPointType > | InputVectorPointType |
typedef InputMeshType::VectorType | InputVectorType |
typedef std::map < InputPointIdentifier, OutputPointIdentifier > | MapPointIdentifier |
typedef MapPointIdentifier::iterator | MapPointIdentifierIterator |
typedef OutputMeshType::CellsContainerConstIterator | OutputCellsContainerConstIterator |
typedef OutputMeshType::CoordRepType | OutputCoordRepType |
typedef OutputMeshType::EdgeCellType | OutputEdgeCellType |
typedef OutputMeshType::EdgeListType | OutputEdgeListType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef OutputMeshType::PointIdentifier | OutputPointIdentifier |
typedef OutputMeshType::PointIdList | OutputPointIdList |
typedef OutputMeshType::PointsContainer | OutputPointsContainer |
typedef OutputMeshType::PointsContainerConstIterator | OutputPointsContainerConstIterator |
typedef OutputMeshType::PointType | OutputPointType |
typedef OutputMeshType::PolygonCellType | OutputPolygonCellType |
typedef OutputMeshType::QEType | OutputQEType |
typedef OutputMeshType::Traits | OutputTraits |
typedef OutputMeshType::VectorType | OutputVectorType |
typedef SmartPointer< Self > | Pointer |
typedef BorderQuadEdgeMeshFilter | Self |
typedef QuadEdgeMeshToQuadEdgeMeshFilter < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
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 TInputMesh | 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 TOutputMesh | 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 < TInputMesh, TOutputMesh > | Superclass |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputMeshType::Pointer | InputMeshPointer |
typedef TInputMesh | InputMeshType |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | OutputMeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshToMeshFilter | Self |
typedef MeshSource< TOutputMesh > | Superclass |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef OutputMeshType::Pointer | OutputMeshPointer |
typedef TOutputMesh | 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 |
Public Member Functions | |
void | ComputeTransform () |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
InputVectorPointType | GetBorder () |
virtual BorderPickType | GetBorderPick () const |
MapPointIdentifier | GetBoundaryPtMap () |
virtual const char * | GetNameOfClass () const |
virtual InputCoordRepType | GetRadius () const |
virtual BorderTransformType | GetTransformType () const |
virtual void | SetBorderPick (BorderPickType _arg) |
virtual void | SetRadius (InputCoordRepType _arg) |
virtual void | SetTransformType (BorderTransformType _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MeshSource< TOutputMesh > | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | PointDimension = InputTraits::PointDimension |
Protected Attributes | |
InputVectorPointType | m_Border |
BorderPickType | m_BorderPick |
MapPointIdentifier | m_BoundaryPtMap |
InputCoordRepType | m_Radius |
BorderTransformType | m_TransformType |
Private Member Functions | |
BorderQuadEdgeMeshFilter (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef BoundaryRepresentativeEdgesType::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesPointer |
Definition at line 112 of file itkBorderQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshBoundaryEdgesMeshFunction< InputMeshType > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesType |
Definition at line 111 of file itkBorderQuadEdgeMeshFilter.h.
typedef SmartPointer< const Self > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer |
Definition at line 61 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::CellsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator |
Definition at line 82 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::CoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType |
Definition at line 65 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::EdgeCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType |
Definition at line 75 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputEdgeListType::iterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListIterator |
Definition at line 74 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::EdgeListPointerType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListPointerType |
Definition at line 73 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::EdgeListType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType |
Definition at line 72 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputQEType::IteratorGeom itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputIteratorGeom |
Definition at line 70 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::ConstPointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer |
Definition at line 64 of file itkBorderQuadEdgeMeshFilter.h.
typedef TInputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Definition at line 63 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier |
Definition at line 68 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdList itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList |
Definition at line 77 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer |
Definition at line 78 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator |
Definition at line 80 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType |
Definition at line 66 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PolygonCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType |
Definition at line 76 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::QEType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType |
Definition at line 69 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::Traits itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits |
Definition at line 67 of file itkBorderQuadEdgeMeshFilter.h.
typedef std::vector< InputPointType > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorPointType |
Definition at line 107 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::VectorType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType |
Definition at line 71 of file itkBorderQuadEdgeMeshFilter.h.
typedef std::map< InputPointIdentifier, OutputPointIdentifier > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifier |
Definition at line 108 of file itkBorderQuadEdgeMeshFilter.h.
typedef MapPointIdentifier::iterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifierIterator |
Definition at line 109 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::CellsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator |
Definition at line 100 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::CoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType |
Definition at line 86 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::EdgeCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType |
Definition at line 93 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::EdgeListType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeListType |
Definition at line 92 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Definition at line 85 of file itkBorderQuadEdgeMeshFilter.h.
typedef TOutputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Definition at line 84 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier |
Definition at line 89 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdList itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdList |
Definition at line 95 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer |
Definition at line 96 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstIterator |
Definition at line 98 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType |
Definition at line 87 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PolygonCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType |
Definition at line 94 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::QEType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType |
Definition at line 90 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::Traits itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputTraits |
Definition at line 88 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::VectorType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType |
Definition at line 91 of file itkBorderQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Definition at line 60 of file itkBorderQuadEdgeMeshFilter.h.
typedef BorderQuadEdgeMeshFilter itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self |
Basic types.
Definition at line 56 of file itkBorderQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Definition at line 59 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderPickType |
Enumerator | |
---|---|
LONGEST | |
LARGEST |
Definition at line 119 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderTransformType |
Enumerator | |
---|---|
SQUARE_BORDER_TRANSFORM | |
DISK_BORDER_TRANSFORM |
Definition at line 114 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 142 of file itkBorderQuadEdgeMeshFilter.h.
|
private |
|
protected |
|
protected |
|
protected |
|
protected |
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeTransform | ( | ) |
|
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< TInputMesh, TOutputMesh >.
|
protected |
|
protectedvirtual |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorder | ( | ) |
|
virtual |
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBoundaryPtMap | ( | ) |
|
protected |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
|
virtual |
|
virtual |
|
static |
|
private |
|
protectedvirtual |
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< TOutputMesh >.
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 151 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 147 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 153 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 149 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 146 of file itkBorderQuadEdgeMeshFilter.h.
|
static |
Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.