![]() |
PST SDK
5.2.0.0-0eac0f6
|
Include dependency graph for PstTypes.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | PSTech::pstsdk::Image |
| Images retrieved from the tracker. More... | |
| struct | PSTech::pstsdk::Target |
| Tracking target information. More... | |
| struct | PSTech::pstsdk::TargetStatus |
| Tracking target status. More... | |
| struct | PSTech::pstsdk::TargetPose |
| Estimated tracking target pose. More... | |
| struct | PSTech::pstsdk::Point |
| Estimated 3D marker location. More... | |
| struct | PSTech::pstsdk::TrackerData |
| Tracking information retrieved from tracker. More... | |
Namespaces | |
| PSTech | |
| PSTech::pstsdk | |
Typedefs | |
| typedef Utils::PstVector< Target > | PSTech::pstsdk::Targets |
| Vector of Target objects. More... | |
| typedef Utils::PstVector< TargetStatus > | PSTech::pstsdk::TargetStatuses |
| Vector of TargetStatus objects. More... | |
| typedef Utils::PstVector< TargetPose > | PSTech::pstsdk::TargetPoses |
| Vector of TargetPose objects. More... | |
| typedef Utils::PstVector< Point > | PSTech::pstsdk::Points |
| Vector of Point objects. More... | |
| typedef Utils::PstVector< Utils::PstArray< float, 3 > > | PSTech::pstsdk::MarkerList |
| Vector of 3D marker positions of a tracking Target. More... | |