#include <K3dPolyObj.h>
Inheritance diagram for K3dPolyObj:
Public Member Functions | |
K3dPolyObj () | |
~K3dPolyObj () | |
K3dString & | GetName () |
Get or set object name. | |
bool & | GetIsVisible () |
Get or set if plane is visible. | |
int & | GetId () |
Get or set polyhedron index. | |
Private Attributes | |
K3dString | m_strName |
Object name. | |
bool | m_bIsVisible |
Is a poly visible? | |
int | m_iId |
Polyhedron index in global game data. |
Definition at line 38 of file K3dPolyObj.h.
K3dPolyObj::K3dPolyObj | ( | ) |
Definition at line 36 of file K3dPolyObj.cpp.
References K_STR_POLY_NO_DEF, m_bIsVisible, m_iId, and m_strName.
K3dPolyObj::~K3dPolyObj | ( | ) |
Definition at line 43 of file K3dPolyObj.cpp.
K3dString& K3dPolyObj::GetName | ( | ) | [inline] |
bool& K3dPolyObj::GetIsVisible | ( | ) | [inline] |
Get or set if plane is visible.
Definition at line 55 of file K3dPolyObj.h.
References m_bIsVisible.
Referenced by K3dCutPoly::AddNewPlane(), and K3dBoxBuild::CreateSceneBox().
int& K3dPolyObj::GetId | ( | ) | [inline] |
Get or set polyhedron index.
Definition at line 61 of file K3dPolyObj.h.
References m_iId.
Referenced by K3dPolyWork::CheckPoly(), K3dPolyBuild::CreateNewPolyObj(), and K3dBoxBuild::CreateSceneBox().
K3dString K3dPolyObj::m_strName [private] |
bool K3dPolyObj::m_bIsVisible [private] |
Is a poly visible?
Definition at line 41 of file K3dPolyObj.h.
Referenced by GetIsVisible(), and K3dPolyObj().
int K3dPolyObj::m_iId [private] |
Polyhedron index in global game data.
Definition at line 42 of file K3dPolyObj.h.
Referenced by GetId(), and K3dPolyObj().