The Indices class represents the connecting relationship between vertices. More...
#include <indices.h>
Public Types | |
| enum class | Mode { TRIANGLES , TRIANGLE_FAN , TRIANGLE_STRIP , LINES , LINE_LOOP , LINE_STRIP , POINTS } |
| The Mode enumeration defines identifiers corresponding to different ways of rendering geometric primitives in a 3D graphics application. More... | |
Public Member Functions | |
| Indices (Indices::Mode mode, int count, int primCount) | |
| const std::string & | className () const |
Public Member Functions inherited from cil::Object | |
| Object () | |
| virtual | ~Object () |
Public Attributes | |
| Mode | mode |
| This member stores the primitive mode of this Indices object. | |
| int | count |
| This member stores the count of the primitive in this Indices object. | |
| int | primCount |
Protected Attributes | |
| std::string | m_className |
The Indices class represents the connecting relationship between vertices.
|
strong |
| cil::Indices::Indices | ( | Indices::Mode | mode, |
| int | count, | ||
| int | primCount ) |
| const std::string & cil::Indices::className | ( | ) | const |
| int cil::Indices::count |
This member stores the count of the primitive in this Indices object.
|
protected |
| int cil::Indices::primCount |