#include <GB_Edge.h>

Public Member Functions | |
| GB_Edge (GB_Element *ppt0=0, GB_Element *ppt1=0, GB_Element *pprim=0) | |
| GB_Edge (const GB_Edge &e) | |
| virtual | ~GB_Edge (void) |
| GB_Edge & | operator= (const GB_Edge &e) |
| unsigned | operator== (const GB_Edge &e) |
| const GB_Element * | p0 () const |
| GB_Element *& | p0 () |
| const GB_Element * | p1 () const |
| GB_Element *& | p1 () |
| const GB_Element * | prim () const |
| GB_Element *& | prim () |
| int | save (ostream &os, int binary) const |
| bool | load (UT_IStream &is, const GB_Detail &gdp) |
Protected Attributes | |
| GB_Element * | myP0 |
| GB_Element * | myP1 |
| GB_Element * | myPrim |
Friends | |
| class | GB_Detail |
Definition at line 29 of file GB_Edge.h.
| GB_Edge::GB_Edge | ( | GB_Element * | ppt0 = 0, |
|
| GB_Element * | ppt1 = 0, |
|||
| GB_Element * | pprim = 0 | |||
| ) |
| GB_Edge::GB_Edge | ( | const GB_Edge & | e | ) |
| virtual GB_Edge::~GB_Edge | ( | void | ) | [virtual] |
| bool GB_Edge::load | ( | UT_IStream & | is, | |
| const GB_Detail & | gdp | |||
| ) |
| unsigned GB_Edge::operator== | ( | const GB_Edge & | e | ) |
| GB_Element*& GB_Edge::p0 | ( | ) | [inline] |
| const GB_Element* GB_Edge::p0 | ( | ) | const [inline] |
| GB_Element*& GB_Edge::p1 | ( | ) | [inline] |
| const GB_Element* GB_Edge::p1 | ( | ) | const [inline] |
| GB_Element*& GB_Edge::prim | ( | ) | [inline] |
| const GB_Element* GB_Edge::prim | ( | ) | const [inline] |
| int GB_Edge::save | ( | ostream & | os, | |
| int | binary | |||
| ) | const |
GB_Element* GB_Edge::myP0 [protected] |
GB_Element* GB_Edge::myP1 [protected] |
GB_Element* GB_Edge::myPrim [protected] |
1.5.9