#include <EUC_Object.h>

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.
| EUC_Object::~EUC_Object | ( | ) | [virtual] |
Definition at line 43 of file EUC_Object.C.
| UT_Vector3 HDK_Sample::EUC_Object::getColor | ( | void | ) | const [inline] |
Definition at line 53 of file EUC_Object.h.
| virtual EUC_ObjType HDK_Sample::EUC_Object::getType | ( | ) | const [pure virtual] |
Implemented in HDK_Sample::EUC_Point, HDK_Sample::EUC_Line, and HDK_Sample::EUC_Circle.
| bool HDK_Sample::EUC_Object::getVisible | ( | ) | const [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.
UT_Vector3 HDK_Sample::EUC_Object::myCd [protected] |
Definition at line 58 of file EUC_Object.h.
bool HDK_Sample::EUC_Object::myVisible [protected] |
Definition at line 57 of file EUC_Object.h.
1.5.9