#include <GU_EdgeConSelection.h>

Public Member Functions | |
| GU_EdgeConSelection (GU_Detail &gdp, const char *prefix=0) | |
| virtual | ~GU_EdgeConSelection (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 &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 &bkp, 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 &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 () |
| int | doTree (int treeidx, GEO_EdgeApplyFunc apply) |
Protected Attributes | |
| GU_SelectionConMgr | myConnectivityMgr |
Definition at line 32 of file GU_EdgeConSelection.h.
| GU_EdgeConSelection::GU_EdgeConSelection | ( | GU_Detail & | gdp, | |
| const char * | prefix = 0 | |||
| ) |
| virtual GU_EdgeConSelection::~GU_EdgeConSelection | ( | void | ) | [virtual] |
| virtual int GU_EdgeConSelection::add | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::add | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::add | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::add | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::add | ( | GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::classType | ( | void | ) | const [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual void GU_EdgeConSelection::clear | ( | void | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual void GU_EdgeConSelection::clearAndDestroy | ( | void | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| int GU_EdgeConSelection::doTree | ( | int | treeidx, | |
| GEO_EdgeApplyFunc | apply | |||
| ) | [protected] |
| GEO_PrimConnector* GU_EdgeConSelection::getConnector | ( | ) | [protected] |
| virtual GU_Selection* GU_EdgeConSelection::newSpecies | ( | GU_Detail & | gdp | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_PrimGroupSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_PointGroupSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_VertexSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_BreakpointSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_EdgeSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_PrimSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual GU_Selection& GU_EdgeConSelection::operator= | ( | GU_PointSelection & | ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::remove | ( | GB_VertexData & | vtx, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::remove | ( | GEO_Breakpoint & | bkp, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::remove | ( | GB_Edge & | edge, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::remove | ( | GEO_Primitive & | prim, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::remove | ( | GEO_Point & | pt, | |
| int | ordered = 0 | |||
| ) | [virtual] |
Reimplemented from GU_EdgeSelection.
| virtual int GU_EdgeConSelection::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_EdgeSelection.
| virtual void GU_EdgeConSelection::topologyChanged | ( | ) | [virtual] |
Reimplemented from GU_Selection.
Definition at line 100 of file GU_EdgeConSelection.h.
1.5.9