#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 \( b \) which satisfies: \[ b = \arg \max_{b^k} \sum_{i=1}^{N^k} \left\| x_{i}^k - x_{i+1}^k \right\| \]
m_BorderPick == Self::LARGEST
refers to the boundary \( b \) which satisfies: \[ b = \arg \max_{b^k} N^k \]
Definition at line 82 of file itkBorderQuadEdgeMeshFilter.h.
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | PointDimension = InputTraits::PointDimension |
Protected Attributes | |
InputVectorPointType | m_Border {} |
BorderPickEnum | m_BorderPick {} |
MapPointIdentifier | m_BoundaryPtMap {} |
InputCoordinateType | m_Radius {} |
BorderTransformEnum | m_TransformType {} |
![]() | |
TimeStamp | m_OutputInformationMTime {} |
bool | m_Updating {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
Additional Inherited Members | |
![]() | |
template<typename TSourceObject> | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderPickEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderPick |
Definition at line 149 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderTransformEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderTransform |
Definition at line 148 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesPointer = typename BoundaryRepresentativeEdgesType::Pointer |
Definition at line 146 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesType = QuadEdgeMeshBoundaryEdgesMeshFunction<InputMeshType> |
Definition at line 145 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 92 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator |
Definition at line 115 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordinateType = typename InputMeshType::CoordinateType |
Definition at line 96 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType = typename InputMeshType::EdgeCellType |
Definition at line 110 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListIterator = typename InputEdgeListType::iterator |
Definition at line 109 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListPointerType = AutoPointer<InputEdgeListType> |
Definition at line 108 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType = typename InputMeshType::EdgeListType |
Definition at line 107 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputIteratorGeom = typename InputQEType::IteratorGeom |
Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename InputMeshType::ConstPointer |
Definition at line 95 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh |
Definition at line 94 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier |
Definition at line 103 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList = typename InputMeshType::PointIdList |
Definition at line 112 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename InputMeshType::PointsContainer |
Definition at line 113 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator |
Definition at line 114 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType |
Definition at line 101 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType = typename InputMeshType::PolygonCellType |
Definition at line 111 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename InputMeshType::QEType |
Definition at line 104 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits = typename InputMeshType::Traits |
Definition at line 102 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorPointType = std::vector<InputPointType> |
Definition at line 141 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType |
Definition at line 106 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifier = std::map<InputPointIdentifier, OutputPointIdentifier> |
Definition at line 142 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifierIterator = typename MapPointIdentifier::iterator |
Definition at line 143 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator |
Definition at line 135 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordinateType = typename OutputMeshType::CoordinateType |
Definition at line 119 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType = typename OutputMeshType::EdgeCellType |
Definition at line 130 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeListType = typename OutputMeshType::EdgeListType |
Definition at line 129 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer |
Definition at line 118 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh |
Definition at line 117 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier |
Definition at line 126 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdList = typename OutputMeshType::PointIdList |
Definition at line 132 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer = typename OutputMeshType::PointsContainer |
Definition at line 133 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstIterator = typename OutputMeshType::PointsContainerConstIterator |
Definition at line 134 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename OutputMeshType::PointType |
Definition at line 124 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType = typename OutputMeshType::PolygonCellType |
Definition at line 131 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename OutputMeshType::QEType |
Definition at line 127 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputTraits = typename OutputMeshType::Traits |
Definition at line 125 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename OutputMeshType::VectorType |
Definition at line 128 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self> |
Definition at line 91 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = BorderQuadEdgeMeshFilter |
Basic types.
Definition at line 89 of file itkBorderQuadEdgeMeshFilter.h.
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = QuadEdgeMeshToQuadEdgeMeshFilter<TInputMesh, TOutputMesh> |
Definition at line 90 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::LightObject.
|
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 |
|
overridevirtual |
Return the name of this class as a string. Used by the object factory (implemented in New()) to instantiate objects of a named type. Also used for debugging and other output information.
Reimplemented from itk::LightObject.
|
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::LightObject.
|
protected |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 190 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 186 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 192 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 188 of file itkBorderQuadEdgeMeshFilter.h.
|
protected |
Definition at line 185 of file itkBorderQuadEdgeMeshFilter.h.
|
staticconstexpr |
Definition at line 139 of file itkBorderQuadEdgeMeshFilter.h.