1#ifndef QWT3D_PLOTITEM_H
2#define QWT3D_PLOTITEM_H
4#include "qwt3d_global.h"
8#include "qwt3d_types.h"
78 void setTitle(
const QString& title);
80 QString title()
const;
88 void setVisible(
bool on);
90 bool isVisible()
const;
93 virtual int rtti()
const;
96 virtual void itemChanged();
99 virtual void populateLegendColors(ColorVector& colors)
const;
Base class for all 3D plot items.
Definition qwt3d_plotitem.h:55
virtual ~Qwt3DPlotItem()
Destructor — detaches from any plot.
virtual ParallelEpiped hull() const =0
Get the bounding hull of the item in 3D space.
virtual void draw()=0
Draw the item using the current GL context.
Pure rendering window for 3D plots.
Definition qwt3d_plot.h:36
Parallelepiped spanned by 2 Triples.
Definition qwt3d_types.h:334