![]() |
Ice Sheet System Model
4.18
Code documentation
|
#include <BoolInput2.h>
Public Member Functions | |
BoolInput2 () | |
BoolInput2 (int size_in) | |
~BoolInput2 () | |
Input2 * | copy () |
void | DeepEcho () |
void | Echo () |
int | Id () |
void | Marshall (char **pmarshalled_data, int *pmarshalled_data_size, int marshall_direction) |
int | ObjectEnum () |
void | GetInput (bool *pvalue, int index) |
void | SetInput (int index, bool value) |
![]() | |
int | InstanceEnum () |
void | ChangeEnum (int newenumtype) |
virtual | ~Input2 () |
virtual void | Configure (Parameters *parameters) |
virtual void | GetInputAverage (IssmDouble *pvalue) |
virtual IssmDouble | GetInputMax (void) |
virtual IssmDouble | GetInputMaxAbs (void) |
virtual IssmDouble | GetInputMin (void) |
virtual void | GetInputDerivativeValue (IssmDouble *derivativevalues, IssmDouble *xyz_list, Gauss *gauss) |
virtual void | GetInputValue (IssmDouble *pvalue, Gauss *gauss) |
virtual int | GetInputInterpolationType () |
virtual SegInput2 * | GetSegInput () |
virtual TriaInput2 * | GetTriaInput () |
virtual PentaInput2 * | GetPentaInput () |
virtual void | AXPY (Input2 *xinput, IssmDouble scalar) |
virtual void | PointWiseMult (Input2 *xinput) |
virtual void | Pow (IssmDouble scale_factor) |
virtual void | Scale (IssmDouble scale_factor) |
virtual int | GetResultArraySize (void) |
virtual int | GetResultInterpolation (void) |
virtual int | GetResultNumberOfNodes (void) |
![]() | |
virtual | ~Object () |
Private Attributes | |
int | size |
bool * | values |
Definition at line 7 of file BoolInput2.h.
BoolInput2::BoolInput2 | ( | ) |
Definition at line 16 of file BoolInput2.cpp.
BoolInput2::BoolInput2 | ( | int | size_in | ) |
BoolInput2::~BoolInput2 | ( | ) |
Definition at line 28 of file BoolInput2.cpp.
|
virtual |
|
virtual |
Implements Object.
Definition at line 44 of file BoolInput2.cpp.
|
virtual |
Implements Object.
Definition at line 51 of file BoolInput2.cpp.
|
virtual |
|
virtual |
|
virtual |
Implements Object.
Definition at line 68 of file BoolInput2.cpp.
void BoolInput2::GetInput | ( | bool * | pvalue, |
int | index | ||
) |
void BoolInput2::SetInput | ( | int | index, |
bool | value | ||
) |
|
private |
Definition at line 10 of file BoolInput2.h.
|
private |
Definition at line 11 of file BoolInput2.h.