Public Member Functions | Public Attributes

CTrack Class Reference

List of all members.

Public Member Functions

uint GetId ()
uint GetHeadId ()
uint GetTailId ()
 CTrack (uint id, uint headId, uint tailId)
uint NodesCount ()
float GetX (uint node)
float GetY (uint node)
void GetXY (uint node, float& x, float& y)
void AddNode (float x, float y)
bool IsLast (uint idx)

Public Attributes

private uint Id
private uint HeadId
private uint TailId
private array< float > X
private array< float > Y

Constructor & Destructor Documentation

CTrack ( uint  id,
uint  headId,
uint  tailId 
)

Member Function Documentation

uint GetId (  ) 
uint GetHeadId (  ) 
uint GetTailId (  ) 
uint NodesCount (  ) 
float GetX ( uint  node  ) 
float GetY ( uint  node  ) 
void GetXY ( uint  node,
float&  x,
float&  y 
)
void AddNode ( float  x,
float  y 
)
bool IsLast ( uint  idx  ) 

Member Data Documentation

private uint Id
private uint HeadId
private uint TailId
private array<float> X
private array<float> Y