| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <dem.h>
Public Member Functions | |
| DEMFile (char *s) | |
| ~DEMFile () | |
| int * | process (void) |
| void | dump_ARecord (void) |
| void | dump_BRecord (void) |
| void | dump_grid (void) |
| void | range (double &x, double &y) |
| void | resolution (double &r) |
Private Member Functions | |
| int | open (void) |
| int | read_int (void) |
| float | read_float (void) |
| void | read_field (void) |
Private Attributes | |
| char * | fname |
| FILE * | demfile |
| ARecord | a |
| BRecord | b |
| int * | grid |
| char | tempbuf [1024] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|