|
|
| Selection (std::string expression) |
| |
|
void | getPoints () |
| |
|
void | getFaces () |
| |
|
void | getVertices () |
| |
|
std::vector< std::shared_ptr< geo::Primitive > > | getPrims (const NodePacket &packet) |
| |
|
bool | containsPrim (geo::PrimPtr prim, bool full=false) |
| |
|
bool | containsFace (geo::PrimPtr prim, Index index, Offset offset) |
| |
|
bool | containsPoint (geo::PrimPtr prim, Index index, Offset offset) |
| |
|
bool | containsVertex (geo::PrimPtr prim, Index index, Offset offset) |
| |
|
std::vector< Offset > | getFaces (geo::PrimPtr prim) |
| |
|
std::vector< Offset > | getPoints (geo::PrimPtr prim) |
| |
|
std::vector< Offset > | getVertices (geo::PrimPtr prim) |
| |
|
void | setInverted (bool inverted) |
| |
|
bool | getInverted () const |
| |
The documentation for this class was generated from the following files:
- src/Engine/Selection/Selection.h
- src/Engine/Selection/Selection.cpp