![]() |
VR-Forces 4.1.1 Class Documentation
|
CachedPick is a container class for the information to cache a pick request. More...
Public Member Functions | |
| CachedPick () | |
| bool | operator== (const CachedPick &b) |
Public Attributes | |
| double | simTime |
| DtChannel * | channel |
| double | mx |
| double | my |
| IntersectProperties | properties |
| std::vector< DtElementID > * | ignoreList |
CachedPick is a container class for the information to cache a pick request.
|
inline |
|
inline |
References channel, ignoreList, mx, my, properties, and simTime.
| double makVrv::DtIntersector::CachedPick::simTime |
Referenced by operator==().
| DtChannel* makVrv::DtIntersector::CachedPick::channel |
Referenced by operator==().
| double makVrv::DtIntersector::CachedPick::mx |
Referenced by operator==().
| double makVrv::DtIntersector::CachedPick::my |
Referenced by operator==().
| IntersectProperties makVrv::DtIntersector::CachedPick::properties |
Referenced by operator==().
| std::vector<DtElementID>* makVrv::DtIntersector::CachedPick::ignoreList |
Referenced by operator==().