 |
Ice Sheet System Model
4.18
Code documentation
|
Go to the documentation of this file. 1 #ifndef _CONTAINER_INPUTS2_H_
2 #define _CONTAINER_INPUTS2_H_
15 #include "../../shared/shared.h"
17 #define NUMINPUTS InputsENDEnum - InputsSTARTEnum -1
43 void ChangeEnum(
int enumtype,
int new_enumtype);
50 bool Exist(
int enum_type);
65 void Marshall(
char** pmarshalled_data,
int* pmarshalled_data_size,
int marshall_direction);
70 void ResultInterpolation(
int* pinterpolation,
int*nodesperelement,
int* parray_size,
int output_enum);
71 void SetInput(
int enum_in,
int index,
bool value);
72 void SetInput(
int enum_in,
int index,
int value);
92 #endif //ifndef _INPUTS_H_
Declaration of Parameters class.