25 #ifndef WDATASETPOINTS_H
26 #define WDATASETPOINTS_H
32 #include <boost/shared_ptr.hpp>
34 #include "../common/WBoundingBox.h"
47 typedef boost::shared_ptr< WDataSetPoints >
SPtr;
52 typedef boost::shared_ptr< const WDataSetPoints >
ConstSPtr;
57 typedef boost::shared_ptr< std::vector< float > >
VertexArray;
62 typedef boost::shared_ptr< std::vector< float > >
ColorArray;
118 virtual const std::string
getName()
const;
180 WColor
getColor(
const size_t pointIdx )
const;
239 void init(
bool calcBB =
false );
242 #endif // WDATASETPOINTS_H