cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ContourData Class Reference

#include <CCDatas.h>

Inheritance diagram for ContourData:
Ref

Public Member Functions

CC_CREATE_NO_PARAM(ContourData)
public 
~ContourData (void)
virtual bool init ()
virtual void addVertex (cocos2d::Vec2 &vertex)
local addVertex ( local vertex)
- Public Member Functions inherited from Ref
void retain ()
 Retains the ownership. More...
 
void release ()
 Releases the ownership immediately. More...
 
Refautorelease ()
 Releases the ownership sometime soon automatically. More...
 
unsigned int getReferenceCount () const
 Returns the Ref's current reference count. More...
 
virtual ~Ref ()
 Destructor. More...
 

Public Attributes

std::vector< cocos2d::Vec2 > vertexList

Additional Inherited Members

- Protected Member Functions inherited from Ref
 Ref ()
 Constructor. More...
 
 Ref ()
 Constructor. More...
 
- Protected Attributes inherited from Ref
unsigned int _referenceCount
 count of references More...
 
local _referenceCount
 count of references More...
 

Constructor & Destructor Documentation

Member Function Documentation

virtual void addVertex ( cocos2d::Vec2 &  vertex)
virtual
var addVertex ( var  vertex)
virtual
local addVertex ( local  vertex)
virtual
virtual bool init ( )
virtual
var init ( )
virtual
local init ( )
virtual

Member Data Documentation

std::vector<cocos2d::Vec2>
vertexList
var vertexList
local vertexList

The documentation for this class was generated from the following file: