ROBOOP, A Robotics Object Oriented Package in C++
|
Header file for graphics definitions. More...
#include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <stdexcept>
#include <boost/shared_ptr.hpp>
#include "newmatap.h"
#include "newmatio.h"
#include <sys/stat.h>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | GNUcurve |
Object for one curve. More... | |
class | Plot2d |
2d plot object. More... | |
class | Plot3d |
3d plot object. More... | |
class | IO_matrix_file |
Read and write data at every iterations in a file. More... | |
class | Plot_file |
Creates a graphic from a data file. More... | |
Typedefs | |
typedef boost::shared_ptr < GNUcurve > | PSHR_Curve |
typedef std::vector< PSHR_Curve > | VectorCurves |
Enumerations | |
enum | LineType_en { LINES, DATAPOINTS, LINESPOINTS, IMPULSES, DOTS, STEPS, BOXES } |
Header file for graphics definitions.
Definition in file gnugraph.h.