path_property Class Reference
 
 
 
path_property Class Reference

#include <KeyTrack.h>

Inheritance diagram for path_property:
MaxHeapOperators

Public Member Functions

  path_property ()

Public Attributes

float  val
int  time
float  distance

Constructor & Destructor Documentation

path_property ( ) [inline]
                       {
                val = 0.0;
                time = 0;
                distance = 0;
        }

Member Data Documentation