VisioMove SDK (iOS)
2.1.22
|
Public Attributes | |
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgLine::Descriptor > > | mLineDescriptors |
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgPoint::Descriptor > > | mPointDescriptors |
std::string | mLayerName |
std::string | mModality |
int | mDestinationIndex |
A route geometry descriptor object. Contains a description of a route for a single layer.
int VgRoutingModule::VgIRouteGeometryDescriptor::mDestinationIndex |
Destination Index if it is a Multi Point route
std::string VgRoutingModule::VgIRouteGeometryDescriptor::mLayerName |
The name of the layer the descriptor belongs to.
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgLine::Descriptor > > VgRoutingModule::VgIRouteGeometryDescriptor::mLineDescriptors |
Contains a vector of line descriptors. The vector may represent the entire route for the associated layer. Req 6.i
std::string VgRoutingModule::VgIRouteGeometryDescriptor::mModality |
The modality (i.e. transport mode) for this line.
std::vector< VgEngine::VgRefPtr< Vg3DModule::VgPoint::Descriptor > > VgRoutingModule::VgIRouteGeometryDescriptor::mPointDescriptors |
Contains a vector of point descriptors. The vector may represent the start and end points for the route associated with this layer. Req 6.ii