#include <PointsP.hpp>
|
osg::ref_ptr< osg::Vec3Array > | points |
|
osg::ref_ptr< osg::Geometry > | pointsGeom |
|
osg::ref_ptr< osg::MatrixTransform > | pointsTransform |
|
osg::ref_ptr< osg::DrawArrays > | drawArray |
|
osg::ref_ptr< osg::Point > | linew |
|
osg::ref_ptr< osg::Vec4Array > | colors |
|
osg::ref_ptr< osg::Geode > | node |
|
Definition at line 39 of file PointsP.hpp.
◆ PointsP()
osg_points::PointsP::PointsP |
( |
| ) |
|
◆ ~PointsP()
osg_points::PointsP::~PointsP |
( |
void |
| ) |
|
◆ appendData()
void osg_points::PointsP::appendData |
( |
Vector |
v | ) |
|
|
virtual |
◆ dirty()
void osg_points::PointsP::dirty |
( |
void |
| ) |
|
◆ getOSGNode()
void * osg_points::PointsP::getOSGNode |
( |
| ) |
|
|
virtual |
◆ setColor()
void osg_points::PointsP::setColor |
( |
Color |
c | ) |
|
|
virtual |
◆ setData()
void osg_points::PointsP::setData |
( |
const std::vector< Vector > & |
points | ) |
|
|
virtual |
◆ setLineWidth()
void osg_points::PointsP::setLineWidth |
( |
double |
w | ) |
|
|
virtual |
◆ colors
osg::ref_ptr<osg::Vec4Array> osg_points::PointsP::colors |
|
private |
◆ drawArray
osg::ref_ptr<osg::DrawArrays> osg_points::PointsP::drawArray |
|
private |
◆ linew
osg::ref_ptr<osg::Point> osg_points::PointsP::linew |
|
private |
◆ node
osg::ref_ptr<osg::Geode> osg_points::PointsP::node |
|
private |
◆ points
osg::ref_ptr<osg::Vec3Array> osg_points::PointsP::points |
|
private |
◆ pointsGeom
osg::ref_ptr<osg::Geometry> osg_points::PointsP::pointsGeom |
|
private |
◆ pointsTransform
osg::ref_ptr<osg::MatrixTransform> osg_points::PointsP::pointsTransform |
|
private |
The documentation for this class was generated from the following files:
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_points/src/PointsP.hpp
- /Developer/bob-learning-dev/simulation/mars/common/graphics/osg_points/src/PointsP.cpp