15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/UnstructGridModel.h" 17 #include "CeeUnstructGrid/DataNodeSet.h" 19 #include "CeeVisualization/View.h" 20 #include "CeeCore/Plane.h" 21 #include "CeeCore/Vec2f.h" Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Smart pointer class used for handling reference counted objects (that derive from Object)...
Definition: PtrRef.h:26
int NodePositionCriteria
Bit-mask made up of NodePositionCriterion which specifies which nodes will be accepted based on the c...
Definition: DataNodeSetGenerator.h:43
Class defining a plane in space.
Definition: Plane.h:27
This class is used to generate DataNodeSet's from the current DataSource of an UnstructGridModel.
Definition: DataNodeSetGenerator.h:31
Provides a render area in the user control/widget to enable visualization of the current model data a...
Definition: View.h:40
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72
NodePositionCriterion
Bit-mask used to specify which nodes to include with regards to the plane. These values are then comb...
Definition: DataNodeSetGenerator.h:36