#include <DM_Drawable.h>
Definition at line 30 of file DM_Drawable.h.
DM_Drawable::DM_Drawable |
( |
DM_SceneManager & |
scene_manager, |
|
|
const char * |
name, |
|
|
const char * |
label, |
|
|
GU_Detail * |
detail = nullptr |
|
) |
| |
DM_Drawable::~DM_Drawable |
( |
| ) |
|
GU_Detail const* DM_Drawable::detail |
( |
| ) |
const |
void DM_Drawable::enable |
( |
bool |
flag | ) |
|
bool DM_Drawable::enabled |
( |
| ) |
const |
bool DM_Drawable::isCastShadows |
( |
| ) |
const |
bool DM_Drawable::isControl |
( |
| ) |
const |
bool DM_Drawable::isDrawOutline |
( |
| ) |
const |
bool DM_Drawable::isOutlineOnly |
( |
| ) |
const |
bool DM_Drawable::isSeparateOutline |
( |
| ) |
const |
bool DM_Drawable::isShowMaterials |
( |
| ) |
const |
bool DM_Drawable::isVisibleInViewport |
( |
const DM_Viewport & |
vport | ) |
const |
bool DM_Drawable::isXray |
( |
| ) |
const |
const char* DM_Drawable::label |
( |
| ) |
const |
const char* DM_Drawable::name |
( |
| ) |
const |
void DM_Drawable::setCastShadows |
( |
bool |
value | ) |
|
void DM_Drawable::setDrawOutline |
( |
bool |
value | ) |
|
void DM_Drawable::setIsControl |
( |
bool |
is_control | ) |
|
void DM_Drawable::setLabel |
( |
char const * |
label | ) |
|
void DM_Drawable::setOutlineOnly |
( |
bool |
value | ) |
|
void DM_Drawable::setSeparateOutline |
( |
bool |
value | ) |
|
void DM_Drawable::setShowMaterials |
( |
bool |
value | ) |
|
void DM_Drawable::setUseWireframeColor |
( |
bool |
value | ) |
|
void DM_Drawable::setVisibleInAllViewports |
( |
| ) |
|
void DM_Drawable::setVisibleInViewport |
( |
const DM_Viewport & |
vport | ) |
|
void DM_Drawable::setWireframeColor |
( |
UT_Color const & |
color | ) |
|
void DM_Drawable::setWireframeMode |
( |
bool |
value | ) |
|
void DM_Drawable::setXray |
( |
bool |
value | ) |
|
void DM_Drawable::show |
( |
bool |
flag | ) |
|
SOP_Node* DM_Drawable::sopNode |
( |
| ) |
const |
void DM_Drawable::unregister |
( |
| ) |
|
bool DM_Drawable::useWireframeColor |
( |
| ) |
const |
bool DM_Drawable::visible |
( |
| ) |
const |
UT_Color DM_Drawable::wireframeColor |
( |
| ) |
const |
bool DM_Drawable::wireframeMode |
( |
| ) |
const |
The documentation for this class was generated from the following file: