VisioDevKit-Sample
v2.0
|
A structure to hold the markers. More...
Public Member Functions | |
MarkerCache () | |
This constructor creates a new uninitialized marker cache. More... | |
Public Attributes | |
std::string | imageName |
The name of the image associated with this marker. More... | |
bool | mTriedToLoad |
Tells if we already tried to load (and possibly failed). More... | |
VgEngine::VgRefPtr < Vg3DModule::VgIconMarkerDescriptor > | marker |
The marker descriptor that was set. More... | |
A structure to hold the markers.
VgMyTextureLoader::MarkerCache::MarkerCache | ( | ) |
This constructor creates a new uninitialized marker cache.
std::string VgMyTextureLoader::MarkerCache::imageName |
The name of the image associated with this marker.
VgEngine::VgRefPtr< Vg3DModule::VgIconMarkerDescriptor > VgMyTextureLoader::MarkerCache::marker |
The marker descriptor that was set.
bool VgMyTextureLoader::MarkerCache::mTriedToLoad |
Tells if we already tried to load (and possibly failed).