Go to the documentation of this file.
32 #include <qwt3d_plot.h>
35 class Bar :
public Qwt3D::VertexEnrichment
39 Bar(
double rad,
bool lines =
true,
bool filled =
true,
bool smooth =
true);
41 Qwt3D::Enrichment*
clone()
const {
return new Bar(*
this);}
43 void configure(
double rad,
bool lines =
true,
bool filled =
true,
bool smooth =
true);
46 void draw(Qwt3D::Triple
const&);