#include <GU_Selection.h>
Public Member Functions | |
| GU_SelectResult () | |
| ~GU_SelectResult () | |
| void | set (const GA_Breakpoint &b) |
| void | set (const GA_Edge &e, GA_Primitive *prim=0) |
| void | set (GA_Primitive *prim) |
| void | set (GEO_Point *pt) |
| void | set (const GEO_Vertex &v) |
| const GA_Breakpoint & | getBreakpoint () const |
| const GA_Edge & | getEdge () const |
| GA_Primitive * | getPrimitive () const |
| GEO_Point * | getPoint () const |
| GA_Offset | getPointOffset () const |
| const GEO_Vertex & | getVertex () const |
| bool | isSet () const |
| GA_GroupType | getSelectType () const |
| void | clear () |
Definition at line 66 of file GU_Selection.h.
| GU_SelectResult::GU_SelectResult | ( | ) | [inline] |
Definition at line 69 of file GU_Selection.h.
| GU_SelectResult::~GU_SelectResult | ( | ) | [inline] |
Definition at line 75 of file GU_Selection.h.
| void GU_SelectResult::clear | ( | void | ) | [inline] |
Definition at line 118 of file GU_Selection.h.
| const GA_Breakpoint& GU_SelectResult::getBreakpoint | ( | ) | const [inline] |
Definition at line 104 of file GU_Selection.h.
| const GA_Edge& GU_SelectResult::getEdge | ( | ) | const [inline] |
Definition at line 105 of file GU_Selection.h.
| GEO_Point* GU_SelectResult::getPoint | ( | ) | const [inline] |
Definition at line 107 of file GU_Selection.h.
| GA_Offset GU_SelectResult::getPointOffset | ( | ) | const [inline] |
Definition at line 108 of file GU_Selection.h.
| GA_Primitive* GU_SelectResult::getPrimitive | ( | ) | const [inline] |
Definition at line 106 of file GU_Selection.h.
| GA_GroupType GU_SelectResult::getSelectType | ( | ) | const [inline] |
Definition at line 117 of file GU_Selection.h.
| const GEO_Vertex& GU_SelectResult::getVertex | ( | ) | const [inline] |
Definition at line 114 of file GU_Selection.h.
| bool GU_SelectResult::isSet | ( | ) | const [inline] |
Definition at line 116 of file GU_Selection.h.
| void GU_SelectResult::set | ( | const GEO_Vertex & | v | ) | [inline] |
Definition at line 98 of file GU_Selection.h.
| void GU_SelectResult::set | ( | GEO_Point * | pt | ) | [inline] |
Definition at line 93 of file GU_Selection.h.
| void GU_SelectResult::set | ( | GA_Primitive * | prim | ) | [inline] |
Definition at line 88 of file GU_Selection.h.
| void GU_SelectResult::set | ( | const GA_Edge & | e, | |
| GA_Primitive * | prim = 0 | |||
| ) | [inline] |
Definition at line 82 of file GU_Selection.h.
| void GU_SelectResult::set | ( | const GA_Breakpoint & | b | ) | [inline] |
Definition at line 77 of file GU_Selection.h.
1.5.9