class DEMFile


Public Methods

DEMFile(char *s)
void dump_ARecord(void)
void dump_BRecord(void)
void dump_grid(void)
int* process(void)
void range(double &x, double &y)
void resolution(double &r)
~DEMFile()

Private Fields

FILE* demfile
char* fname
int* grid
char tempbuf[1024]

Private Methods

int open(void)
void read_field(void)
float read_float(void)
int read_int(void)

Documentation

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)

int open(void)

int read_int(void)

float read_float(void)

void read_field(void)

char* fname

FILE* demfile

int* grid

char tempbuf[1024]


This class has no child classes.

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