15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeCore/Vec3d.h" 39 Vec3d 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,
const Vec3d& value);
46 void setValues(
const std::vector<Vec3d>& values);
47 void setValues(
const double values[],
size_t vectorCount);
48 void setValuesFloat(
const float values[],
size_t vectorCount);
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
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Displacement results for a part.
Definition: DataPartDisplacement.h:31
Displacements results for all parts in the geometry.
Definition: DataResultDisplacement.h:30
Vector class for a 3D double vector.
Definition: Vec3d.h:26