15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataNodeSetItem.h" 17 #include "CeeCore/RefCountedObject.h" 24 class DataSourcePrivate;
41 size_t itemCount()
const;
45 void addItems(
int geometryId,
int partId,
const std::vector<size_t>& nodeIndices);
48 void removeAllItems();
The data source of the model. For instance a file interface or custom built by the user...
Definition: DataSource.h:35
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
This class is used to generate DataNodeSet's from the current DataSource of an UnstructGridModel.
Definition: DataNodeSetGenerator.h:31
This class identifies a node within an UnstructGrid model and is used as an item in a DataNodeSet...
Definition: DataNodeSetItem.h:25
A DataNodeSet is a set of unique nodes within a DataSource.
Definition: DataNodeSet.h:31