UltraScan III
List of all members | Public Member Functions | Protected Attributes | Private Slots | Private Attributes
US_Plot3D Class Reference

A class to provide a window for a qwtplot3d surface plot. More...

#include "us_plot3d.h"

Inheritance diagram for US_Plot3D:
Inheritance graph
[legend]
Collaboration diagram for US_Plot3D:
Collaboration graph
[legend]

Public Member Functions

 US_Plot3D (QWidget *, US_Model *)
 Contructor for surface plot class. More...
 
void setTypes (int, int, int)
 Public function to set 3 coordinate type flags. More...
 
void setParameters (double, double, double, double, double=1.0, double=1.0)
 Public function to set plot control parameters. More...
 
void calculateData (QVector< QVector< double > > &)
 Public function to (re)calculate Z values at fixed increments. More...
 
void replot (void)
 Public function to replot the 3D data. More...
 
QGLWidget * dataWidgetP (void)
 Public function to return the data widget pointer. More...
 
bool save_plot (const QString, const QString)
 Public function to save the plot to a file. More...
 

Protected Attributes

US_Modelmodel
 model to plot in 3 dimensions More...
 

Private Slots

void std_button (void)
 
void light_button (void)
 
void ifmt_chosen (int)
 
void light_check (int)
 
void ortho_check (int)
 
void legnd_check (int)
 
void autsc_check (int)
 
void mouse_check (int)
 
void shade_check (int)
 
void poffs_slide (int)
 
void resol_slide (int)
 
void norml_slide (int)
 
void normq_slide (int)
 
void movie_toggle (bool)
 
void frame_axes_on (bool)
 
void box_axes_on (bool)
 
void no_axes_on (bool)
 
void grid_front_on (bool)
 
void grid_back_on (bool)
 
void grid_left_on (bool)
 
void grid_right_on (bool)
 
void grid_ceil_on (bool)
 
void grid_floor_on (bool)
 
void set_grid_onoff (Qwt3D::SIDE, bool)
 
void data_points_on (bool)
 
void data_wirefr_on (bool)
 
void data_hidden_on (bool)
 
void data_polygn_on (bool)
 
void data_fimesh_on (bool)
 
void data_none_on (bool)
 
void floor_data_on (bool)
 
void floor_isol_on (bool)
 
void floor_empty_on (bool)
 
void normals_on (bool)
 
void rotate (void)
 
void open_file (void)
 
void close_all (void)
 
void pick_axes_co (void)
 
void pick_back_co (void)
 
void pick_mesh_co (void)
 
void pick_numb_co (void)
 
void pick_labl_co (void)
 
void pick_capt_co (void)
 
void pick_data_co (void)
 
void reset_colors (void)
 
void pick_numb_fn (void)
 
void pick_axes_fn (void)
 
void pick_capt_fn (void)
 
void reset_fonts (void)
 
void dump_contents (void)
 
QString xyAxisTitle (int, double)
 
QString zAxisTitle (int)
 
void setStandardView (void)
 
void createActions (void)
 
void createMenus (void)
 
void createToolBar (void)
 
double comp_value (US_Model::SimulationComponent *, int, double)
 

Private Attributes

QWidget * centralWidget
 
QGridLayout * mainLayout
 
QVBoxLayout * rightLayout
 
QHBoxLayout * bottomLayout
 
QGridLayout * rsliderLayout
 
QGridLayout * bsliderLayout
 
QSlider * poffsSlider
 
QSlider * resolSlider
 
QSlider * normqSlider
 
QSlider * normlSlider
 
QAction * openAct
 
QAction * openffAct
 
QAction * saveAct
 
QAction * movieAct
 
QAction * exitAct
 
QAction * frameAct
 
QAction * boxAct
 
QAction * noneAct
 
QAction * gridfrAct
 
QAction * gridbAct
 
QAction * gridrAct
 
QAction * gridlAct
 
QAction * gridcAct
 
QAction * gridfAct
 
QAction * scattdAct
 
QAction * wirefrAct
 
QAction * hiddlnAct
 
QAction * polygnAct
 
QAction * fdmeshAct
 
QAction * nodataAct
 
QAction * fldataAct
 
QAction * flisolAct
 
QAction * flemptAct
 
QAction * normsAct
 
QAction * coaxesAct
 
QAction * cobackAct
 
QAction * comeshAct
 
QAction * conumbAct
 
QAction * colablAct
 
QAction * cocaptAct
 
QAction * codataAct
 
QAction * corsetAct
 
QAction * fnnumbAct
 
QAction * fnaxesAct
 
QAction * fncaptAct
 
QAction * fnrsetAct
 
QAction * iconAct
 
QAction * qwtpltAct
 
QActionGroup * frameGroup
 
QActionGroup * gridGroup
 
QActionGroup * dataGroup
 
QActionGroup * floorGroup
 
QMenu * fileMenu
 
QMenu * colorMenu
 
QMenu * fontMenu
 
QToolBar * fileToolBar
 
QComboBox * cb_ifmt
 
QPushButton * pb_std
 
QPushButton * pb_light
 
QCheckBox * ck_light
 
QCheckBox * ck_ortho
 
QCheckBox * ck_legend
 
QCheckBox * ck_autosc
 
QCheckBox * ck_mouse
 
QCheckBox * ck_shade
 
QFont titleFont
 
bool have_ed
 
bool skip_plot
 
int nrows
 
int ncols
 
int typex
 
int typey
 
int typez
 
int powrx
 
int powry
 
int redrawWait
 
int dbg_level
 
double xmin
 
double xmax
 
double ymin
 
double ymax
 
double zmin
 
double zmax
 
double zfloor
 
double zscale
 
double xscale
 
double yscale
 
double gridres
 
double x_norm
 
double y_norm
 
double z_norm
 
double x_scale
 
double y_scale
 
double z_scale
 
double alpha
 
double beta
 
QString xatitle
 
QString yatitle
 
QString zatitle
 
QFrame * frame
 
QTimer * timer
 
QVector< QVector< double > > zdata
 
Qwt3D::SurfacePlot * dataWidget
 

Detailed Description

A class to provide a window for a qwtplot3d surface plot.

Definition at line 23 of file us_plot3d.h.

Constructor & Destructor Documentation

US_Plot3D::US_Plot3D ( QWidget *  p = 0,
US_Model m = 0 
)

Contructor for surface plot class.

Parameters
pA pointer to the parent widget of this one
mA pointer to the model whose data is to be plotted

Definition at line 16 of file us_plot3d.cpp.

Member Function Documentation

void US_Plot3D::autsc_check ( int  state)
privateslot

Definition at line 1107 of file us_plot3d.cpp.

void US_Plot3D::box_axes_on ( bool  isOn)
privateslot

Definition at line 1169 of file us_plot3d.cpp.

void US_Plot3D::calculateData ( QVector< QVector< double > > &  zdat)

Public function to (re)calculate Z values at fixed increments.

Parameters
zdatZ data vector of vectors

Definition at line 473 of file us_plot3d.cpp.

void US_Plot3D::close_all ( void  )
privateslot

Definition at line 1370 of file us_plot3d.cpp.

double US_Plot3D::comp_value ( US_Model::SimulationComponent sc,
int  type,
double  normscl 
)
privateslot

Definition at line 1021 of file us_plot3d.cpp.

void US_Plot3D::createActions ( void  )
privateslot

Definition at line 785 of file us_plot3d.cpp.

void US_Plot3D::createMenus ( void  )
privateslot

Definition at line 876 of file us_plot3d.cpp.

void US_Plot3D::createToolBar ( void  )
privateslot

Definition at line 902 of file us_plot3d.cpp.

void US_Plot3D::data_fimesh_on ( bool  isOn)
privateslot

Definition at line 1275 of file us_plot3d.cpp.

void US_Plot3D::data_hidden_on ( bool  isOn)
privateslot

Definition at line 1255 of file us_plot3d.cpp.

void US_Plot3D::data_none_on ( bool  isOn)
privateslot

Definition at line 1285 of file us_plot3d.cpp.

void US_Plot3D::data_points_on ( bool  isOn)
privateslot

Definition at line 1235 of file us_plot3d.cpp.

void US_Plot3D::data_polygn_on ( bool  isOn)
privateslot

Definition at line 1265 of file us_plot3d.cpp.

void US_Plot3D::data_wirefr_on ( bool  isOn)
privateslot

Definition at line 1245 of file us_plot3d.cpp.

QGLWidget * US_Plot3D::dataWidgetP ( void  )

Public function to return the data widget pointer.

Returns
Pointer to the GL data widget

Definition at line 712 of file us_plot3d.cpp.

void US_Plot3D::dump_contents ( void  )
privateslot

Definition at line 1577 of file us_plot3d.cpp.

void US_Plot3D::floor_data_on ( bool  isOn)
privateslot

Definition at line 1296 of file us_plot3d.cpp.

void US_Plot3D::floor_empty_on ( bool  isOn)
privateslot

Definition at line 1316 of file us_plot3d.cpp.

void US_Plot3D::floor_isol_on ( bool  isOn)
privateslot

Definition at line 1306 of file us_plot3d.cpp.

void US_Plot3D::frame_axes_on ( bool  isOn)
privateslot

Definition at line 1160 of file us_plot3d.cpp.

void US_Plot3D::grid_back_on ( bool  isOn)
privateslot

Definition at line 1194 of file us_plot3d.cpp.

void US_Plot3D::grid_ceil_on ( bool  isOn)
privateslot

Definition at line 1212 of file us_plot3d.cpp.

void US_Plot3D::grid_floor_on ( bool  isOn)
privateslot

Definition at line 1218 of file us_plot3d.cpp.

void US_Plot3D::grid_front_on ( bool  isOn)
privateslot

Definition at line 1188 of file us_plot3d.cpp.

void US_Plot3D::grid_left_on ( bool  isOn)
privateslot

Definition at line 1206 of file us_plot3d.cpp.

void US_Plot3D::grid_right_on ( bool  isOn)
privateslot

Definition at line 1200 of file us_plot3d.cpp.

void US_Plot3D::ifmt_chosen ( int  index)
privateslot

Definition at line 1079 of file us_plot3d.cpp.

void US_Plot3D::legnd_check ( int  state)
privateslot

Definition at line 1100 of file us_plot3d.cpp.

void US_Plot3D::light_button ( void  )
privateslot

Definition at line 1073 of file us_plot3d.cpp.

void US_Plot3D::light_check ( int  state)
privateslot

Definition at line 1085 of file us_plot3d.cpp.

void US_Plot3D::mouse_check ( int  state)
privateslot

Definition at line 1115 of file us_plot3d.cpp.

void US_Plot3D::movie_toggle ( bool  isOn)
privateslot

Definition at line 1145 of file us_plot3d.cpp.

void US_Plot3D::no_axes_on ( bool  isOn)
privateslot

Definition at line 1178 of file us_plot3d.cpp.

void US_Plot3D::normals_on ( bool  isOn)
privateslot

Definition at line 1327 of file us_plot3d.cpp.

void US_Plot3D::norml_slide ( int  val)
privateslot

Definition at line 1335 of file us_plot3d.cpp.

void US_Plot3D::normq_slide ( int  val)
privateslot

Definition at line 1343 of file us_plot3d.cpp.

void US_Plot3D::open_file ( void  )
privateslot

Definition at line 1364 of file us_plot3d.cpp.

void US_Plot3D::ortho_check ( int  state)
privateslot

Definition at line 1093 of file us_plot3d.cpp.

void US_Plot3D::pick_axes_co ( void  )
privateslot

Definition at line 1385 of file us_plot3d.cpp.

void US_Plot3D::pick_axes_fn ( void  )
privateslot

Definition at line 1535 of file us_plot3d.cpp.

void US_Plot3D::pick_back_co ( void  )
privateslot

Definition at line 1394 of file us_plot3d.cpp.

void US_Plot3D::pick_capt_co ( void  )
privateslot

Definition at line 1431 of file us_plot3d.cpp.

void US_Plot3D::pick_capt_fn ( void  )
privateslot

Definition at line 1549 of file us_plot3d.cpp.

void US_Plot3D::pick_data_co ( void  )
privateslot

Definition at line 1440 of file us_plot3d.cpp.

void US_Plot3D::pick_labl_co ( void  )
privateslot

Definition at line 1422 of file us_plot3d.cpp.

void US_Plot3D::pick_mesh_co ( void  )
privateslot

Definition at line 1403 of file us_plot3d.cpp.

void US_Plot3D::pick_numb_co ( void  )
privateslot

Definition at line 1413 of file us_plot3d.cpp.

void US_Plot3D::pick_numb_fn ( void  )
privateslot

Definition at line 1521 of file us_plot3d.cpp.

void US_Plot3D::poffs_slide ( int  pos)
privateslot

Definition at line 1128 of file us_plot3d.cpp.

void US_Plot3D::replot ( void  )

Public function to replot the 3D data.

Definition at line 596 of file us_plot3d.cpp.

void US_Plot3D::reset_colors ( void  )
privateslot

Definition at line 1484 of file us_plot3d.cpp.

void US_Plot3D::reset_fonts ( void  )
privateslot

Definition at line 1564 of file us_plot3d.cpp.

void US_Plot3D::resol_slide ( int  pos)
privateslot

Definition at line 1137 of file us_plot3d.cpp.

void US_Plot3D::rotate ( void  )
privateslot

Definition at line 1352 of file us_plot3d.cpp.

bool US_Plot3D::save_plot ( const QString  filename,
const QString  imagetype 
)

Public function to save the plot to a file.

Parameters
filenameThe full path to the file to create
imagetypeThe image file type ("png" or "jpg")
Returns
Flag if save was successful

Definition at line 721 of file us_plot3d.cpp.

void US_Plot3D::set_grid_onoff ( Qwt3D::SIDE  side,
bool  isOn 
)
privateslot

Definition at line 1224 of file us_plot3d.cpp.

void US_Plot3D::setParameters ( double  z_scale,
double  a_gridr,
double  a_alpha,
double  a_beta,
double  x_scale = 1.0,
double  y_scale = 1.0 
)

Public function to set plot control parameters.

Parameters
z_scaleZ scale factor
a_gridrGrid resolution
a_alphaAlpha factor
a_betaBeta factor
x_scaleRelative X scale factor
y_scaleRelative Y scale factor

Definition at line 447 of file us_plot3d.cpp.

void US_Plot3D::setStandardView ( void  )
privateslot

Definition at line 773 of file us_plot3d.cpp.

void US_Plot3D::setTypes ( int  tx,
int  ty,
int  tz 
)

Public function to set 3 coordinate type flags.

Parameters
txThe type flag for X (1=MW, 2=s, ...)
tyThe type flag for Y
tzThe type flag for Z

Definition at line 317 of file us_plot3d.cpp.

void US_Plot3D::shade_check ( int  state)
privateslot

Definition at line 1121 of file us_plot3d.cpp.

void US_Plot3D::std_button ( void  )
privateslot

Definition at line 1067 of file us_plot3d.cpp.

QString US_Plot3D::xyAxisTitle ( int  type,
double  sclnorm 
)
privateslot

Definition at line 729 of file us_plot3d.cpp.

QString US_Plot3D::zAxisTitle ( int  type)
privateslot

Definition at line 763 of file us_plot3d.cpp.

Member Data Documentation

double US_Plot3D::alpha
private

Definition at line 169 of file us_plot3d.h.

double US_Plot3D::beta
private

Definition at line 170 of file us_plot3d.h.

QHBoxLayout* US_Plot3D::bottomLayout
private

Definition at line 66 of file us_plot3d.h.

QAction* US_Plot3D::boxAct
private

Definition at line 81 of file us_plot3d.h.

QGridLayout* US_Plot3D::bsliderLayout
private

Definition at line 68 of file us_plot3d.h.

QComboBox* US_Plot3D::cb_ifmt
private

Definition at line 125 of file us_plot3d.h.

QWidget* US_Plot3D::centralWidget
private

Definition at line 63 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_autosc
private

Definition at line 133 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_legend
private

Definition at line 132 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_light
private

Definition at line 130 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_mouse
private

Definition at line 134 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_ortho
private

Definition at line 131 of file us_plot3d.h.

QCheckBox* US_Plot3D::ck_shade
private

Definition at line 135 of file us_plot3d.h.

QAction* US_Plot3D::coaxesAct
private

Definition at line 99 of file us_plot3d.h.

QAction* US_Plot3D::cobackAct
private

Definition at line 100 of file us_plot3d.h.

QAction* US_Plot3D::cocaptAct
private

Definition at line 104 of file us_plot3d.h.

QAction* US_Plot3D::codataAct
private

Definition at line 105 of file us_plot3d.h.

QAction* US_Plot3D::colablAct
private

Definition at line 103 of file us_plot3d.h.

QMenu* US_Plot3D::colorMenu
private

Definition at line 120 of file us_plot3d.h.

QAction* US_Plot3D::comeshAct
private

Definition at line 101 of file us_plot3d.h.

QAction* US_Plot3D::conumbAct
private

Definition at line 102 of file us_plot3d.h.

QAction* US_Plot3D::corsetAct
private

Definition at line 106 of file us_plot3d.h.

QActionGroup* US_Plot3D::dataGroup
private

Definition at line 116 of file us_plot3d.h.

Qwt3D::SurfacePlot* US_Plot3D::dataWidget
private

Definition at line 182 of file us_plot3d.h.

int US_Plot3D::dbg_level
private

Definition at line 150 of file us_plot3d.h.

QAction* US_Plot3D::exitAct
private

Definition at line 79 of file us_plot3d.h.

QAction* US_Plot3D::fdmeshAct
private

Definition at line 93 of file us_plot3d.h.

QMenu* US_Plot3D::fileMenu
private

Definition at line 119 of file us_plot3d.h.

QToolBar* US_Plot3D::fileToolBar
private

Definition at line 123 of file us_plot3d.h.

QAction* US_Plot3D::fldataAct
private

Definition at line 95 of file us_plot3d.h.

QAction* US_Plot3D::flemptAct
private

Definition at line 97 of file us_plot3d.h.

QAction* US_Plot3D::flisolAct
private

Definition at line 96 of file us_plot3d.h.

QActionGroup* US_Plot3D::floorGroup
private

Definition at line 117 of file us_plot3d.h.

QAction* US_Plot3D::fnaxesAct
private

Definition at line 108 of file us_plot3d.h.

QAction* US_Plot3D::fncaptAct
private

Definition at line 109 of file us_plot3d.h.

QAction* US_Plot3D::fnnumbAct
private

Definition at line 107 of file us_plot3d.h.

QAction* US_Plot3D::fnrsetAct
private

Definition at line 110 of file us_plot3d.h.

QMenu* US_Plot3D::fontMenu
private

Definition at line 121 of file us_plot3d.h.

QFrame* US_Plot3D::frame
private

Definition at line 176 of file us_plot3d.h.

QAction* US_Plot3D::frameAct
private

Definition at line 80 of file us_plot3d.h.

QActionGroup* US_Plot3D::frameGroup
private

Definition at line 114 of file us_plot3d.h.

QAction* US_Plot3D::gridbAct
private

Definition at line 84 of file us_plot3d.h.

QAction* US_Plot3D::gridcAct
private

Definition at line 87 of file us_plot3d.h.

QAction* US_Plot3D::gridfAct
private

Definition at line 88 of file us_plot3d.h.

QAction* US_Plot3D::gridfrAct
private

Definition at line 83 of file us_plot3d.h.

QActionGroup* US_Plot3D::gridGroup
private

Definition at line 115 of file us_plot3d.h.

QAction* US_Plot3D::gridlAct
private

Definition at line 86 of file us_plot3d.h.

QAction* US_Plot3D::gridrAct
private

Definition at line 85 of file us_plot3d.h.

double US_Plot3D::gridres
private

Definition at line 162 of file us_plot3d.h.

bool US_Plot3D::have_ed
private

Definition at line 139 of file us_plot3d.h.

QAction* US_Plot3D::hiddlnAct
private

Definition at line 91 of file us_plot3d.h.

QAction* US_Plot3D::iconAct
private

Definition at line 111 of file us_plot3d.h.

QGridLayout* US_Plot3D::mainLayout
private

Definition at line 64 of file us_plot3d.h.

US_Model* US_Plot3D::model
protected

model to plot in 3 dimensions

Definition at line 185 of file us_plot3d.h.

QAction* US_Plot3D::movieAct
private

Definition at line 78 of file us_plot3d.h.

int US_Plot3D::ncols
private

Definition at line 143 of file us_plot3d.h.

QAction* US_Plot3D::nodataAct
private

Definition at line 94 of file us_plot3d.h.

QAction* US_Plot3D::noneAct
private

Definition at line 82 of file us_plot3d.h.

QSlider* US_Plot3D::normlSlider
private

Definition at line 73 of file us_plot3d.h.

QSlider* US_Plot3D::normqSlider
private

Definition at line 72 of file us_plot3d.h.

QAction* US_Plot3D::normsAct
private

Definition at line 98 of file us_plot3d.h.

int US_Plot3D::nrows
private

Definition at line 142 of file us_plot3d.h.

QAction* US_Plot3D::openAct
private

Definition at line 75 of file us_plot3d.h.

QAction* US_Plot3D::openffAct
private

Definition at line 76 of file us_plot3d.h.

QPushButton* US_Plot3D::pb_light
private

Definition at line 128 of file us_plot3d.h.

QPushButton* US_Plot3D::pb_std
private

Definition at line 127 of file us_plot3d.h.

QSlider* US_Plot3D::poffsSlider
private

Definition at line 70 of file us_plot3d.h.

QAction* US_Plot3D::polygnAct
private

Definition at line 92 of file us_plot3d.h.

int US_Plot3D::powrx
private

Definition at line 147 of file us_plot3d.h.

int US_Plot3D::powry
private

Definition at line 148 of file us_plot3d.h.

QAction* US_Plot3D::qwtpltAct
private

Definition at line 112 of file us_plot3d.h.

int US_Plot3D::redrawWait
private

Definition at line 149 of file us_plot3d.h.

QSlider* US_Plot3D::resolSlider
private

Definition at line 71 of file us_plot3d.h.

QVBoxLayout* US_Plot3D::rightLayout
private

Definition at line 65 of file us_plot3d.h.

QGridLayout* US_Plot3D::rsliderLayout
private

Definition at line 67 of file us_plot3d.h.

QAction* US_Plot3D::saveAct
private

Definition at line 77 of file us_plot3d.h.

QAction* US_Plot3D::scattdAct
private

Definition at line 89 of file us_plot3d.h.

bool US_Plot3D::skip_plot
private

Definition at line 140 of file us_plot3d.h.

QTimer* US_Plot3D::timer
private

Definition at line 178 of file us_plot3d.h.

QFont US_Plot3D::titleFont
private

Definition at line 137 of file us_plot3d.h.

int US_Plot3D::typex
private

Definition at line 144 of file us_plot3d.h.

int US_Plot3D::typey
private

Definition at line 145 of file us_plot3d.h.

int US_Plot3D::typez
private

Definition at line 146 of file us_plot3d.h.

QAction* US_Plot3D::wirefrAct
private

Definition at line 90 of file us_plot3d.h.

double US_Plot3D::x_norm
private

Definition at line 163 of file us_plot3d.h.

double US_Plot3D::x_scale
private

Definition at line 166 of file us_plot3d.h.

QString US_Plot3D::xatitle
private

Definition at line 172 of file us_plot3d.h.

double US_Plot3D::xmax
private

Definition at line 153 of file us_plot3d.h.

double US_Plot3D::xmin
private

Definition at line 152 of file us_plot3d.h.

double US_Plot3D::xscale
private

Definition at line 160 of file us_plot3d.h.

double US_Plot3D::y_norm
private

Definition at line 164 of file us_plot3d.h.

double US_Plot3D::y_scale
private

Definition at line 167 of file us_plot3d.h.

QString US_Plot3D::yatitle
private

Definition at line 173 of file us_plot3d.h.

double US_Plot3D::ymax
private

Definition at line 155 of file us_plot3d.h.

double US_Plot3D::ymin
private

Definition at line 154 of file us_plot3d.h.

double US_Plot3D::yscale
private

Definition at line 161 of file us_plot3d.h.

double US_Plot3D::z_norm
private

Definition at line 165 of file us_plot3d.h.

double US_Plot3D::z_scale
private

Definition at line 168 of file us_plot3d.h.

QString US_Plot3D::zatitle
private

Definition at line 174 of file us_plot3d.h.

QVector< QVector< double > > US_Plot3D::zdata
private

Definition at line 180 of file us_plot3d.h.

double US_Plot3D::zfloor
private

Definition at line 158 of file us_plot3d.h.

double US_Plot3D::zmax
private

Definition at line 157 of file us_plot3d.h.

double US_Plot3D::zmin
private

Definition at line 156 of file us_plot3d.h.

double US_Plot3D::zscale
private

Definition at line 159 of file us_plot3d.h.


The documentation for this class was generated from the following files: