ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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 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 Attributes | |
static const unsigned int | PointDimension = InputTraits::PointDimension |
Protected Member Functions | |
void | ArcLengthSquareTransform () |
BorderQuadEdgeMeshFilter () | |
void | ComputeBoundary () |
InputQEType * | ComputeLargestBorder () |
InputQEType * | ComputeLongestBorder () |
void | DiskTransform () |
void | GenerateData () |
InputPointType | GetMeshBarycentre () |
void | PrintSelf (std::ostream &os, Indent indent) const |
InputCoordRepType | RadiusMaxSquare () |
~BorderQuadEdgeMeshFilter () | |
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 &) |
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.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 61 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::CellsContainerConstIterator itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 82 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::CoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 65 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::EdgeCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 64 of file itkBorderQuadEdgeMeshFilter.h.
typedef TInputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType |
Input types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 63 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 68 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointIdList itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 80 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 66 of file itkBorderQuadEdgeMeshFilter.h.
typedef InputMeshType::PolygonCellType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 85 of file itkBorderQuadEdgeMeshFilter.h.
typedef TOutputMesh itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Output types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 84 of file itkBorderQuadEdgeMeshFilter.h.
typedef OutputMeshType::PointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
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 |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 91 of file itkBorderQuadEdgeMeshFilter.h.
typedef SmartPointer< Self > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 60 of file itkBorderQuadEdgeMeshFilter.h.
typedef BorderQuadEdgeMeshFilter itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self |
Basic types.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 56 of file itkBorderQuadEdgeMeshFilter.h.
typedef QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass |
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 59 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderPickType |
Definition at line 121 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderTransformType |
Definition at line 116 of file itkBorderQuadEdgeMeshFilter.h.
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderQuadEdgeMeshFilter | ( | ) | [protected] |
Constructor.
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::~BorderQuadEdgeMeshFilter | ( | ) | [inline, protected] |
Destructor.
Definition at line 146 of file itkBorderQuadEdgeMeshFilter.h.
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderQuadEdgeMeshFilter | ( | const Self & | ) | [private] |
Not implemented
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ArcLengthSquareTransform | ( | ) | [protected] |
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeBoundary | ( | ) | [protected] |
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLargestBorder | ( | ) | [protected] |
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLongestBorder | ( | ) | [protected] |
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeTransform | ( | ) |
virtual::itk::LightObject::Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::CreateAnother | ( | void | ) | const [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 >.
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DiskTransform | ( | ) | [protected] |
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GenerateData | ( | void | ) | [protected, virtual] |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorder | ( | ) |
virtual BorderPickType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorderPick | ( | ) | const [virtual] |
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBoundaryPtMap | ( | ) |
InputPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetMeshBarycentre | ( | ) | [protected] |
virtual const char* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
virtual InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetRadius | ( | ) | const [virtual] |
virtual BorderTransformType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetTransformType | ( | ) | const [virtual] |
static Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::operator= | ( | const Self & | ) | [private] |
Not implemented
Reimplemented from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >.
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
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 >.
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::RadiusMaxSquare | ( | ) | [protected] |
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetBorderPick | ( | BorderPickType | _arg | ) | [virtual] |
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetRadius | ( | InputCoordRepType | _arg | ) | [virtual] |
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetTransformType | ( | BorderTransformType | _arg | ) | [virtual] |
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Border [protected] |
Definition at line 155 of file itkBorderQuadEdgeMeshFilter.h.
BorderPickType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BorderPick [protected] |
Definition at line 151 of file itkBorderQuadEdgeMeshFilter.h.
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BoundaryPtMap [protected] |
Definition at line 157 of file itkBorderQuadEdgeMeshFilter.h.
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Radius [protected] |
Definition at line 153 of file itkBorderQuadEdgeMeshFilter.h.
BorderTransformType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_TransformType [protected] |
Definition at line 150 of file itkBorderQuadEdgeMeshFilter.h.
const unsigned int itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PointDimension = InputTraits::PointDimension [static] |
Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.