#include <K3dDrawVertex.h>
Inheritance diagram for K3dDrawVertex:
Public Member Functions | |
K3dDrawVertex (K3dGameData *_pGameData) | |
~K3dDrawVertex () | |
void | DrawVertices () |
Draw vertices. | |
Private Attributes | |
K3dGameData * | m_pGameData |
Global game data, data centered game system. |
Definition at line 39 of file K3dDrawVertex.h.
K3dDrawVertex::K3dDrawVertex | ( | K3dGameData * | _pGameData | ) | [inline] |
K3dDrawVertex::~K3dDrawVertex | ( | ) | [inline] |
Definition at line 48 of file K3dDrawVertex.h.
void K3dDrawVertex::DrawVertices | ( | ) |
Draw vertices.
Definition at line 36 of file K3dDrawVertex.cpp.
References K3dSafePointer< _T >::Get(), K3dSafePointer< _T >::GetNum(), K3dGameData::GetVertexObjSP(), and m_pGameData.
Referenced by K3dMngGeometry::DrawMngGeometry().
K3dGameData* K3dDrawVertex::m_pGameData [private] |
Global game data, data centered game system.
Reimplemented in K3dDraw, K3dScene, K3dMngGeometry, and K3dMngSystem.
Definition at line 41 of file K3dDrawVertex.h.
Referenced by DrawVertices(), and K3dDrawVertex().