#include <GU_VertexConSelection.h>

Public Member Functions | |
| GU_VertexConSelection (GU_Detail &gdp, const char *prefix=0) | |
| virtual | ~GU_VertexConSelection (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 | select (uint *pickbuf, long npicked, void *&added, GU_SelectionRule rule=GU_AddSelect, unsigned *pickid=0, GU_LassoInfo *linfo=0, const UT_IntArray *prfx=0) |
| virtual int | add (GEO_Point &pt, 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 &b, int ordered=0) |
| virtual int | add (GB_VertexData &vtx, int ordered=0) |
| virtual int | remove (GEO_Point &pt, 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 &b, int ordered=0) |
| virtual int | remove (GB_VertexData &vtx, int ordered=0) |
| virtual void | clear (void) |
| virtual void | clearAndDestroy (void) |
| virtual void | topologyChanged () |
| virtual int | classType (void) const |
| virtual GU_Selection * | newSpecies (GU_Detail &gdp) |
Definition at line 32 of file GU_VertexConSelection.h.
| GU_VertexConSelection::GU_VertexConSelection | ( | GU_Detail & | gdp, | |
| const char * | prefix = 0 | |||
| ) |
| virtual GU_VertexConSelection::~GU_VertexConSelection | ( | void | ) | [virtual] |
| virtual int GU_VertexConSelection::add | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::add | ( | GEO_Breakpoint & | b, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::add | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::add | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::add | ( | GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::classType | ( | void | ) | const [virtual] |
Reimplemented from GU_VertexSelection.
| virtual void GU_VertexConSelection::clear | ( | void | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual void GU_VertexConSelection::clearAndDestroy | ( | void | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection* GU_VertexConSelection::newSpecies | ( | GU_Detail & | gdp | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_PrimGroupSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_PointGroupSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_VertexSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_BreakpointSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_EdgeSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_PrimSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual GU_Selection& GU_VertexConSelection::operator= | ( | GU_PointSelection & | ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::remove | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::remove | ( | GEO_Breakpoint & | b, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::remove | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::remove | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::remove | ( | GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual int GU_VertexConSelection::select | ( | uint * | pickbuf, | |
| long | npicked, | |||
| void *& | added, | |||
| GU_SelectionRule | rule = GU_AddSelect, |
|||
| unsigned * | pickid = 0, |
|||
| GU_LassoInfo * | linfo = 0, |
|||
| const UT_IntArray * | prfx = 0 | |||
| ) | [virtual] |
Reimplemented from GU_VertexSelection.
| virtual void GU_VertexConSelection::topologyChanged | ( | ) | [virtual] |
Reimplemented from GU_Selection.
1.5.9