Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual > Class Template Reference
[Mesh Representation Objects]

This class extends the QuadEdge by adding a reference to the Origin. More...

#include <itkGeometricalQuadEdge.h>

Inheritance diagram for itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >:

Inheritance graph
[legend]
Collaboration diagram for itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
QuadEdgeMeshConstIterator
< Self
ConstIterator
typedef
QuadEdgeMeshConstIteratorGeom
< Self
ConstIteratorGeom
typedef TDualData DualDataType
typedef TFRef DualOriginRefType
typedef GeometricalQuadEdge
< TFRef, TVRef, TDualData,
TPrimalData,!PrimalDual > 
DualType
typedef QuadEdgeMeshIterator
< Self
Iterator
typedef
QuadEdgeMeshIteratorGeom< Self
IteratorGeom
typedef TFRef LineCellIdentifier
typedef TVRef OriginRefType
typedef TPrimalData PrimalDataType
typedef SelfRawPointer
typedef GeometricalQuadEdge Self
typedef QuadEdge Superclass

Public Member Functions

LineCellIdentifier GetIdent ()
SelfGetNextBorderEdgeWithUnsetLeft (Self *edgeTest=0)
bool InsertAfterNextBorderEdgeWithUnsetLeft (Self *isol, Self *hint=0)
bool IsAtBorder ()
bool IsInLnextRing (Self *)
bool IsInOnextRing (Self *)
bool IsInternal () const
bool IsLnextOfTriangle ()
bool IsLnextSharingSameFace (int maxSize=100)
bool IsOriginInternal () const
bool IsWire ()
 itkQEAccessorsMacro (Superclass, Self, DualType)
bool ReorderOnextRingBeforeAddFace (Self *second)
void SetDestination (const OriginRefType v)
void SetDualData ()
void SetIdent (const LineCellIdentifier &User_Value)
void SetLeft (const DualOriginRefType v)
bool SetLnextRingWithSameLeftFace (const DualOriginRefType faceGeom, int maxSize=100)
void SetOrigin (const OriginRefType v)
void SetPrimalData ()
void SetRight (const DualOriginRefType v)
void UnsetDestination ()
void UnsetDualData ()
void UnsetLeft ()
void UnsetOrigin ()
void UnsetPrimalData ()
void UnsetRight ()
void Disconnect ()
bool IsDestinationDisconnected ()
bool IsDisconnected ()
bool IsOriginDisconnected ()
 GeometricalQuadEdge ()
virtual ~GeometricalQuadEdge ()
const OriginRefType GetDestination () const
const DualOriginRefType GetLeft () const
const OriginRefType GetOrigin () const
const DualOriginRefType GetRight () const
const SelfGetDnext () const
SelfGetDnext ()
const SelfGetDprev () const
SelfGetDprev ()
DualDataType GetDualData ()
PrimalDataType GetPrimalData ()
const SelfGetInvDnext () const
SelfGetInvDnext ()
const SelfGetInvLnext () const
SelfGetInvLnext ()
const SelfGetInvOnext () const
SelfGetInvOnext ()
const SelfGetInvRnext () const
SelfGetInvRnext ()
const SelfGetInvRot () const
SelfGetInvRot ()
const SelfGetLnext () const
SelfGetLnext ()
const SelfGetLprev () const
SelfGetLprev ()
const SelfGetOnext () const
SelfGetOnext ()
const SelfGetRot () const
SelfGetRot ()
const SelfGetOprev () const
SelfGetOprev ()
unsigned int GetOrder () const
bool IsEdgeInOnextRing (Self *testEdge) const
bool IsHalfEdge () const
bool IsIsolated () const
bool IsLnextGivenSizeCyclic (const int size) const
const SelfGetRnext () const
SelfGetRnext ()
const SelfGetRprev () const
SelfGetRprev ()
const SelfGetSym () const
SelfGetSym ()
void Splice (Self *b)
bool IsDestinationSet () const
bool IsLeftSet () const
bool IsOriginSet () const
bool IsRightSet () const
bool IsDualDataSet ()
bool IsPrimalDataSet ()
 itkQEDefineIteratorGeomMethodsMacro (InvDnext)
 itkQEDefineIteratorGeomMethodsMacro (InvRnext)
 itkQEDefineIteratorGeomMethodsMacro (InvLnext)
 itkQEDefineIteratorGeomMethodsMacro (InvOnext)
 itkQEDefineIteratorGeomMethodsMacro (Dprev)
 itkQEDefineIteratorGeomMethodsMacro (Rprev)
 itkQEDefineIteratorGeomMethodsMacro (Lprev)
 itkQEDefineIteratorGeomMethodsMacro (Oprev)
 itkQEDefineIteratorGeomMethodsMacro (Dnext)
 itkQEDefineIteratorGeomMethodsMacro (Rnext)
 itkQEDefineIteratorGeomMethodsMacro (Lnext)
 itkQEDefineIteratorGeomMethodsMacro (Sym)
 itkQEDefineIteratorGeomMethodsMacro (Onext)
 itkQEDefineIteratorMethodsMacro (Onext)
void SetDualData (const DualDataType data)
void SetPrimalData (const PrimalDataType data)
void SetOnext (Self *onext)
void SetRot (Self *rot)

Static Public Attributes

static const OriginRefType m_NoPoint

Protected Attributes

PrimalDataType m_Data
bool m_DataSet
LineCellIdentifier m_LineCellIdent
OriginRefType m_Origin


Detailed Description

template<typename TVRef, typename TFRef, typename TPrimalData, typename TDualData, bool PrimalDual = true>
class itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >

This class extends the QuadEdge by adding a reference to the Origin.

The class is implemented in such a way that it can generate its own Dual. In a physical edge, there will be four GeometricalQuadEdge. Two of them will be Primal and two will be Dual. The Primal ones are parallel to the physical edge and their origins relate to the mesh points. The Dual ones are orthogonal to the physical edge and their origins relate to the faces at each side of the physical edge.

The only purpose of the last paramater of the template is to guarantee that the two types GeometricalQuadEdge<...> and GeometricalQuadEdge<...>Dual are always different (in the sense that their typeid() are different). If we only had the four first parameters and assume that GeometricalQuadEdge<...> gets instantiated with types such that TVRef = TFRef and TPrimalData = TDualData then this instantiation GeometricalQuadEdge<...> and GeometricalQuadEdge<...>Dual would be the same types (this is simply due to the very definition of GeometricalQuadEdge<...>Dual). This would in turn make the types QEType and QEDual of QuadEdgeMesh identical and would prevent any algorithm requiring to distinguish those types (e.g. by relying on a dynamic_cast<QEType*>) to be effective. This justifies the existence of last dummy template parameter and it's default value.

Author:
Alexandre Gouaillard, Leonardo Florez-Valencia, Eric Boix
This implementation was contributed as a paper to the Insight Journal http://insight-journal.org/midas/handle.php?handle=1926/306

See also:
QuadEdge

Definition at line 63 of file itkGeometricalQuadEdge.h.


Member Typedef Documentation

Definition at line 231 of file itkQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef QuadEdgeMeshConstIteratorGeom< Self > itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::ConstIteratorGeom

Definition at line 92 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef TDualData itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::DualDataType

Definition at line 83 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef TFRef itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::DualOriginRefType

Definition at line 81 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef GeometricalQuadEdge< TFRef, TVRef, TDualData, TPrimalData, !PrimalDual > itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::DualType

Dual type, basically the same type with swapped template parameters.

Definition at line 77 of file itkGeometricalQuadEdge.h.

Iterator types.

Definition at line 230 of file itkQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef QuadEdgeMeshIteratorGeom< Self > itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IteratorGeom

Iterator types.

Definition at line 91 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef TFRef itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::LineCellIdentifier

Definition at line 86 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef TVRef itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::OriginRefType

Input template parameters & values convenient renaming.

Definition at line 80 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef TPrimalData itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::PrimalDataType

Definition at line 82 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef Self* itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::RawPointer

Definition at line 69 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef GeometricalQuadEdge itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::Self

Hierarchy typedefs.

Reimplemented from itk::QuadEdge.

Definition at line 67 of file itkGeometricalQuadEdge.h.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
typedef QuadEdge itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::Superclass

Definition at line 68 of file itkGeometricalQuadEdge.h.


Constructor & Destructor Documentation

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GeometricalQuadEdge (  ) 

Memory creation methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
virtual itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::~GeometricalQuadEdge (  )  [inline, virtual]

Memory creation methods.

Definition at line 117 of file itkGeometricalQuadEdge.h.


Member Function Documentation

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::Disconnect (  ) 

Disconnection methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
const OriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetDestination (  )  const [inline]

const Self* itk::QuadEdge::GetDnext (  )  const [inherited]

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

Self* itk::QuadEdge::GetDnext (  )  [inherited]

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

const Self* itk::QuadEdge::GetDprev (  )  const [inherited]

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").

Self* itk::QuadEdge::GetDprev (  )  [inherited]

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 itk::QuadEdge::GetInvDnext().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
DualDataType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetDualData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
LineCellIdentifier itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetIdent (  )  [inline]

Definition at line 239 of file itkGeometricalQuadEdge.h.

const Self* itk::QuadEdge::GetInvDnext (  )  const [inline, inherited]

Inverse operators

Definition at line 408 of file itkQuadEdge.h.

References itk::QuadEdge::GetDprev().

Self* itk::QuadEdge::GetInvDnext (  )  [inline, inherited]

Inverse operators

Definition at line 390 of file itkQuadEdge.h.

References itk::QuadEdge::GetDprev().

const Self* itk::QuadEdge::GetInvLnext (  )  const [inline, inherited]

Inverse operators

Definition at line 406 of file itkQuadEdge.h.

References itk::QuadEdge::GetLprev().

Self* itk::QuadEdge::GetInvLnext (  )  [inline, inherited]

Inverse operators

Definition at line 388 of file itkQuadEdge.h.

References itk::QuadEdge::GetLprev().

const Self* itk::QuadEdge::GetInvOnext (  )  const [inline, inherited]

Inverse operators

Definition at line 405 of file itkQuadEdge.h.

References itk::QuadEdge::GetOprev().

Self* itk::QuadEdge::GetInvOnext (  )  [inline, inherited]

Inverse operators

Definition at line 387 of file itkQuadEdge.h.

References itk::QuadEdge::GetOprev().

const Self* itk::QuadEdge::GetInvRnext (  )  const [inline, inherited]

Inverse operators

Definition at line 407 of file itkQuadEdge.h.

References itk::QuadEdge::GetRprev().

Self* itk::QuadEdge::GetInvRnext (  )  [inline, inherited]

Inverse operators

Definition at line 389 of file itkQuadEdge.h.

References itk::QuadEdge::GetRprev().

const Self* itk::QuadEdge::GetInvRot (  )  const [inline, inherited]

Inverse operators

Definition at line 391 of file itkQuadEdge.h.

References itk::QuadEdge::GetRot(), and NULL.

Self* itk::QuadEdge::GetInvRot (  )  [inline, inherited]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
const DualOriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetLeft (  )  const [inline]

const Self* itk::QuadEdge::GetLnext (  )  const [inherited]

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

Self* itk::QuadEdge::GetLnext (  )  [inherited]

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

const Self* itk::QuadEdge::GetLprev (  )  const [inherited]

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

Self* itk::QuadEdge::GetLprev (  )  [inherited]

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 itk::QuadEdge::GetInvLnext().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
Self* itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetNextBorderEdgeWithUnsetLeft ( Self edgeTest = 0  ) 

const Self* itk::QuadEdge::GetOnext (  )  const [inline, inherited]

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

Definition at line 264 of file itkQuadEdge.h.

Self* itk::QuadEdge::GetOnext (  )  [inline, inherited]

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

Definition at line 262 of file itkQuadEdge.h.

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

const Self* itk::QuadEdge::GetOprev (  )  const [inherited]

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

Self* itk::QuadEdge::GetOprev (  )  [inherited]

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

Referenced by itk::QuadEdge::GetInvOnext().

unsigned int itk::QuadEdge::GetOrder (  )  const [inherited]

Queries.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
const OriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetOrigin ( void   )  const [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
PrimalDataType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetPrimalData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
const DualOriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::GetRight ( void   )  const [inline]

const Self* itk::QuadEdge::GetRnext (  )  const [inherited]

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

Self* itk::QuadEdge::GetRnext (  )  [inherited]

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

const Self* itk::QuadEdge::GetRot (  )  const [inline, inherited]

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

Definition at line 265 of file itkQuadEdge.h.

Self* itk::QuadEdge::GetRot (  )  [inline, inherited]

const Self* itk::QuadEdge::GetRprev (  )  const [inherited]

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

Self* itk::QuadEdge::GetRprev (  )  [inherited]

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 itk::QuadEdge::GetInvRnext().

const Self* itk::QuadEdge::GetSym (  )  const [inline, inherited]

Returns the symetric edge (see "Accessing adjacent edges").

Definition at line 315 of file itkQuadEdge.h.

References itk::QuadEdge::m_Rot.

Self* itk::QuadEdge::GetSym (  )  [inline, inherited]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::InsertAfterNextBorderEdgeWithUnsetLeft ( Self isol,
Self hint = 0 
)

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsAtBorder (  )  [inline]

Returns:
Returns true when "this" is on the boundary i.e. one and only one of the faces is set. Return false otherwise.

Definition at line 201 of file itkGeometricalQuadEdge.h.

References itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsLeftSet(), and itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsRightSet().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsDestinationDisconnected (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsDestinationSet (  )  const

Boolean accessors.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsDisconnected (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsDualDataSet (  )  [inline]

bool itk::QuadEdge::IsEdgeInOnextRing ( Self testEdge  )  const [inherited]

Queries.

bool itk::QuadEdge::IsHalfEdge (  )  const [inline, inherited]

Queries.

Definition at line 412 of file itkQuadEdge.h.

References NULL.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsInLnextRing ( Self  ) 

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsInOnextRing ( Self  ) 

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsInternal (  )  const [inline]

bool itk::QuadEdge::IsIsolated (  )  const [inline, inherited]

Queries.

Definition at line 413 of file itkQuadEdge.h.

References itk::QuadEdge::GetOnext().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsLeftSet (  )  const

bool itk::QuadEdge::IsLnextGivenSizeCyclic ( const int  size  )  const [inherited]

Queries.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsLnextOfTriangle (  ) 

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsLnextSharingSameFace ( int  maxSize = 100  ) 

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsOriginDisconnected (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsOriginInternal (  )  const

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsOriginSet (  )  const

Boolean accessors.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsPrimalDataSet (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsRightSet (  )  const

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsWire (  )  [inline]

Returns:
Returns true when "this" has no faces set on both sides. Return false otherwise.

Definition at line 193 of file itkGeometricalQuadEdge.h.

References itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsLeftSet(), and itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::IsRightSet().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEAccessorsMacro ( Superclass  ,
Self  ,
DualType   
)

QE macros.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( InvDnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( InvRnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( InvLnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( InvOnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Dprev   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Rprev   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Lprev   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Oprev   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Dnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Rnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Lnext   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Sym   )  [inline]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::itkQEDefineIteratorGeomMethodsMacro ( Onext   )  [inline]

Basic iterators methods.

itk::QuadEdge::itkQEDefineIteratorMethodsMacro ( Onext   )  [inline, inherited]

Basic iterators methods.

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::ReorderOnextRingBeforeAddFace ( Self second  ) 

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetDestination ( const OriginRefType  v  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetDualData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetDualData ( const DualDataType  data  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetIdent ( const LineCellIdentifier User_Value  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetLeft ( const DualOriginRefType  v  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetLnextRingWithSameLeftFace ( const DualOriginRefType  faceGeom,
int  maxSize = 100 
)

Set the Left() of all the edges in the Lnext() ring of "this" with the same given geometrical information.

Parameters:
faceGeom Looks at most maxSize edges in the Lnext() ring.
maxSize Sets at most maxSize edges in the Lnext() ring.
Returns:
Returns true on success. False otherwise.

void itk::QuadEdge::SetOnext ( Self onext  )  [inline, inherited]

Sub-algebra Set methods.

Definition at line 255 of file itkQuadEdge.h.

Referenced by itk::QuadEdge::Splice().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetOrigin ( const OriginRefType  v  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetPrimalData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetPrimalData ( const PrimalDataType  data  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::SetRight ( const DualOriginRefType  v  )  [inline]

void itk::QuadEdge::SetRot ( Self rot  )  [inline, inherited]

Sub-algebra Set methods.

Definition at line 256 of file itkQuadEdge.h.

void itk::QuadEdge::Splice ( Self b  )  [inline, inherited]

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 it's geometry aware version.

Definition at line 286 of file itkQuadEdge.h.

References itk::QuadEdge::GetOnext(), itk::QuadEdge::GetRot(), and itk::QuadEdge::SetOnext().

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetDestination (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetDualData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetLeft (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetOrigin (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetPrimalData (  )  [inline]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
void itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::UnsetRight (  )  [inline]


Member Data Documentation

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
PrimalDataType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::m_Data [protected]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
bool itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::m_DataSet [protected]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
LineCellIdentifier itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::m_LineCellIdent [protected]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
const OriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::m_NoPoint [static]

template<typename TVRef , typename TFRef , typename TPrimalData , typename TDualData , bool PrimalDual = true>
OriginRefType itk::GeometricalQuadEdge< TVRef, TFRef, TPrimalData, TDualData, PrimalDual >::m_Origin [protected]


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

Generated at Tue Sep 15 08:45:05 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000