graph3d.hpp File Reference
Base for three dimensional plottable graphs. More...
#include "graph.hpp"
#include "error.hpp"
Go to the source code of this file.
Classes | |
class | Graph3D |
Abstract base class for geometry slice plots. More... | |
Enumerations | |
enum | view_e { VIEW_XY = 0, VIEW_XZ, VIEW_YX, VIEW_YZ, VIEW_ZX, VIEW_ZY } |
View types. More... |
Detailed Description
Base for three dimensional plottable graphs.
Enumeration Type Documentation
enum view_e |