$search

Plot3d Class Reference

3d plot object. More...

#include <gnugraph.h>

List of all members.

Public Member Functions

void gnuplot (const Matrix &xyz)
 Creates a GNUplot graphic.
 Plot3d ()
 Default constructor.
void settitle (const std::string &t)
void setxlabel (const std::string &t)
void setylabel (const std::string &t)
void setzlabel (const std::string &t)

Private Attributes

std::string title
 Graph title.
std::string xlabel
 Graph x axis.
std::string ylabel
 Graph y axis.
std::string zlabel
 Graph z axis.

Detailed Description

3d plot object.

Definition at line 174 of file gnugraph.h.


Constructor & Destructor Documentation

Plot3d::Plot3d (  )  [inline]

Default constructor.

Definition at line 182 of file gnugraph.h.


Member Function Documentation

void Plot3d::gnuplot ( const Matrix xyz  ) 

Creates a GNUplot graphic.

Definition at line 326 of file gnugraph.cpp.

void Plot3d::settitle ( const std::string &  t  ) 
void Plot3d::setxlabel ( const std::string &  t  ) 
void Plot3d::setylabel ( const std::string &  t  ) 
void Plot3d::setzlabel ( const std::string &  t  ) 

Member Data Documentation

std::string Plot3d::title [private]

Graph title.

Definition at line 177 of file gnugraph.h.

std::string Plot3d::xlabel [private]

Graph x axis.

Definition at line 177 of file gnugraph.h.

std::string Plot3d::ylabel [private]

Graph y axis.

Definition at line 177 of file gnugraph.h.

std::string Plot3d::zlabel [private]

Graph z axis.

Definition at line 177 of file gnugraph.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


kni
Author(s): Neuronics AG (see AUTHORS.txt); ROS wrapper by Martin Günther
autogenerated on Tue Mar 5 12:33:27 2013