15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/Str.h" 33 StateInfo(
int stateId,
const Str& stateName,
double stateRefVal);
43 double referenceValue()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A general unicode based string class.
Definition: Str.h:28
bool operator!=(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are different.
Definition: PtrRef.h:58
bool operator==(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are equal.
Definition: PtrRef.h:57
Simple class containing metadata info for a state.
Definition: StateInfo.h:29