Nsound
0.9.4
|
A wrapper around a Matplotlib Axes object. More...
#include <Nsound/Plotter.h>
Public Member Functions | |
Axes (PyObject *axes_ptr) | |
Axes (const Axes ©) | |
~Axes () | |
Axes & | operator= (const Axes &rhs) |
PyObject * | get_axes () |
Private Attributes | |
PyObject * | axes_ptr_ |
Axes::Axes | ( | PyObject * | axes_ptr | ) |
Definition at line 73 of file Plotter.cc.
Axes::Axes | ( | const Axes & | copy | ) |
Definition at line 79 of file Plotter.cc.
Axes::~Axes | ( | ) |
Definition at line 85 of file Plotter.cc.
|
inline |
Definition at line 62 of file Plotter.h.
References axes_ptr_.
Referenced by Nsound::Plotter::subplot().
|
private |
Definition at line 62 of file Plotter.h.
Referenced by get_axes(), and operator=().