#include <graphics/GenericPlotter/Plot.h>
#include <graphics/GenericPlotter/PlotAnnotation.h>
#include <graphics/GenericPlotter/PlotCanvas.h>
#include <graphics/GenericPlotter/PlotCanvasLayout.h>
#include <graphics/GenericPlotter/PlotData.h>
#include <graphics/GenericPlotter/PlotOperation.h>
#include <graphics/GenericPlotter/PlotOptions.h>
#include <graphics/GenericPlotter/PlotShape.h>
#include <graphics/GenericPlotter/Plotter.h>
#include <graphics/GenericPlotter/PlotTool.h>
#include <utility>
#include <casa/namespace.h>
Include dependency graph for PlotFactory.h:

Go to the source code of this file.
Namespaces | |
| namespace | casa |
Classes | |
| class | casa::PlotFactory |
| The idea behind a plot factory is to produce classes that are useful to the underlying implementation without having to know what the implementation is. More... | |
Defines | |
| #define | PF_DATA_DEC(TYPE) |
| Data Objects //. | |
Typedefs | |
| typedef CountedPtr< PlotFactory > | casa::PlotFactoryPtr |
| #define PF_DATA_DEC | ( | TYPE | ) |
Data Objects //.
Macro for method declarations for different permutations of the default data objects for different types.
Definition at line 458 of file PlotFactory.h.
1.5.1