![]() |
VR-Forces 4.1.1 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. | |
Public Member Functions inherited from makVrf::DtKynapseLinesModel | |
| DtKynapseLinesModel (makVrv::DtDe &de, makVrv::DtUniqueID id) | |
| The Constructor for a distributed object must take a DtIg and a Unique Id. | |
| virtual | ~DtKynapseLinesModel () |
| DTOR. | |
| virtual void | init (std::string &str, bool useLocalCoord=false) |
| Initialize the shared memory queue. | |
Protected Member Functions | |
| virtual DtRegionalGeodeInfo | findOrCreateRegonalNode (const DtVector &location) |
| virtual void | clearRegionalNodes () |
Protected Member Functions inherited from makVrf::DtKynapseLinesModel | |
| virtual void | drawMemoryBlock (unsigned long entries) |
Protected Attributes | |
| std::list< DtRegionalGeodeInfo > | mySecondRegionalNodes |
| osg::ref_ptr< osg::Group > | mySecondGroupNode |
| int | myActiveGroupNode |
Protected Attributes inherited from makVrf::DtKynapseLinesModel | |
| makVrv::DtDe & | myDe |
| std::list< DtRegionalGeodeInfo > | myRegionalNodes |
| osg::ref_ptr< osg::Group > | myGroupNode |
| DtDebugDrawerSharedMemoryManager * | sharedMemory |
| std::map< DtString, int > | myLastFrameNumber |
| bool | myUseLocalCoord |
| bool | myFirstUpdate |
This is a modification of the lines model that takes care of flickering by creating a sort of back buffer.
| DtBhaveLinesModel::DtBhaveLinesModel | ( | makVrv::DtDe & | de, |
| makVrv::DtUniqueID | id | ||
| ) |
The Constructor for a distributed object must take a DtIg and a Unique Id.
|
virtual |
DTOR.
| void DtBhaveLinesModel::update | ( | ) |
Update the lines according to the current state of the shared memory buffer.
Reimplemented from makVrf::DtKynapseLinesModel.
|
protectedvirtual |
Reimplemented from makVrf::DtKynapseLinesModel.
|
protectedvirtual |
Reimplemented from makVrf::DtKynapseLinesModel.
|
protected |
|
protected |
|
protected |