ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh > Class Template Reference

#include <itkBorderQuadEdgeMeshFilter.h>

Detailed Description

template<typename TInputMesh, typename TOutputMesh = TInputMesh>
class itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >

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.

See also
ParameterizationQuadEdgeMeshFilter
Examples
SphinxExamples/src/Filtering/QuadEdgeMeshFiltering/ComputePlanarParameterizationOfAMesh/Code.cxx.

Definition at line 82 of file itkBorderQuadEdgeMeshFilter.h.

+ Inheritance diagram for itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:
+ Collaboration diagram for itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >:

Public Types

using BorderPickEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderPick
 
using BorderTransformEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderTransform
 
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
 

Public Member Functions

void ComputeTransform ()
 
InputVectorPointType GetBorder ()
 
virtual BorderPickEnum GetBorderPick () const
 
MapPointIdentifier GetBoundaryPtMap ()
 
const char * GetNameOfClass () const override
 
virtual InputCoordRepType GetRadius () const
 
virtual BorderTransformEnum GetTransformType () const
 
virtual void SetBorderPick (const BorderPickEnum _arg)
 
virtual void SetRadius (InputCoordRepType _arg)
 
virtual void SetTransformType (const BorderTransformEnum _arg)
 
- Public Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
const InputMeshTypeGetInput () const
 
const InputMeshTypeGetInput (unsigned int idx) const
 
void SetInput (const InputMeshType *input)
 
- Public Member Functions inherited from itk::MeshSource< TOutputMesh >
OutputMeshTypeGetOutput ()
 
OutputMeshTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *graft)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *graft)
 
virtual void GraftOutput (DataObject *graft)
 
void SetOutput (TOutputMesh *output)
 
DataObjectPointer MakeOutput (DataObjectPointerArraySizeType idx) override
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData () const
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
NameArray GetInputNames () const
 
DataObjectPointerArray GetInputs ()
 
MultiThreaderTypeGetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual DataObjectPointerArraySizeType GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
DataObjectPointerArray GetOutputs ()
 
virtual float GetProgress () const
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
void IncrementProgress (float increment)
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
void SetMultiThreader (MultiThreaderType *threader)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float progress)
 
virtual void SetReleaseDataFlag (bool val)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag () const
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void SetNumberOfWorkUnits (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfWorkUnits () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

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 val)
 
- 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 Member Functions

void ArcLengthSquareTransform ()
 
 BorderQuadEdgeMeshFilter ()
 
void ComputeBoundary ()
 
InputQETypeComputeLargestBorder ()
 
InputQETypeComputeLongestBorder ()
 
void DiskTransform ()
 
void GenerateData () override
 
InputPointType GetMeshBarycentre ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
InputCoordRepType RadiusMaxSquare ()
 
 ~BorderQuadEdgeMeshFilter () override=default
 
- Protected Member Functions inherited from itk::QuadEdgeMeshToQuadEdgeMeshFilter< TInputMesh, TOutputMesh >
virtual void CopyInputMeshToOutputMesh ()
 
virtual void CopyInputMeshToOutputMeshCellData ()
 
virtual void CopyInputMeshToOutputMeshCells ()
 
virtual void CopyInputMeshToOutputMeshEdgeCells ()
 
virtual void CopyInputMeshToOutputMeshFieldData ()
 
virtual void CopyInputMeshToOutputMeshGeometry ()
 
virtual void CopyInputMeshToOutputMeshPointData ()
 
virtual void CopyInputMeshToOutputMeshPoints ()
 
 QuadEdgeMeshToQuadEdgeMeshFilter ()
 
 ~QuadEdgeMeshToQuadEdgeMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >
void CopyInputMeshToOutputMeshCellData ()
 
void CopyInputMeshToOutputMeshCellLinks ()
 
void CopyInputMeshToOutputMeshCells ()
 
void CopyInputMeshToOutputMeshPointData ()
 
void CopyInputMeshToOutputMeshPoints ()
 
 MeshToMeshFilter ()
 
 ~MeshToMeshFilter () override=default
 
- Protected Member Functions inherited from itk::MeshSource< TOutputMesh >
void GenerateInputRequestedRegion () override
 
 MeshSource ()
 
 ~MeshSource () override=default
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
void AddOptionalInputName (const DataObjectIdentifierType &)
 
void AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void AddOutput (DataObject *output)
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredInputs () const
 
virtual const DataObjectPointerArraySizeTypeGetNumberOfRequiredOutputs () const
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void PushBackInput (const DataObject *input)
 
virtual void PushFrontInput (const DataObject *input)
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType idx, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &name, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *object)
 
virtual void SetPrimaryOutput (DataObject *object)
 
void SetRequiredInputNames (const NameArray &)
 
virtual void VerifyInputInformation () ITKv5_CONST
 
virtual void VerifyPreconditions () ITKv5_CONST
 
 ~ProcessObject () override
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName () const
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName () const
 
DataObjectGetOutput (DataObjectPointerArraySizeType i)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType i) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
virtual bool GetThreaderUpdateProgress () const
 
virtual void ThreaderUpdateProgressOn ()
 
virtual void SetThreaderUpdateProgress (bool arg)
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Protected Attributes

InputVectorPointType m_Border {}
 
BorderPickEnum m_BorderPick {}
 
MapPointIdentifier m_BoundaryPtMap {}
 
InputCoordRepType m_Radius {}
 
BorderTransformEnum 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 {}
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ProcessObject
static constexpr float progressFixedToFloat (uint32_t fixed)
 
static uint32_t progressFloatToFixed (float f)
 

Member Typedef Documentation

◆ BorderPickEnum

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderPickEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderPick

Definition at line 141 of file itkBorderQuadEdgeMeshFilter.h.

◆ BorderTransformEnum

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderTransformEnum = itk::BorderQuadEdgeMeshFilterEnums::BorderTransform

Definition at line 140 of file itkBorderQuadEdgeMeshFilter.h.

◆ BoundaryRepresentativeEdgesPointer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesPointer = typename BoundaryRepresentativeEdgesType::Pointer

Definition at line 138 of file itkBorderQuadEdgeMeshFilter.h.

◆ BoundaryRepresentativeEdgesType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BoundaryRepresentativeEdgesType = QuadEdgeMeshBoundaryEdgesMeshFunction<InputMeshType>

Definition at line 137 of file itkBorderQuadEdgeMeshFilter.h.

◆ ConstPointer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ConstPointer = SmartPointer<const Self>

Definition at line 92 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputCellsContainerConstIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCellsContainerConstIterator = typename InputMeshType::CellsContainerConstIterator

Definition at line 111 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputCoordRepType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputCoordRepType = typename InputMeshType::CoordRepType

Definition at line 96 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputEdgeCellType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeCellType = typename InputMeshType::EdgeCellType

Definition at line 106 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputEdgeListIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListIterator = typename InputEdgeListType::iterator

Definition at line 105 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputEdgeListPointerType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListPointerType = AutoPointer<InputEdgeListType>

Definition at line 104 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputEdgeListType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputEdgeListType = typename InputMeshType::EdgeListType

Definition at line 103 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputIteratorGeom

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputIteratorGeom = typename InputQEType::IteratorGeom

Definition at line 101 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputMeshConstPointer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshConstPointer = typename InputMeshType::ConstPointer

Definition at line 95 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputMeshType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputMeshType = TInputMesh

Definition at line 94 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPointIdentifier

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdentifier = typename InputMeshType::PointIdentifier

Definition at line 99 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPointIdList

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointIdList = typename InputMeshType::PointIdList

Definition at line 108 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPointsContainer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainer = typename InputMeshType::PointsContainer

Definition at line 109 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPointsContainerConstIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointsContainerConstIterator = typename InputMeshType::PointsContainerConstIterator

Definition at line 110 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPointType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPointType = typename InputMeshType::PointType

Definition at line 97 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputPolygonCellType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputPolygonCellType = typename InputMeshType::PolygonCellType

Definition at line 107 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputQEType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputQEType = typename InputMeshType::QEType

Definition at line 100 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputTraits

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputTraits = typename InputMeshType::Traits

Definition at line 98 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputVectorPointType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorPointType = std::vector<InputPointType>

Definition at line 133 of file itkBorderQuadEdgeMeshFilter.h.

◆ InputVectorType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::InputVectorType = typename InputMeshType::VectorType

Definition at line 102 of file itkBorderQuadEdgeMeshFilter.h.

◆ MapPointIdentifier

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifier = std::map<InputPointIdentifier, OutputPointIdentifier>

Definition at line 134 of file itkBorderQuadEdgeMeshFilter.h.

◆ MapPointIdentifierIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::MapPointIdentifierIterator = typename MapPointIdentifier::iterator

Definition at line 135 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputCellsContainerConstIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCellsContainerConstIterator = typename OutputMeshType::CellsContainerConstIterator

Definition at line 127 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputCoordRepType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputCoordRepType = typename OutputMeshType::CoordRepType

Definition at line 115 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputEdgeCellType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeCellType = typename OutputMeshType::EdgeCellType

Definition at line 122 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputEdgeListType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputEdgeListType = typename OutputMeshType::EdgeListType

Definition at line 121 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputMeshPointer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshPointer = typename OutputMeshType::Pointer

Definition at line 114 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputMeshType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputMeshType = TOutputMesh

Definition at line 113 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPointIdentifier

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdentifier = typename OutputMeshType::PointIdentifier

Definition at line 118 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPointIdList

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointIdList = typename OutputMeshType::PointIdList

Definition at line 124 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPointsContainer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainer = typename OutputMeshType::PointsContainer

Definition at line 125 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPointsContainerConstIterator

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointsContainerConstIterator = typename OutputMeshType::PointsContainerConstIterator

Definition at line 126 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPointType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPointType = typename OutputMeshType::PointType

Definition at line 116 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputPolygonCellType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputPolygonCellType = typename OutputMeshType::PolygonCellType

Definition at line 123 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputQEType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputQEType = typename OutputMeshType::QEType

Definition at line 119 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputTraits

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputTraits = typename OutputMeshType::Traits

Definition at line 117 of file itkBorderQuadEdgeMeshFilter.h.

◆ OutputVectorType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::OutputVectorType = typename OutputMeshType::VectorType

Definition at line 120 of file itkBorderQuadEdgeMeshFilter.h.

◆ Pointer

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Pointer = SmartPointer<Self>

Definition at line 91 of file itkBorderQuadEdgeMeshFilter.h.

◆ Self

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Self = BorderQuadEdgeMeshFilter

Basic types.

Definition at line 89 of file itkBorderQuadEdgeMeshFilter.h.

◆ Superclass

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
using itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::Superclass = QuadEdgeMeshToQuadEdgeMeshFilter<TInputMesh, TOutputMesh>

Definition at line 90 of file itkBorderQuadEdgeMeshFilter.h.

Constructor & Destructor Documentation

◆ BorderQuadEdgeMeshFilter()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::BorderQuadEdgeMeshFilter ( )
protected

◆ ~BorderQuadEdgeMeshFilter()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::~BorderQuadEdgeMeshFilter ( )
overrideprotecteddefault

Member Function Documentation

◆ ArcLengthSquareTransform()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ArcLengthSquareTransform ( )
protected

◆ ComputeBoundary()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeBoundary ( )
protected

◆ ComputeLargestBorder()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLargestBorder ( )
protected

◆ ComputeLongestBorder()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputQEType* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeLongestBorder ( )
protected

◆ ComputeTransform()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::ComputeTransform ( )

◆ DiskTransform()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::DiskTransform ( )
protected

◆ GenerateData()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GenerateData ( )
overrideprotectedvirtual

This method causes the filter to generate its output.

Reimplemented from itk::ProcessObject.

◆ GetBorder()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorder ( )

◆ GetBorderPick()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual BorderPickEnum itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBorderPick ( ) const
virtual

◆ GetBoundaryPtMap()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetBoundaryPtMap ( )

◆ GetMeshBarycentre()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetMeshBarycentre ( )
protected

◆ GetNameOfClass()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
const char* itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetNameOfClass ( ) const
overridevirtual

◆ GetRadius()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetRadius ( ) const
virtual

◆ GetTransformType()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual BorderTransformEnum itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::GetTransformType ( ) const
virtual

◆ New()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
static Pointer itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::New ( )
static

◆ PrintSelf()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
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 >.

◆ RadiusMaxSquare()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::RadiusMaxSquare ( )
protected

◆ SetBorderPick()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetBorderPick ( const BorderPickEnum  _arg)
virtual

◆ SetRadius()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetRadius ( InputCoordRepType  _arg)
virtual

◆ SetTransformType()

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
virtual void itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::SetTransformType ( const BorderTransformEnum  _arg)
virtual

Member Data Documentation

◆ m_Border

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputVectorPointType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Border {}
protected

Definition at line 182 of file itkBorderQuadEdgeMeshFilter.h.

◆ m_BorderPick

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
BorderPickEnum itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BorderPick {}
protected

Definition at line 178 of file itkBorderQuadEdgeMeshFilter.h.

◆ m_BoundaryPtMap

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
MapPointIdentifier itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_BoundaryPtMap {}
protected

Definition at line 184 of file itkBorderQuadEdgeMeshFilter.h.

◆ m_Radius

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
InputCoordRepType itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_Radius {}
protected

Definition at line 180 of file itkBorderQuadEdgeMeshFilter.h.

◆ m_TransformType

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
BorderTransformEnum itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::m_TransformType {}
protected

Definition at line 177 of file itkBorderQuadEdgeMeshFilter.h.

◆ PointDimension

template<typename TInputMesh , typename TOutputMesh = TInputMesh>
constexpr unsigned int itk::BorderQuadEdgeMeshFilter< TInputMesh, TOutputMesh >::PointDimension = InputTraits::PointDimension
staticconstexpr

Definition at line 131 of file itkBorderQuadEdgeMeshFilter.h.


The documentation for this class was generated from the following file: