#include <CCMeshVertexIndexData.h>
Public Member Functions | |
| const IndexBuffer * | getIndexBuffer () const |
| get index buffer More... | |
| const VertexBuffer * | getVertexBuffer () const |
| get vertex buffer More... | |
| const MeshVertexData * | getMeshVertexData () const |
| get vertex data More... | |
| void | setAABB (const AABB &aabb) |
| aabb getter and setter More... | |
| const AABB & | getAABB () const |
| void | setId (const std::string &id) |
| id setter and getter More... | |
| local | setId ( local id) |
| id setter and getter More... | |
| const std::string & | getId () const |
| GLenum | getPrimitiveType () const |
| primitive type setter & getter More... | |
| void | setPrimitiveType (GLenum primitive) |
| local | setPrimitiveType ( local primitive) |
| virtual | ~MeshIndexData () |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Releases the ownership immediately. More... | |
| Ref * | autorelease () |
| Releases the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static MeshIndexData * | create (const std::string &id, MeshVertexData *vertexData, IndexBuffer *indexbuffer, const AABB &aabb) |
| create More... | |
| local | create ( local id, local vertexData, local indexbuffer, local aabb) |
| create More... | |
Public Attributes | |
| CC_CONSTRUCTOR_ACCESS | __pad0__: MeshIndexData() |
Protected Attributes | |
| IndexBuffer * | _indexBuffer |
| MeshVertexData * | _vertexData |
| AABB | _aabb |
| std::string | _id |
| GLenum | _primitiveType |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| var | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
Friends | |
| class | MeshVertexData |
| class | Sprite3D |
Additional Inherited Members | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
|
virtual |
|
virtual |
|
virtual |
|
static |
create
|
static |
create
|
static |
create
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
get index buffer
|
inline |
get index buffer
|
inline |
get index buffer
|
inline |
get vertex data
|
inline |
get vertex data
|
inline |
get vertex data
|
inline |
primitive type setter & getter
|
inline |
primitive type setter & getter
|
inline |
primitive type setter & getter
| const VertexBuffer* getVertexBuffer | ( | ) | const |
get vertex buffer
| var getVertexBuffer | ( | ) |
get vertex buffer
| local getVertexBuffer | ( | ) |
get vertex buffer
|
inline |
aabb getter and setter
|
inline |
aabb getter and setter
|
inline |
aabb getter and setter
|
inline |
id setter and getter
|
inline |
id setter and getter
|
inline |
id setter and getter
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
| CC_CONSTRUCTOR_ACCESS __pad0__ |
| var __pad0__ |
| local __pad0__ |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |