![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <IoModel.h>
Public Member Functions | |
~IoConstant () | |
IoConstant () | |
IoConstant (bool value, const char *name_in) | |
IoConstant (int value, const char *name_in) | |
IoConstant (IssmDouble value, const char *name_in) | |
IoConstant (char *value, const char *name_in) | |
IoConstant (char **value, int numstrings, const char *name_in) | |
Data Fields | |
Param * | constant |
bool | isindependent |
char * | name |
IoConstant::~IoConstant | ( | ) |
Definition at line 42 of file IoModel.cpp.
IoConstant::IoConstant | ( | ) |
Definition at line 36 of file IoModel.cpp.
IoConstant::IoConstant | ( | bool | value, |
const char * | name_in | ||
) |
Definition at line 47 of file IoModel.cpp.
IoConstant::IoConstant | ( | int | value, |
const char * | name_in | ||
) |
Definition at line 57 of file IoModel.cpp.
IoConstant::IoConstant | ( | IssmDouble | value, |
const char * | name_in | ||
) |
Definition at line 67 of file IoModel.cpp.
IoConstant::IoConstant | ( | char * | value, |
const char * | name_in | ||
) |
Definition at line 77 of file IoModel.cpp.
IoConstant::IoConstant | ( | char ** | value, |
int | numstrings, | ||
const char * | name_in | ||
) |
Definition at line 87 of file IoModel.cpp.