24 #ifndef INCLUDED_INSPECTOR_VIS3D_VF_H 25 #define INCLUDED_INSPECTOR_VIS3D_VF_H 34 #include <gnuradio/sync_block.h> 35 #include <qapplication.h> 55 typedef boost::shared_ptr<vis3d_vf>
sptr;
72 static sptr make(
int vlen,
int width,
int height,
int gwidth,
int gheight,
double maxz,
int fps,
char *xaxis,
char* yaxis,
char *zaxis,QWidget *parent=NULL);
75 virtual PyObject* pyqwidget() = 0;
77 virtual void* pyqwidget() = 0;
#define INSPECTOR_API
Definition: api.h:30
boost::shared_ptr< vis3d_vf > sptr
Definition: vis3d_vf.h:55
Definition: ofdm_bouzegzi_c.h:30
3D visualisation for the inspector toolkit
Definition: vis3d_vf.h:52