Primitive can support sending points, lines and triangles to glpipeline, which is an abstraction of primitive data. More...
#include <CCPrimitive.h>
Public Member Functions | |
| const VertexData * | getVertexData () const |
| Get the vertexData. More... | |
| local | getVertexData () |
| Get the vertexData. More... | |
| const IndexBuffer * | getIndexData () const |
| Get the optional index data, will return null if index data is not used. More... | |
| int | getType () const |
| Get the primitive type. More... | |
| void | draw () |
| called by rendering framework, will send the data to GLPipeline. More... | |
| int | getStart () const |
| Get the start index of primtive. More... | |
| int | getCount () const |
| Get the number of vertices or indices used for drawing. More... | |
| var | getCount () |
| Get the number of vertices or indices used for drawing. More... | |
| local | getCount () |
| Get the number of vertices or indices used for drawing. More... | |
| void | setStart (int start) |
| Setter for the start index. More... | |
| var | setStart ( var start) |
| Setter for the start index. More... | |
| local | setStart ( local start) |
| Setter for the start index. More... | |
| void | setCount (int count) |
| Setter for the count. More... | |
| var | setCount ( var count) |
| Setter for the count. More... | |
| local | setCount ( local count) |
| Setter for the count. More... | |
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 () |
| Destructor. More... | |
Static Public Member Functions | |
| static Primitive * | create (VertexData *verts, IndexBuffer *indices, int type) |
| Create an instance of primitive. More... | |
| local | create ( local verts, local indices, local type) |
| Create an instance of primitive. More... | |
Protected Member Functions | |
| Primitive () | |
| Primitive () | |
| Primitive () | |
| virtual | ~Primitive () |
| var | ~Primitive () |
| local | ~Primitive () |
| bool | init (VertexData *verts, IndexBuffer *indices, int type) |
| var | init ( var verts, var indices, var type) |
| local | init ( local verts, local indices, local type) |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
Protected Attributes | |
| VertexData * | _verts |
| IndexBuffer * | _indices |
| var | _indices |
| local | _indices |
| int | _start |
| var | _start |
| local | _start |
| int | _count |
| var | _count |
| local | _count |
| int | _type |
| var | _type |
| local | _type |
Protected Attributes inherited from Ref | |
| unsigned int | _referenceCount |
| count of references More... | |
| local | _referenceCount |
| count of references More... | |
Primitive can support sending points, lines and triangles to glpipeline, which is an abstraction of primitive data.
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
static |
Create an instance of primitive.
| verts | VertexData used in the primitive. |
| indices | Optional index data. |
| type | The type (Points, Lines, Triangles) used. |
|
static |
Create an instance of primitive.
| verts | VertexData used in the primitive. |
| indices | Optional index data. |
| type | The type (Points, Lines, Triangles) used. |
|
static |
Create an instance of primitive.
| verts | VertexData used in the primitive. |
| indices | Optional index data. |
| type | The type (Points, Lines, Triangles) used. |
| void draw | ( | ) |
called by rendering framework, will send the data to GLPipeline.
| var draw | ( | ) |
called by rendering framework, will send the data to GLPipeline.
| local draw | ( | ) |
called by rendering framework, will send the data to GLPipeline.
|
inline |
Get the number of vertices or indices used for drawing.
|
inline |
Get the number of vertices or indices used for drawing.
|
inline |
Get the number of vertices or indices used for drawing.
| const IndexBuffer* getIndexData | ( | ) | const |
Get the optional index data, will return null if index data is not used.
| var getIndexData | ( | ) |
Get the optional index data, will return null if index data is not used.
| local getIndexData | ( | ) |
Get the optional index data, will return null if index data is not used.
|
inline |
Get the start index of primtive.
|
inline |
Get the start index of primtive.
|
inline |
Get the start index of primtive.
|
inline |
Get the primitive type.
|
inline |
Get the primitive type.
|
inline |
Get the primitive type.
| const VertexData* getVertexData | ( | ) | const |
Get the vertexData.
| var getVertexData | ( | ) |
Get the vertexData.
| local getVertexData | ( | ) |
Get the vertexData.
|
protected |
|
protected |
|
protected |
|
inline |
Setter for the count.
|
inline |
Setter for the count.
|
inline |
Setter for the count.
|
inline |
Setter for the start index.
|
inline |
Setter for the start index.
|
inline |
Setter for the start index.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |