#include <KeosOGLDeclaration.h>
Inheritance diagram for Keos::COGLDeclaration:

Public Types | |
| typedef std::vector< TElement > | TElementArray |
| typedef std::vector< TElementArray > | TElementMatrix |
Public Member Functions | |
| COGLDeclaration () | |
| Default constructor. | |
| ~COGLDeclaration () | |
| Destructor. | |
| void | AddElement (uint nStream, const TElement &Element) |
| Add an element description. | |
| const TElementArray & | GetStreamElements (uint nStream) const |
| Return the description of one stram from declaration. | |
Classes | |
| struct | TElement |
Definition at line 33 of file KeosOGLDeclaration.h.
| typedef std::vector<TElement> Keos::COGLDeclaration::TElementArray |
Definition at line 44 of file KeosOGLDeclaration.h.
| typedef std::vector<TElementArray> Keos::COGLDeclaration::TElementMatrix |
Definition at line 45 of file KeosOGLDeclaration.h.
| Keos::COGLDeclaration::COGLDeclaration | ( | ) |
| Keos::COGLDeclaration::~COGLDeclaration | ( | ) |
Add an element description.
| nStream | Stream number. | |
| Element | Element to add. |
Definition at line 41 of file KeosOGLDeclaration.cpp.
Referenced by Keos::COGLRenderSystem::CreateDeclaration().
| const COGLDeclaration::TElementArray & Keos::COGLDeclaration::GetStreamElements | ( | uint | nStream | ) | const |
Return the description of one stram from declaration.
| nStream | Stream number. |
Definition at line 47 of file KeosOGLDeclaration.cpp.
Referenced by Keos::COGLRenderSystem::_SetVB().
1.5.1-p1