#include <HxCorbaHistogram.h>
Inheritance diagram for HxCorba::HistogramData::
Public Types | |
typedef HistogramData_ptr | _ptr_type |
typedef HistogramData_var | _var_type |
Public Methods | |
HistogramData () | |
virtual | ~HistogramData () |
virtual const char ** | _OB_ids () const |
CORBA::Long | dimensionality () |
CORBA::Long | dimensionSize (CORBA::Long dim) |
CORBA::Long | nrOfBins () |
CORBA::Double | lowBin (CORBA::Long dim) |
CORBA::Double | highBin (CORBA::Long dim) |
CORBA::Double | binWidth (CORBA::Long dim) |
CORBA::Double | binToValue (CORBA::Long bin, CORBA::Long dim) |
CORBA::Long | valueToBin (CORBA::Double value, CORBA::Long dim) |
CORBA::Double | get1 (CORBA::Long bin1) |
CORBA::Double | get2 (CORBA::Long bin1, CORBA::Long bin2) |
CORBA::Double | get3 (CORBA::Long bin1, CORBA::Long bin2, CORBA::Long bin3) |
CORBA::Double | sum () |
CORBA::Double | minVal () |
CORBA::Double | maxVal () |
CORBA::Double | maxValIndex (CORBA::Long_out index) |
BinDataSequence * | getDataDouble () |
Static Public Methods | |
HistogramData_ptr | _duplicate (HistogramData_ptr p) |
HistogramData_ptr | _nil () |
HistogramData_ptr | _narrow (CORBA::Object_ptr) |
HistogramData_ptr | _narrow (CORBA::AbstractBase_ptr) |
const char ** | _OB_staticIds () |
Protected Methods | |
virtual OB::MarshalStubImpl_ptr | _OB_createMarshalStubImpl () |
|
Reimplemented in HxCorba::Histogram. |
|
Reimplemented in HxCorba::Histogram. |
|
|
|
|
|
Reimplemented in HxCorba::Histogram. |
|
|
|
Reimplemented in HxCorba::Histogram. |
|
Reimplemented in HxCorba::Histogram. |
|
Reimplemented in HxCorba::Histogram. |
|
Reimplemented in HxCorba::Histogram. |
|
Reimplemented in HxCorba::Histogram. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|