KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
kjb::TopoFusion::layer Struct Reference

definition used for layer More...

#include <layer.h>

Public Attributes

int numWaypoints
 number of waypoints in this layer More...
 
waypointwaypoints
 array of waypoints for the layer More...
 
char filename [LAYER_FN_SIZE]
 each layer is associated with a file More...
 
int numTracks
 number of tracks for the layer More...
 
tracktracks
 array of tracks for the layer More...
 

Detailed Description

definition used for layer

Member Data Documentation

char kjb::TopoFusion::layer::filename[LAYER_FN_SIZE]

each layer is associated with a file

int kjb::TopoFusion::layer::numTracks

number of tracks for the layer

int kjb::TopoFusion::layer::numWaypoints

number of waypoints in this layer

track* kjb::TopoFusion::layer::tracks

array of tracks for the layer

waypoint* kjb::TopoFusion::layer::waypoints

array of waypoints for the layer


The documentation for this struct was generated from the following file: