ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches

#include <itkQuadEdge.h>

Detailed Description

Base class for the implementation of a quad-edge data structure as proposed in [45].

Author
Alexandre Gouaillard, Leonardo Florez-Valencia, Eric Boix

This implementation was contributed as a paper to the Insight Journal https://doi.org/10.54294/4mx7kk

See also
"Accessing adjacent edges."

Definition at line 136 of file itkQuadEdge.h.

+ Inheritance diagram for itk::QuadEdge:

Public Types

using ConstIterator = QuadEdgeMeshConstIterator<Self>
 
using Iterator = QuadEdgeMeshIterator<Self>
 
using Self = QuadEdge
 

Public Member Functions

SelfGetDnext ()
 
const SelfGetDnext () const
 
SelfGetDprev ()
 
const SelfGetDprev () const
 
SelfGetInvDnext ()
 
const SelfGetInvDnext () const
 
SelfGetInvLnext ()
 
const SelfGetInvLnext () const
 
SelfGetInvOnext ()
 
const SelfGetInvOnext () const
 
SelfGetInvRnext ()
 
const SelfGetInvRnext () const
 
const SelfGetInvRot () const
 
SelfGetLnext ()
 
const SelfGetLnext () const
 
SelfGetLprev ()
 
const SelfGetLprev () const
 
SelfGetOprev ()
 
const SelfGetOprev () const
 
unsigned int GetOrder () const
 
SelfGetRnext ()
 
const SelfGetRnext () const
 
SelfGetRprev ()
 
const SelfGetRprev () const
 
const SelfGetSym () const
 
bool IsLnextGivenSizeCyclic (const int size) const
 
 itkQEDefineIteratorMethodsMacro (Onext)
 
 QuadEdge ()
 
 QuadEdge (const QuadEdge &)=default
 
 QuadEdge (QuadEdge &&)=default
 
QuadEdgeoperator= (const QuadEdge &)=default
 
QuadEdgeoperator= (QuadEdge &&)=default
 
virtual ~QuadEdge ()
 
void SetOnext (Self *onext)
 
void SetRot (Self *rot)
 
SelfGetOnext ()
 
SelfGetRot ()
 
const SelfGetOnext () const
 
const SelfGetRot () const
 
void Splice (Self *b)
 
SelfGetSym ()
 
SelfGetInvRot ()
 
bool IsHalfEdge () const
 
bool IsIsolated () const
 
bool IsEdgeInOnextRing (Self *testEdge) const
 

Member Typedef Documentation

◆ ConstIterator

◆ Iterator

Iterator types.

Definition at line 143 of file itkQuadEdge.h.

◆ Self

Hierarchy type alias & values.

Definition at line 140 of file itkQuadEdge.h.

Constructor & Destructor Documentation

◆ QuadEdge() [1/3]

itk::QuadEdge::QuadEdge ( )

Object creation methods.

Referenced by operator=(), operator=(), QuadEdge(), and QuadEdge().

◆ QuadEdge() [2/3]

itk::QuadEdge::QuadEdge ( const QuadEdge & )
default

Object creation methods.

References QuadEdge().

◆ QuadEdge() [3/3]

itk::QuadEdge::QuadEdge ( QuadEdge && )
default

Object creation methods.

References QuadEdge().

◆ ~QuadEdge()

virtual itk::QuadEdge::~QuadEdge ( )
virtual

Object creation methods.

Member Function Documentation

◆ GetDnext() [1/2]

Self * itk::QuadEdge::GetDnext ( )

Returns next edge with same right face and same Destination. The first edge encountered when moving counter-clockwise from e (see "Accessing adjacent edges").

◆ GetDnext() [2/2]

const Self * itk::QuadEdge::GetDnext ( ) const

◆ GetDprev() [1/2]

Self * itk::QuadEdge::GetDprev ( )

Returns the previous edge with same Right face and same Destination. The first edge encountered when moving clockwise from e around e->Dest. (see "Accessing adjacent edges").

Referenced by GetInvDnext(), and GetInvDnext().

◆ GetDprev() [2/2]

const Self * itk::QuadEdge::GetDprev ( ) const

◆ GetInvDnext() [1/2]

Self * itk::QuadEdge::GetInvDnext ( )
inline

Definition at line 375 of file itkQuadEdge.h.

References GetDprev().

◆ GetInvDnext() [2/2]

const Self * itk::QuadEdge::GetInvDnext ( ) const
inline

Definition at line 420 of file itkQuadEdge.h.

References GetDprev().

◆ GetInvLnext() [1/2]

Self * itk::QuadEdge::GetInvLnext ( )
inline

Definition at line 365 of file itkQuadEdge.h.

References GetLprev().

◆ GetInvLnext() [2/2]

const Self * itk::QuadEdge::GetInvLnext ( ) const
inline

Definition at line 410 of file itkQuadEdge.h.

References GetLprev().

◆ GetInvOnext() [1/2]

Self * itk::QuadEdge::GetInvOnext ( )
inline

Definition at line 360 of file itkQuadEdge.h.

References GetOprev().

◆ GetInvOnext() [2/2]

const Self * itk::QuadEdge::GetInvOnext ( ) const
inline

Definition at line 405 of file itkQuadEdge.h.

References GetOprev().

◆ GetInvRnext() [1/2]

Self * itk::QuadEdge::GetInvRnext ( )
inline

Definition at line 370 of file itkQuadEdge.h.

References GetRprev().

◆ GetInvRnext() [2/2]

const Self * itk::QuadEdge::GetInvRnext ( ) const
inline

Definition at line 415 of file itkQuadEdge.h.

References GetRprev().

◆ GetInvRot() [1/2]

◆ GetInvRot() [2/2]

const Self * itk::QuadEdge::GetInvRot ( ) const
inline

Definition at line 380 of file itkQuadEdge.h.

References GetRot().

◆ GetLnext() [1/2]

Self * itk::QuadEdge::GetLnext ( )

Returns next edge with same Left face (see "Accessing adjacent edges").

◆ GetLnext() [2/2]

const Self * itk::QuadEdge::GetLnext ( ) const

◆ GetLprev() [1/2]

Self * itk::QuadEdge::GetLprev ( )

Returns previous edge with same Left face. The first edge encountered when moving clockwise from e around e->Left. (see "Accessing adjacent edges").

Referenced by GetInvLnext(), and GetInvLnext().

◆ GetLprev() [2/2]

const Self * itk::QuadEdge::GetLprev ( ) const

◆ GetOnext() [1/2]

Self * itk::QuadEdge::GetOnext ( )
inline

Sub-algebra Get methods. Returns edge with same Origin (see "Accessing adjacent edges").

Definition at line 190 of file itkQuadEdge.h.

Referenced by IsIsolated(), itk::GeometricalQuadEdge< TFRef, TVRef, TDualData, TPrimalData, !PrimalDual >::IsOriginDisconnected(), and Splice().

◆ GetOnext() [2/2]

const Self * itk::QuadEdge::GetOnext ( ) const
inline

Sub-algebra Get methods. Returns edge with same Origin (see "Accessing adjacent edges").

Definition at line 200 of file itkQuadEdge.h.

◆ GetOprev() [1/2]

Self * itk::QuadEdge::GetOprev ( )

Returns previous edge with same Origin (see "Accessing adjacent edges").

Referenced by GetInvOnext(), and GetInvOnext().

◆ GetOprev() [2/2]

const Self * itk::QuadEdge::GetOprev ( ) const

◆ GetOrder()

unsigned int itk::QuadEdge::GetOrder ( ) const

◆ GetRnext() [1/2]

Self * itk::QuadEdge::GetRnext ( )

Returns next edge with same Right face. The first edge encountered when moving counter-clockwise from e around e->Right. (see "Accessing adjacent edges").

◆ GetRnext() [2/2]

const Self * itk::QuadEdge::GetRnext ( ) const

◆ GetRot() [1/2]

◆ GetRot() [2/2]

const Self * itk::QuadEdge::GetRot ( ) const
inline

Sub-algebra Get methods. Returns edge with same Origin (see "Accessing adjacent edges").

Definition at line 205 of file itkQuadEdge.h.

◆ GetRprev() [1/2]

Self * itk::QuadEdge::GetRprev ( )

Returns the previous edge with same Right face. The first edge encountered when moving clockwise from e around e->Right. (see "Accessing adjacent edges").

Referenced by GetInvRnext(), and GetInvRnext().

◆ GetRprev() [2/2]

const Self * itk::QuadEdge::GetRprev ( ) const

◆ GetSym() [1/2]

◆ GetSym() [2/2]

const Self * itk::QuadEdge::GetSym ( ) const
inline

Definition at line 262 of file itkQuadEdge.h.

◆ IsEdgeInOnextRing()

bool itk::QuadEdge::IsEdgeInOnextRing ( Self * testEdge) const

Queries.

◆ IsHalfEdge()

bool itk::QuadEdge::IsHalfEdge ( ) const
inline

Queries.

Definition at line 427 of file itkQuadEdge.h.

◆ IsIsolated()

bool itk::QuadEdge::IsIsolated ( ) const
inline

Queries.

Definition at line 432 of file itkQuadEdge.h.

References GetOnext().

◆ IsLnextGivenSizeCyclic()

bool itk::QuadEdge::IsLnextGivenSizeCyclic ( const int size) const

◆ itkQEDefineIteratorMethodsMacro()

itk::QuadEdge::itkQEDefineIteratorMethodsMacro ( Onext )
inline

Basic iterators methods.

◆ operator=() [1/2]

QuadEdge & itk::QuadEdge::operator= ( const QuadEdge & )
default

Object creation methods.

References QuadEdge().

◆ operator=() [2/2]

QuadEdge & itk::QuadEdge::operator= ( QuadEdge && )
default

Object creation methods.

References QuadEdge().

◆ SetOnext()

void itk::QuadEdge::SetOnext ( Self * onext)
inline

Sub-algebra Set methods.

Definition at line 175 of file itkQuadEdge.h.

Referenced by Splice().

◆ SetRot()

void itk::QuadEdge::SetRot ( Self * rot)
inline

Sub-algebra Set methods.

Definition at line 180 of file itkQuadEdge.h.

◆ Splice()

void itk::QuadEdge::Splice ( Self * b)
inline

Basic quad-edge topological method.

This method describes all possible topological operations on an edge.

It is its own inverse. It works in two ways:

  1. If this->GetOrg() != b->GetOrg(), it slice a face in two.
  2. If this->GetOrg() == b->GetOrg(), it unifies two faces.
Warning
This class only handles of the connectivity and is not aware of the geometry that lies at the GeometricalQuadEdge level. It is strongly discouraged to use this method. Instead you should use itk::QuadEdgeMesh::Splice its geometry aware version.

Definition at line 230 of file itkQuadEdge.h.

References GetOnext(), GetRot(), and SetOnext().


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