#include <GU_PrimGroupSelection.h>

Public Member Functions | |
| GU_PrimGroupSelection (GU_Detail &gdp, const char *grpname="_gu_pmgselection_", int reset=0, const char *prefix=0) | |
| virtual | ~GU_PrimGroupSelection (void) |
| virtual GU_Selection & | operator= (GU_PointSelection &) |
| virtual GU_Selection & | operator= (GU_PrimSelection &) |
| virtual GU_Selection & | operator= (GU_EdgeSelection &) |
| virtual GU_Selection & | operator= (GU_BreakpointSelection &) |
| virtual GU_Selection & | operator= (GU_VertexSelection &) |
| virtual GU_Selection & | operator= (GU_PointGroupSelection &) |
| virtual GU_Selection & | operator= (GU_PrimGroupSelection &) |
| virtual int | add (GEO_Point &point, int ordered=0) |
| virtual int | add (GEO_Primitive &prim, int ordered=0) |
| virtual int | add (GB_Edge &edge, int ordered=0) |
| virtual int | add (GEO_Breakpoint &bkp, int ordered=0) |
| virtual int | add (GB_VertexData &vtx, int ordered=0) |
| virtual int | remove (GEO_Point &point, int ordered=0) |
| virtual int | remove (GEO_Primitive &prim, int ordered=0) |
| virtual int | remove (GB_Edge &edge, int ordered=0) |
| virtual int | remove (GEO_Breakpoint &bkp, int ordered=0) |
| virtual int | remove (GB_VertexData &vtx, int ordered=0) |
| virtual int | classType (void) const |
| virtual GU_Selection * | newSpecies (GU_Detail &gdp) |
Definition at line 31 of file GU_PrimGroupSelection.h.
| GU_PrimGroupSelection::GU_PrimGroupSelection | ( | GU_Detail & | gdp, | |
| const char * | grpname = "_gu_pmgselection_", |
|||
| int | reset = 0, |
|||
| const char * | prefix = 0 | |||
| ) |
| virtual GU_PrimGroupSelection::~GU_PrimGroupSelection | ( | void | ) | [virtual] |
| virtual int GU_PrimGroupSelection::add | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::add | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::add | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::add | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::add | ( | GEO_Point & | point, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::classType | ( | void | ) | const [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection* GU_PrimGroupSelection::newSpecies | ( | GU_Detail & | gdp | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_PrimGroupSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_PointGroupSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_VertexSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_BreakpointSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_EdgeSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_PrimSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimGroupSelection::operator= | ( | GU_PointSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::remove | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::remove | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::remove | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::remove | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimGroupSelection::remove | ( | GEO_Point & | point, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
1.5.9