Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

CVertArray Class Reference

#include <gmanager.h>

List of all members.

Public Methods

 CVertArray ()
bool GetVerticesAreValid () const
bool GetNormalsAreValid () const
bool GetTexCoordsAreValid () const
bool GetColorsAreValid () const
void SetVerticesValid (bool valid)
void SetNormalsValid (bool valid)
void SetTexCoordsValid (bool valid)
void SetColorsValid (bool valid)
void * GetVertices () const
void * GetNormals () const
void * GetTexCoords () const
void * GetColors () const
void SetVertices (void *newPtr)
void SetNormals (void *newPtr)
void SetTexCoords (void *newPtr)
void SetColors (void *newPtr)
int GetWordsPerVertex () const
int GetWordsPerNormal () const
int GetWordsPerTexCoord () const
int GetWordsPerColor () const
void SetWordsPerVertex (int numWords)
void SetWordsPerNormal (int numWords)
void SetWordsPerTexCoord (int numWords)
void SetWordsPerColor (int numWords)


Constructor & Destructor Documentation

CVertArray::CVertArray  
 

Definition at line 28 of file gmanager.cpp.


Member Function Documentation

void* CVertArray::GetColors   const [inline]
 

Definition at line 49 of file gmanager.h.

bool CVertArray::GetColorsAreValid   const [inline]
 

Definition at line 38 of file gmanager.h.

void* CVertArray::GetNormals   const [inline]
 

Definition at line 47 of file gmanager.h.

bool CVertArray::GetNormalsAreValid   const [inline]
 

Definition at line 36 of file gmanager.h.

void* CVertArray::GetTexCoords   const [inline]
 

Definition at line 48 of file gmanager.h.

bool CVertArray::GetTexCoordsAreValid   const [inline]
 

Definition at line 37 of file gmanager.h.

void* CVertArray::GetVertices   const [inline]
 

Definition at line 46 of file gmanager.h.

bool CVertArray::GetVerticesAreValid   const [inline]
 

Definition at line 35 of file gmanager.h.

int CVertArray::GetWordsPerColor   const [inline]
 

Definition at line 60 of file gmanager.h.

int CVertArray::GetWordsPerNormal   const [inline]
 

Definition at line 58 of file gmanager.h.

int CVertArray::GetWordsPerTexCoord   const [inline]
 

Definition at line 59 of file gmanager.h.

int CVertArray::GetWordsPerVertex   const [inline]
 

Definition at line 57 of file gmanager.h.

void CVertArray::SetColors void *    newPtr [inline]
 

Definition at line 54 of file gmanager.h.

Referenced by glColorPointer().

void CVertArray::SetColorsValid bool    valid [inline]
 

Definition at line 43 of file gmanager.h.

Referenced by glDisableClientState(), and glEnableClientState().

void CVertArray::SetNormals void *    newPtr [inline]
 

Definition at line 52 of file gmanager.h.

Referenced by pglNormalPointer().

void CVertArray::SetNormalsValid bool    valid [inline]
 

Definition at line 41 of file gmanager.h.

Referenced by glDisableClientState(), and glEnableClientState().

void CVertArray::SetTexCoords void *    newPtr [inline]
 

Definition at line 53 of file gmanager.h.

Referenced by glTexCoordPointer().

void CVertArray::SetTexCoordsValid bool    valid [inline]
 

Definition at line 42 of file gmanager.h.

Referenced by glDisableClientState(), and glEnableClientState().

void CVertArray::SetVertices void *    newPtr [inline]
 

Definition at line 51 of file gmanager.h.

Referenced by glVertexPointer().

void CVertArray::SetVerticesValid bool    valid [inline]
 

Definition at line 40 of file gmanager.h.

Referenced by glDisableClientState(), and glEnableClientState().

void CVertArray::SetWordsPerColor int    numWords [inline]
 

Definition at line 65 of file gmanager.h.

Referenced by glColorPointer().

void CVertArray::SetWordsPerNormal int    numWords [inline]
 

Definition at line 63 of file gmanager.h.

Referenced by pglNormalPointer().

void CVertArray::SetWordsPerTexCoord int    numWords [inline]
 

Definition at line 64 of file gmanager.h.

Referenced by glTexCoordPointer().

void CVertArray::SetWordsPerVertex int    numWords [inline]
 

Definition at line 62 of file gmanager.h.

Referenced by glVertexPointer().


The documentation for this class was generated from the following files:
ps2gl version cvs