|
virtual | ~PointArray () |
| PointArray () |
bool | initWithCapacity (ssize_t capacity) |
| initializes a Catmull Rom config with a capacity hint More...
|
|
local | initWithCapacity ( local capacity) |
| initializes a Catmull Rom config with a capacity hint More...
|
|
void | addControlPoint (Vec2 controlPoint) |
| appends a control point More...
|
|
void | insertControlPoint (Vec2 &controlPoint, ssize_t index) |
| inserts a controlPoint at index More...
|
|
local | insertControlPoint ( local controlPoint, local index) |
| inserts a controlPoint at index More...
|
|
void | replaceControlPoint (Vec2 &controlPoint, ssize_t index) |
| replaces an existing controlPoint at index More...
|
|
Vec2 | getControlPointAtIndex (ssize_t index) |
| get the value of a controlPoint at a given index More...
|
|
local | getControlPointAtIndex ( local index) |
| get the value of a controlPoint at a given index More...
|
|
void | removeControlPointAtIndex (ssize_t index) |
| deletes a control point at a given index More...
|
|
local | removeControlPointAtIndex ( local index) |
| deletes a control point at a given index More...
|
|
ssize_t | count () const |
| returns the number of objects of the control point array More...
|
|
local | count () |
| returns the number of objects of the control point array More...
|
|
PointArray * | reverse () const |
| returns a new copy of the array reversed. More...
|
|
local | reverse () |
| returns a new copy of the array reversed. More...
|
|
void | reverseInline () |
| reverse the current control point array inline, without generating a new one More...
|
|
virtual PointArray * | clone () const |
| returns a copy of the Ref More...
|
|
const std::vector< Vec2 * > * | getControlPoints () const |
local | getControlPoints () |
void | setControlPoints (std::vector< Vec2 * > *controlPoints) |
local | setControlPoints ( local controlPoints) |
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 () |
virtual | ~Clonable () |
CC_DEPRECATED_ATTRIBUTE Ref * | copy () const |
| returns a copy of the Ref. More...
|
|
local | copy () |
| returns a copy of the Ref. More...
|
|