#include <FieldProbes.h>
Definition at line 29 of file FieldProbes.h.
Public Types | |
enum | VALUE_NUMS { MAX_NUM_VALS = 10 } |
Public Slots | |
virtual void | setProbePos (int xp, int yp, int zp) |
Public Slots. | |
Public Member Functions | |
FieldProbes (VolFieldSP vf, QWidget *parent, const char *name=0, WFlags wf=0) | |
virtual | ~FieldProbes () |
Protected Member Functions | |
virtual void | conf () |
configure | |
Protected Attributes | |
VolFieldSP | _vf |
int | _nvals |
QLabel * | _nums [MAX_NUM_VALS] |
|
Definition at line 35 of file FieldProbes.h. |
|
Definition at line 30 of file FieldProbes.cpp. References _nums, conf(), MAX_NUM_VALS, and name. |
|
Definition at line 39 of file FieldProbes.cpp. References _nums, and MAX_NUM_VALS. |
|
configure
Definition at line 93 of file FieldProbes.cpp. References _nums, _nvals, _vf, gutz::SmartPtr< VolField >::isNull(), n, name, string, and Nrro::VOLUME. Referenced by FieldProbes(). |
|
Public Slots.
Definition at line 51 of file FieldProbes.cpp. References _nums, _nvals, _vf, gutz::clamp(), gutz::SmartPtr< VolField >::isNull(), n, v, and Nrro::VOLUME. |
|
Definition at line 47 of file FieldProbes.h. Referenced by conf(), FieldProbes(), setProbePos(), and ~FieldProbes(). |
|
Definition at line 46 of file FieldProbes.h. Referenced by conf(), and setProbePos(). |
|
Definition at line 45 of file FieldProbes.h. Referenced by conf(), and setProbePos(). |