#include <GU_SelectionConMgr.h>
Public Member Functions | |
| GU_SelectionConMgr (GU_Detail &gdp, int build_connected_points) | |
| ~GU_SelectionConMgr (void) | |
| void | clear (void) |
| void | topologyChanged () |
| GEO_PrimConnector * | getConnector (GU_SelectionConnectivity ctype, bool view_3d) |
Protected Attributes | |
| GU_Detail & | myGdp |
| int | myBuildConnectedPoints |
| GEO_PrimClassifier * | myClassifierUV |
| GEO_PrimConnector * | myConnectorUV |
| GEO_PointClassifier * | myPointClassifier3D |
| GEO_PrimClassifier * | myClassifier3D |
| GEO_PrimConnector * | myConnector3D |
| bool | myLast3DVisibility |
| bool | myLastUseVisibility |
| bool | myConnectorsDirty |
Definition at line 34 of file GU_SelectionConMgr.h.
| GU_SelectionConMgr::GU_SelectionConMgr | ( | GU_Detail & | gdp, | |
| int | build_connected_points | |||
| ) |
| GU_SelectionConMgr::~GU_SelectionConMgr | ( | void | ) |
| void GU_SelectionConMgr::clear | ( | void | ) |
| GEO_PrimConnector* GU_SelectionConMgr::getConnector | ( | GU_SelectionConnectivity | ctype, | |
| bool | view_3d | |||
| ) |
| void GU_SelectionConMgr::topologyChanged | ( | ) | [inline] |
Definition at line 42 of file GU_SelectionConMgr.h.
int GU_SelectionConMgr::myBuildConnectedPoints [protected] |
Definition at line 49 of file GU_SelectionConMgr.h.
GEO_PrimClassifier* GU_SelectionConMgr::myClassifier3D [protected] |
Definition at line 55 of file GU_SelectionConMgr.h.
GEO_PrimClassifier* GU_SelectionConMgr::myClassifierUV [protected] |
Definition at line 51 of file GU_SelectionConMgr.h.
GEO_PrimConnector* GU_SelectionConMgr::myConnector3D [protected] |
Definition at line 56 of file GU_SelectionConMgr.h.
bool GU_SelectionConMgr::myConnectorsDirty [protected] |
Definition at line 60 of file GU_SelectionConMgr.h.
GEO_PrimConnector* GU_SelectionConMgr::myConnectorUV [protected] |
Definition at line 52 of file GU_SelectionConMgr.h.
GU_Detail& GU_SelectionConMgr::myGdp [protected] |
Definition at line 48 of file GU_SelectionConMgr.h.
bool GU_SelectionConMgr::myLast3DVisibility [protected] |
Definition at line 58 of file GU_SelectionConMgr.h.
bool GU_SelectionConMgr::myLastUseVisibility [protected] |
Definition at line 59 of file GU_SelectionConMgr.h.
Definition at line 54 of file GU_SelectionConMgr.h.
1.5.9