K3dPolyObj Class Reference

#include <K3dPolyObj.h>

Inheritance diagram for K3dPolyObj:

K3dPoly List of all members.

Public Member Functions

 K3dPolyObj ()
 ~K3dPolyObj ()
K3dStringGetName ()
 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.

Detailed Description

Definition at line 38 of file K3dPolyObj.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

K3dString& K3dPolyObj::GetName (  )  [inline]

Get or set object name.

Definition at line 49 of file K3dPolyObj.h.

References m_strName.

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().


Member Data Documentation

K3dString K3dPolyObj::m_strName [private]

Object name.

Definition at line 40 of file K3dPolyObj.h.

Referenced by GetName(), and K3dPolyObj().

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().


The documentation for this class was generated from the following files:
Generated on Thu Aug 16 23:53:33 2007 for K3dEngine by  doxygen 1.5.0