![]() |
VR-Forces 4.0.4 Class Documentation
|
This is a modification of the lines model that takes care of flickering by creating a sort of back buffer. More...

Public Member Functions | |
| DtBhaveLinesModel (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| The Constructor for a distributed object must take a DtIg and a Unique Id. | |
| virtual | ~DtBhaveLinesModel () |
| DTOR. | |
| void | update () |
| Update the lines according to the current state of the shared memory buffer. | |
Protected Member Functions | |
| virtual DtRegionalGeodeInfo | findOrCreateRegonalNode (const DtVector &location) |
| virtual void | clearRegionalNodes () |
Protected Attributes | |
| std::list< DtRegionalGeodeInfo > | mySecondRegionalNodes |
| osg::ref_ptr< osg::Group > | mySecondGroupNode |
| int | myActiveGroupNode |
This is a modification of the lines model that takes care of flickering by creating a sort of back buffer.
The Constructor for a distributed object must take a DtIg and a Unique Id.
| virtual DtBhaveLinesModel::~DtBhaveLinesModel | ( | ) | [virtual] |
DTOR.
| void DtBhaveLinesModel::update | ( | ) |
Update the lines according to the current state of the shared memory buffer.
Reimplemented from makVrf::DtKynapseLinesModel.
| virtual DtRegionalGeodeInfo DtBhaveLinesModel::findOrCreateRegonalNode | ( | const DtVector & | location | ) | [protected, virtual] |
Reimplemented from makVrf::DtKynapseLinesModel.
| virtual void DtBhaveLinesModel::clearRegionalNodes | ( | ) | [protected, virtual] |
Reimplemented from makVrf::DtKynapseLinesModel.
std::list<DtRegionalGeodeInfo> DtBhaveLinesModel::mySecondRegionalNodes [protected] |
osg::ref_ptr<osg::Group> DtBhaveLinesModel::mySecondGroupNode [protected] |
int DtBhaveLinesModel::myActiveGroupNode [protected] |