15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/RefCountedObject.h" 37 bool value(
size_t index)
const;
38 const bool* rawValuePointer()
const;
39 bool* rawValuePointer();
41 void resize(
size_t count);
42 void setValue(
size_t index,
bool visible);
44 void setValues(
const std::vector<bool>& values);
45 void setValues(
const bool values[],
size_t elementCount);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Visibility result for all parts in the geometry for one data state.
Definition: DataResultVisibility.h:27
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Per element visibility result for a part.
Definition: DataPartVisibility.h:30