15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 39 double value(
size_t index)
const;
40 const double* rawValuePointer()
const;
41 double* rawValuePointer();
43 void resize(
size_t count);
44 void setValue(
size_t index,
double value);
46 void setValues(
const std::vector<double>& values);
47 void setValues(
const double values[],
size_t count);
48 void setValuesFloat(
const float values[],
size_t count);
50 bool valueRange(
double* min,
double* max)
const;
52 bool hasNodeAverageValues()
const;
53 double nodeAverageValue(
size_t nodeIndex)
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
A query object for extracting data and information from data elements.
Definition: ElementsQuery.h:33
Scalar result for all parts in the geometry.
Definition: DataResultScalar.h:28
Scalar result values for a part.
Definition: DataPartScalar.h:31
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34