HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GA_EdgeGroup::PrimEdge Class Reference

The edge data we store internally. More...

#include <GA_EdgeGroup.h>

Classes

struct  Clearer
 
struct  Hasher
 

Public Member Functions

 PrimEdge ()
 
 PrimEdge (const GA_Edge &e, GA_Offset prim=GA_INVALID_OFFSET)
 
bool operator== (const PrimEdge &o) const
 
bool operator!= (const PrimEdge &o) const
 
SYS_HashType hash () const
 

Public Attributes

GA_Edge myEdge
 
GA_Offset myPrim
 

Detailed Description

The edge data we store internally.

Definition at line 58 of file GA_EdgeGroup.h.

Constructor & Destructor Documentation

GA_EdgeGroup::PrimEdge::PrimEdge ( )
inline

Definition at line 61 of file GA_EdgeGroup.h.

GA_EdgeGroup::PrimEdge::PrimEdge ( const GA_Edge e,
GA_Offset  prim = GA_INVALID_OFFSET 
)
inline

Definition at line 62 of file GA_EdgeGroup.h.

Member Function Documentation

SYS_HashType GA_EdgeGroup::PrimEdge::hash ( ) const
inline

Definition at line 73 of file GA_EdgeGroup.h.

bool GA_EdgeGroup::PrimEdge::operator!= ( const PrimEdge o) const
inline

Definition at line 70 of file GA_EdgeGroup.h.

bool GA_EdgeGroup::PrimEdge::operator== ( const PrimEdge o) const
inline

Definition at line 67 of file GA_EdgeGroup.h.

Member Data Documentation

GA_Edge GA_EdgeGroup::PrimEdge::myEdge

Definition at line 115 of file GA_EdgeGroup.h.

GA_Offset GA_EdgeGroup::PrimEdge::myPrim

Definition at line 116 of file GA_EdgeGroup.h.


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