15 #include "CeeApp/Base.h" 16 #include "CeeCore/Base.h" 17 #include "CeeCore/PtrRef.h" 18 #include "CeeCore/RefCountedObject.h" 19 #include "CeeUnstructGrid/HitItem.h" 20 #include "CeeVisualization/View.h" 21 #include "CeePlot2d/OverlayPlot.h" 28 class UnstructGridModel;
45 static Plots* instance();
56 bool remove(
size_t index);
64 CEE_PRIVATE_IMPL(
Plots);
65 CEE_DISALLOW_COPY_AND_ASSIGN(
Plots);
Class to manage the list of Plots in the application.
Definition: Plots.h:41
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
Overlay item with basic 2D plotting.
Definition: OverlayPlot.h:38
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72
A 2D data series for use in an OverlayPlot.
Definition: Curve.h:32
Small class containing the data for a hit of an intersection between a ray and a part in an UnstructG...
Definition: HitItem.h:26