#include <GU_PointConSelection.h>

Public Member Functions | |
| GU_PointConSelection (GU_Detail &gdp, const char *grpname="_gu_ptcselection_", int reset=0, const char *prefix=0) | |
| GU_PointConSelection (GU_Detail &gdp, GA_PointGroup &ptgroup, const char *prefix=0) | |
| virtual | ~GU_PointConSelection (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 (const GEO_Point &pt, int ordered=0) |
| virtual int | add (const GEO_Primitive &prim, int ordered=0) |
| virtual int | add (const GA_Edge &edge, int ordered=0) |
| virtual int | add (const GA_Edge &edge, GEO_Primitive &, int ordered=0) |
| virtual int | add (const GA_Breakpoint &bkp, int ordered=0) |
| virtual int | add (const GEO_Vertex &vtx, int ordered=0) |
| virtual int | remove (const GEO_Point &pt, int ordered=0) |
| virtual int | remove (const GEO_Primitive &prim, int ordered=0) |
| virtual int | remove (const GA_Edge &edge, int ordered=0) |
| virtual int | remove (const GA_Edge &edge, GEO_Primitive &, int ordered=0) |
| virtual int | remove (const GA_Breakpoint &bkp, int ordered=0) |
| virtual int | remove (const GEO_Vertex &vtx, int ordered=0) |
| virtual int | select (uint *pickbuf, long npicked, GU_SelectResult &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_PointConSelection.h.
| GU_PointConSelection::GU_PointConSelection | ( | GU_Detail & | gdp, | |
| const char * | grpname = "_gu_ptcselection_", |
|||
| int | reset = 0, |
|||
| const char * | prefix = 0 | |||
| ) |
| GU_PointConSelection::GU_PointConSelection | ( | GU_Detail & | gdp, | |
| GA_PointGroup & | ptgroup, | |||
| const char * | prefix = 0 | |||
| ) |
| virtual GU_PointConSelection::~GU_PointConSelection | ( | void | ) | [virtual] |
| virtual int GU_PointConSelection::add | ( | const GEO_Vertex & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::add | ( | const GA_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::add | ( | const GA_Edge & | edge, | |
| GEO_Primitive & | , | |||
| int | ordered = 0 | |||
| ) | [inline, virtual] |
| virtual int GU_PointConSelection::add | ( | const GA_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::add | ( | const GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::add | ( | const GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::classType | ( | void | ) | const [virtual] |
Reimplemented from GU_PointSelection.
| virtual void GU_PointConSelection::clear | ( | void | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual void GU_PointConSelection::clearAndDestroy | ( | void | ) | [virtual] |
Reimplemented from GU_PointSelection.
| GEO_PrimConnector* GU_PointConSelection::getConnector | ( | ) | [protected] |
| virtual GU_Selection* GU_PointConSelection::newSpecies | ( | GU_Detail & | gdp | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_PrimGroupSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_PointGroupSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_VertexSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_BreakpointSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_EdgeSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_PrimSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual GU_Selection& GU_PointConSelection::operator= | ( | GU_PointSelection & | ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::remove | ( | const GEO_Vertex & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::remove | ( | const GA_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::remove | ( | const GA_Edge & | edge, | |
| GEO_Primitive & | , | |||
| int | ordered = 0 | |||
| ) | [inline, virtual] |
| virtual int GU_PointConSelection::remove | ( | const GA_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::remove | ( | const GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::remove | ( | const GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual int GU_PointConSelection::select | ( | uint * | pickbuf, | |
| long | npicked, | |||
| GU_SelectResult & | added, | |||
| GU_SelectionRule | rule = GU_AddSelect, |
|||
| unsigned * | pickid = 0, |
|||
| GU_LassoInfo * | linfo = 0, |
|||
| const UT_IntArray * | prfx = 0 | |||
| ) | [virtual] |
Reimplemented from GU_PointSelection.
| virtual void GU_PointConSelection::topologyChanged | ( | ) | [virtual] |
Reimplemented from GU_Selection.
Definition at line 106 of file GU_PointConSelection.h.
1.5.9