|
HDK
|
#include <EUC_Object.h>
Inheritance diagram for HDK_Sample::EUC_Object:Public Member Functions | |
| EUC_Object () | |
| virtual | ~EUC_Object () |
| void | setLook (bool visible, const UT_Vector3 &cd) |
| bool | getVisible () const |
| UT_Vector3 | getColor () const |
| virtual EUC_ObjType | getType () const =0 |
Protected Attributes | |
| bool | myVisible |
| UT_Vector3 | myCd |
Definition at line 45 of file EUC_Object.h.
| EUC_Object::EUC_Object | ( | ) |
Definition at line 37 of file EUC_Object.C.
|
virtual |
Definition at line 43 of file EUC_Object.C.
|
inline |
Definition at line 53 of file EUC_Object.h.
|
pure virtual |
Implemented in HDK_Sample::EUC_Circle, HDK_Sample::EUC_Line, and HDK_Sample::EUC_Point.
|
inline |
Definition at line 52 of file EUC_Object.h.
| void EUC_Object::setLook | ( | bool | visible, |
| const UT_Vector3 & | cd | ||
| ) |
Definition at line 48 of file EUC_Object.C.
|
protected |
Definition at line 58 of file EUC_Object.h.
|
protected |
Definition at line 57 of file EUC_Object.h.