cgma
LoopIntersection Struct Reference

List of all members.

Public Member Functions

 LoopIntersection (int i=0)
bool operator< (const LoopIntersection &) const
bool operator> (const LoopIntersection &) const
bool operator<= (const LoopIntersection &) const
bool operator>= (const LoopIntersection &) const
bool operator== (const LoopIntersection &) const
bool operator!= (const LoopIntersection &) const

Public Attributes

Looploop_ptr
RefVertexvtx_ptr

Detailed Description

Definition at line 89 of file PartitionTool.cpp.


Constructor & Destructor Documentation

Definition at line 104 of file PartitionTool.cpp.

: loop_ptr(0), vtx_ptr(0) {}

Member Function Documentation

bool LoopIntersection::operator!= ( const LoopIntersection ) const [inline]

Definition at line 101 of file PartitionTool.cpp.

{ assert(0); return true; }
bool LoopIntersection::operator< ( const LoopIntersection ) const [inline]

Definition at line 96 of file PartitionTool.cpp.

{ assert(0); return false; }
bool LoopIntersection::operator<= ( const LoopIntersection ) const [inline]

Definition at line 98 of file PartitionTool.cpp.

{ assert(0); return false; }
bool LoopIntersection::operator== ( const LoopIntersection ) const [inline]

Definition at line 100 of file PartitionTool.cpp.

{ assert(0); return true; }
bool LoopIntersection::operator> ( const LoopIntersection ) const [inline]

Definition at line 97 of file PartitionTool.cpp.

{ assert(0); return false; }
bool LoopIntersection::operator>= ( const LoopIntersection ) const [inline]

Definition at line 99 of file PartitionTool.cpp.

{ assert(0); return false; }

Member Data Documentation

Definition at line 90 of file PartitionTool.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines