Inheritance diagram for oh.ISHistogram3D:


Public Member Functions | |
| void | publishGuts (is.Ostream out) |
| void | refreshGuts (is.Istream in) |
Public Attributes | |
| double | is_xmean |
| Mean of the whole histogram projected to the x-axis. | |
| double | is_xrms |
| RMS of the whole histogram projected to the x-axis. | |
| double | is_ymean |
| Mean of the whole histogram projected to the y-axis. | |
| double | is_yrms |
| RMS of the whole histogram projected to the y-axis. | |
| double | is_zmean |
| Mean of the whole histogram projected to the z-axis. | |
| double | is_zrms |
| RMS of the whole histogram projected to the z-axis. | |
Protected Member Functions | |
| ISHistogram3D (String type) | |
| void | initialize () |
| Called if the axis is null. | |
Definition at line 14 of file ISHistogram3D.java.
1.3.5