#include <ExCGizmo.h>
Inheritance diagram for ExCGizmo:
Public Methods | |
ExCGizmo (void) | |
~ExCGizmo (void) | |
void | SetVisibleState (bool state) |
bool | GetVisibleState (void) |
void | Draw (void) |
Data Fields | |
ExCVertex | m_Center |
Protected Attributes | |
bool | m_Visible |
|
Definition at line 6 of file ExCGizmo.cpp.
00007 { 00008 } |
|
Definition at line 10 of file ExCGizmo.cpp.
00011 { 00012 } |
|
Reimplemented from ExCObject. Reimplemented in ExCGizmoRectangle. Definition at line 14 of file ExCGizmo.cpp.
00015 { 00016 } |
|
Definition at line 51 of file ExCGizmo.h. References m_Visible.
00051 {return m_Visible;} |
|
Definition at line 50 of file ExCGizmo.h. References m_Visible.
00050 {m_Visible=state;} |
|
Definition at line 41 of file ExCGizmo.h. Referenced by ExCOctree::BuildBox(), ExCOctree::BuildFirstBox(), ExCOctree::Draw(), ExCOctree::MeshInOctree(), and ExCOctree::SubDivise(). |
|
Definition at line 36 of file ExCGizmo.h. Referenced by GetVisibleState(), and SetVisibleState(). |