class <NetworkGraph> NetGraph : public TraceHandler


Inheritance:


Public Methods

virtual void BoundingBox(BBox&)
virtual int command(int argc, const char *const *argv)
virtual void handle(const TraceEvent&, double now, int direction)
NetGraph()
virtual void NetGraph::render(GraphView* view)
void reset(double)
void update(double now, Animation* a)
TraceHandler hooks
void update(double)
virtual ~NetGraph()

Protected Fields

float graphdata_[MAX_GRAPH]
float mintime_
int minx_
float miny_
int ncolors_
except when it makes a difference
int* paint_
float scaleddata_[MAX_GRAPH]
double time_
int tix_
time index - used to avoid having to redraw the graph
GraphView* views_

Inherited from TraceHandler:

Public Methods

inline NetworkAnimator* nam()

Protected Fields

NetworkAnimator* nam_

Documentation

NetGraph()

virtual ~NetGraph()

void update(double now, Animation* a)
TraceHandler hooks

void update(double)

void reset(double)

virtual void handle(const TraceEvent&, double now, int direction)

virtual int command(int argc, const char *const *argv)

virtual void BoundingBox(BBox&)

virtual void NetGraph::render(GraphView* view)

GraphView* views_

float graphdata_[MAX_GRAPH]

float scaleddata_[MAX_GRAPH]

int minx_

float miny_

float mintime_

double time_

int tix_
time index - used to avoid having to redraw the graph

int ncolors_
except when it makes a difference

int* paint_


Direct child classes:
LinkNetGraph
FeatureNetGraph
EnergyNetGraph

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

Adapted for the NS documentation page

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de