![]() |
VR-Forces 5.0.3 Developer's Guide
|
A group of line segment proxy objects that all share the same altitude-based configurations - allowing for the updating of large groups of line segment proxies, that have altitude-based configurations, all at once.
Public Types | |
| typedef std::vector < DtLineSegmentProxy * > | DtLineSegmentProxyList |
Public Member Functions | |
| DtLineSegmentProxyGroup (DtLineRenderer::DtLineSegmentAltitudeBasedConfigurationCollection) | |
| DtLineSegmentProxyGroup () | |
| void | updateRenderData (double cameraMSLAltitude) |
Protected Attributes | |
| DtLineSegmentProxyList | myProxies |
| DtLineRenderer::DtLineSegmentAltitudeBasedConfigurationCollection | myAltitudeBasedConfigurations |
Friends | |
| class | DtLineRenderer |
| typedef std::vector<DtLineSegmentProxy*> makVrv::DtLineSegmentProxyGroup::DtLineSegmentProxyList |
| makVrv::DtLineSegmentProxyGroup::DtLineSegmentProxyGroup | ( | DtLineRenderer::DtLineSegmentAltitudeBasedConfigurationCollection | ) |
| makVrv::DtLineSegmentProxyGroup::DtLineSegmentProxyGroup | ( | ) |
| void makVrv::DtLineSegmentProxyGroup::updateRenderData | ( | double | cameraMSLAltitude | ) |
Update the dynamic properties of all line segments belonging to the group based on the MSL altitude, in meters, passed in.
|
friend |
|
protected |
|
protected |