ITK
5.0.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 51 of file itkBorderQuadEdgeMeshFilter.h.
Public Types | |
enum | BorderPickType { LONGEST = 0, LARGEST } |
enum | BorderTransformType { SQUARE_BORDER_TRANSFORM = 0, DISK_BORDER_TRANSFORM } |
using | BoundaryRepresentativeEdgesPointer = typename BoundaryRepresentativeEdgesType::Pointer |
using | BoundaryRepresentativeEdgesType = QuadEdgeMeshBoundaryEdgesMeshFunction< InputMeshType > |
using | ConstPointer = SmartPointer< const Self > |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCoordRepType = typename InputMeshType::CoordRepType |
using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
using | InputEdgeListIterator = typename InputEdgeListType::iterator |
using | InputEdgeListPointerType = AutoPointer< InputEdgeListType > |
using | InputEdgeListType = typename InputMeshType::EdgeListType |
using | InputIteratorGeom = typename InputQEType::IteratorGeom |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshType = TInputMesh |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdList = typename InputMeshType::PointIdList |
using | InputPointsContainer = typename InputMeshType::PointsContainer |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointType = typename InputMeshType::PointType |
using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
using | InputQEType = typename InputMeshType::QEType |
using | InputTraits = typename InputMeshType::Traits |
using | InputVectorPointType = std::vector< InputPointType > |
using | InputVectorType = typename InputMeshType::VectorType |
using | MapPointIdentifier = std::map< InputPointIdentifier, OutputPointIdentifier > |
using | MapPointIdentifierIterator = typename MapPointIdentifier::iterator |
using | OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator |
using | OutputCoordRepType = typename OutputMeshType::CoordRepType |
using | OutputEdgeCellType = typename OutputMeshType::EdgeCellType |
using | OutputEdgeListType = typename OutputMeshType::EdgeListType |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointIdList = typename OutputMeshType::PointIdList |
using | OutputPointsContainer = typename OutputMeshType::PointsContainer |
using | OutputPointsContainerConstIterator = typename OutputMeshType::PointsContainerConstIterator |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputPolygonCellType = typename OutputMeshType::PolygonCellType |
using | OutputQEType = typename OutputMeshType::QEType |
using | OutputTraits = typename OutputMeshType::Traits |
using | OutputVectorType = typename OutputMeshType::VectorType |
using | Pointer = SmartPointer< Self > |
using | Self = BorderQuadEdgeMeshFilter |
using | Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputCellDataContainer = typename InputMeshType::CellDataContainer |
using | InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
using | InputCellsContainerConstPointer = typename InputMeshType::CellsContainerConstPointer |
using | InputCellTraits = typename InputMeshType::CellTraits |
using | InputCoordRepType = typename InputMeshType::CoordRepType |
using | InputEdgeCellType = typename InputMeshType::EdgeCellType |
using | InputMeshConstPointer = typename InputMeshType::ConstPointer |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | InputPointDataContainer = typename InputMeshType::PointDataContainer |
using | InputPointDataContainerConstPointer = typename InputPointDataContainer::ConstPointer |
using | InputPointIdentifier = typename InputMeshType::PointIdentifier |
using | InputPointIdList = typename InputMeshType::PointIdList |
using | InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
using | InputPointsContainerConstPointer = typename InputMeshType::PointsContainerConstPointer |
using | InputPointsIdInternalIterator = typename InputCellTraits::PointIdInternalIterator |
using | InputPointType = typename InputMeshType::PointType |
using | InputPolygonCellType = typename InputMeshType::PolygonCellType |
using | InputQEIterator = typename InputQEPrimal::IteratorGeom |
using | InputQEPrimal = typename InputMeshType::QEPrimal |
using | InputVectorType = typename InputMeshType::VectorType |
using | OutputCellDataContainer = typename OutputMeshType::CellDataContainer |
using | OutputCoordRepType = typename OutputMeshType::CoordRepType |
using | OutputMeshConstPointer = typename OutputMeshType::ConstPointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | OutputPointDataContainer = typename OutputMeshType::PointDataContainer |
using | OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
using | OutputPointsContainerConstPointer = typename OutputMeshType::PointsContainerConstPointer |
using | OutputPointsContainerIterator = typename OutputMeshType::PointsContainerIterator |
using | OutputPointsContainerPointer = typename OutputMeshType::PointsContainerPointer |
using | OutputPointType = typename OutputMeshType::PointType |
using | OutputQEIterator = typename OutputQEPrimal::IteratorGeom |
using | OutputQEPrimal = typename OutputMeshType::QEPrimal |
using | OutputVectorType = typename OutputMeshType::VectorType |
using | Pointer = SmartPointer< Self > |
using | Self = QuadEdgeMeshToQuadEdgeMeshFilter |
using | Superclass = MeshToMeshFilter< TInputMesh, TOutputMesh > |
Public Types inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputMeshPointer = typename InputMeshType::Pointer |
using | InputMeshType = TInputMesh |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshToMeshFilter |
using | Superclass = MeshSource< TOutputMesh > |
Public Types inherited from itk::MeshSource< TOutputMesh > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | OutputMeshPointer = typename OutputMeshType::Pointer |
using | OutputMeshType = TOutputMesh |
using | Pointer = SmartPointer< Self > |
using | Self = MeshSource |
using | Superclass = ProcessObject |
using | DataObjectPointerArraySizeType = ProcessObject::DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
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 Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | PointDimension = InputTraits::PointDimension |
Protected Attributes | |
InputVectorPointType | m_Border |
BorderPickType | m_BorderPick |
MapPointIdentifier | m_BoundaryPtMap |
InputCoordRepType | m_Radius |
BorderTransformType | m_TransformType |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesPointer = typename BoundaryRepresentativeEdgesType::Pointer |
Definition at line 109 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesType = QuadEdgeMeshBoundaryEdgesMeshFunction< InputMeshType > |
Definition at line 108 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer< const Self > |
Definition at line 63 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
Definition at line 82 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType |
Definition at line 67 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType = typename InputMeshType::EdgeCellType |
Definition at line 77 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListIterator = typename InputEdgeListType::iterator |
Definition at line 76 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListPointerType = AutoPointer< InputEdgeListType > |
Definition at line 75 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType = typename InputMeshType::EdgeListType |
Definition at line 74 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputIteratorGeom = typename InputQEType::IteratorGeom |
Definition at line 72 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename InputMeshType::ConstPointer |
Definition at line 66 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 65 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 70 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList = typename InputMeshType::PointIdList |
Definition at line 79 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename InputMeshType::PointsContainer |
Definition at line 80 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
Definition at line 81 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 68 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType = typename InputMeshType::PolygonCellType |
Definition at line 78 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 71 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits = typename InputMeshType::Traits |
Definition at line 69 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorPointType = std::vector< InputPointType > |
Definition at line 104 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 73 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifier = std::map< InputPointIdentifier, OutputPointIdentifier > |
Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifierIterator = typename MapPointIdentifier::iterator |
Definition at line 106 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator |
Definition at line 98 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType = typename OutputMeshType::CoordRepType |
Definition at line 86 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType = typename OutputMeshType::EdgeCellType |
Definition at line 93 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeListType = typename OutputMeshType::EdgeListType |
Definition at line 92 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 85 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Definition at line 84 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 89 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdList = typename OutputMeshType::PointIdList |
Definition at line 95 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer = typename OutputMeshType::PointsContainer |
Definition at line 96 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstIterator = typename OutputMeshType::PointsContainerConstIterator |
Definition at line 97 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename OutputMeshType::PointType |
Definition at line 87 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType = typename OutputMeshType::PolygonCellType |
Definition at line 94 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename OutputMeshType::QEType |
Definition at line 90 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputTraits = typename OutputMeshType::Traits |
Definition at line 88 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename OutputMeshType::VectorType |
Definition at line 91 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer< Self > |
Definition at line 62 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = BorderQuadEdgeMeshFilter |
Basic types.
Definition at line 59 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh > |
Definition at line 61 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderPickType |
Enumerator | |
---|---|
LONGEST | |
LARGEST |
Definition at line 116 of file itkBorderQuadEdgeMeshFilter.h.
enum itk::BorderQuadEdgeMeshFilter::BorderTransformType |
Enumerator | |
---|---|
SQUARE_BORDER_TRANSFORM | |
DISK_BORDER_TRANSFORM |
Definition at line 111 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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 |
|
overrideprotectedvirtual |
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 |
|
overrideprotectedvirtual |
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 148 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 144 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 150 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 146 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 143 of file itkBorderQuadEdgeMeshFilter.h.
|
static |
Definition at line 102 of file itkBorderQuadEdgeMeshFilter.h.