|
HDK
|
#include <EUC_Object.h>
Inheritance diagram for HDK_Sample::EUC_Point:Public Member Functions | |
| EUC_Point () | |
| EUC_Point (const UT_Vector2 &pos) | |
| ~EUC_Point () override | |
| EUC_ObjType | getType () const override |
| const UT_Vector2 & | getPos () const |
| void | setPos (const UT_Vector2 &pos) |
Public Member Functions inherited from HDK_Sample::EUC_Object | |
| EUC_Object () | |
| virtual | ~EUC_Object () |
| void | setLook (bool visible, const UT_Vector3 &cd) |
| bool | getVisible () const |
| UT_Vector3 | getColor () const |
Protected Attributes | |
| UT_Vector2 | myPos |
Protected Attributes inherited from HDK_Sample::EUC_Object | |
| bool | myVisible |
| UT_Vector3 | myCd |
Definition at line 61 of file EUC_Object.h.
| EUC_Point::EUC_Point | ( | ) |
Definition at line 57 of file EUC_Object.C.
| EUC_Point::EUC_Point | ( | const UT_Vector2 & | pos | ) |
Definition at line 62 of file EUC_Object.C.
|
override |
Definition at line 67 of file EUC_Object.C.
|
inline |
Definition at line 70 of file EUC_Object.h.
|
inlineoverridevirtual |
Implements HDK_Sample::EUC_Object.
Definition at line 68 of file EUC_Object.h.
|
inline |
Definition at line 71 of file EUC_Object.h.
|
protected |
Definition at line 74 of file EUC_Object.h.