3 #ifndef _APIPointCloudNode_H_ 
    4 #define _APIPointCloudNode_H_ 
   10 namespace AnyCAD{ 
namespace API
 
   28       void SetPoints (
const FloatList& buffer) ;
 
   33       void SetColors (
const FloatList& buffer) ;
 
   41 #endif //_APIPointCloudNode_H_ 
The Text Node -since R2014UR1. 
Definition: APIPointCloudNode.h:19
 
The Customized SceneNode. 
Definition: APICustomizedSceneNode.h:19
 
std::vector< float > FloatList
Definition: APIString.h:15
 
#define DECLARE_APISUPER(className, super)
Definition: APIObjectDef.h:33