openModeller  Version 1.4.0
Utilities.cpp File Reference
#include <string.h>
#include <sys/stat.h>
Include dependency graph for Utilities.cpp:

Go to the source code of this file.

Functions

int getFileSize (char *strFilename)

Variables

unsigned long Seed
unsigned long OrigSeed

Function Documentation

int getFileSize ( char *  strFilename)

Returns the first element child that matches the given name. Includes the parent in search. Remember that XML names are case-sensitive.

Returns:
the first element that matches the given name, NULL if not found.

Definition at line 39 of file Utilities.cpp.


Variable Documentation

unsigned long OrigSeed

Definition at line 21 of file Utilities.cpp.

Referenced by GarpUtil::randomize().

unsigned long Seed

Definition at line 20 of file Utilities.cpp.

Referenced by GarpUtil::random(), and GarpUtil::randomize().