#include <GU_PrimConSelection.h>

Public Member Functions | |
| GU_PrimConSelection (GU_Detail &gdp, const char *grpname="_gu_pmcselection_", int reset=0, const char *prefix=0) | |
| GU_PrimConSelection (GU_Detail &gdp, GB_PrimitiveGroup &ptgroup, const char *prefix=0) | |
| virtual | ~GU_PrimConSelection (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 | 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 void | clear (void) |
| virtual void | clearAndDestroy (void) |
| virtual void | topologyChanged () |
| virtual int | classType (void) const |
| virtual GU_Selection * | newSpecies (GU_Detail &gdp) |
Protected Member Functions | |
| GEO_PrimConnector * | getConnector () |
Protected Attributes | |
| GU_SelectionConMgr | myConnectivityMgr |
Definition at line 30 of file GU_PrimConSelection.h.
| GU_PrimConSelection::GU_PrimConSelection | ( | GU_Detail & | gdp, | |
| const char * | grpname = "_gu_pmcselection_", |
|||
| int | reset = 0, |
|||
| const char * | prefix = 0 | |||
| ) |
| GU_PrimConSelection::GU_PrimConSelection | ( | GU_Detail & | gdp, | |
| GB_PrimitiveGroup & | ptgroup, | |||
| const char * | prefix = 0 | |||
| ) |
| virtual GU_PrimConSelection::~GU_PrimConSelection | ( | void | ) | [virtual] |
| virtual int GU_PrimConSelection::add | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::add | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::add | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::add | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::add | ( | GEO_Point & | point, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::classType | ( | void | ) | const [virtual] |
Reimplemented from GU_PrimSelection.
| virtual void GU_PrimConSelection::clear | ( | void | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual void GU_PrimConSelection::clearAndDestroy | ( | void | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| GEO_PrimConnector* GU_PrimConSelection::getConnector | ( | ) | [protected] |
| virtual GU_Selection* GU_PrimConSelection::newSpecies | ( | GU_Detail & | gdp | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_PrimGroupSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_PointGroupSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_VertexSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_BreakpointSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_EdgeSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_PrimSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual GU_Selection& GU_PrimConSelection::operator= | ( | GU_PointSelection & | ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::remove | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::remove | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::remove | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::remove | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::remove | ( | GEO_Point & | point, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PrimSelection.
| virtual int GU_PrimConSelection::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_PrimSelection.
| virtual void GU_PrimConSelection::topologyChanged | ( | ) | [virtual] |
Reimplemented from GU_Selection.
Definition at line 102 of file GU_PrimConSelection.h.
1.5.9