Horus Doc || IDL Reference || C++ Binding   Java Binding || Doxygen's quick Index  

POA_HxCorba::HistogramData Class Reference

#include <HxCorbaHistogram_skel.h>

Inheritance diagram for POA_HxCorba::HistogramData::

POA_HxCorba::Histogram POA_HxCorba::HistogramData_tie POA_HxCorba::Histogram_tie List of all members.

Public Methods

 HistogramData ()
virtual CORBA::Boolean _is_a (const char *) throw (CORBA::SystemException)
virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &, PortableServer::POA_ptr)
HxCorba::HistogramData_ptr _this ()
virtual OB::DirectStubImpl_ptr _OB_createDirectStubImpl (PortableServer::POA_ptr, const PortableServer::ObjectId &)
virtual void _OB_dispatch (OB::Upcall_ptr)
virtual CORBA::Long dimensionality ()=0 throw (CORBA::SystemException)
virtual CORBA::Long dimensionSize (CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Long nrOfBins ()=0 throw (CORBA::SystemException)
virtual CORBA::Double lowBin (CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Double highBin (CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Double binWidth (CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Double binToValue (CORBA::Long bin, CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Long valueToBin (CORBA::Double value, CORBA::Long dim)=0 throw (CORBA::SystemException)
virtual CORBA::Double get1 (CORBA::Long bin1)=0 throw (CORBA::SystemException)
virtual CORBA::Double get2 (CORBA::Long bin1, CORBA::Long bin2)=0 throw (CORBA::SystemException)
virtual CORBA::Double get3 (CORBA::Long bin1, CORBA::Long bin2, CORBA::Long bin3)=0 throw (CORBA::SystemException)
virtual CORBA::Double sum ()=0 throw (CORBA::SystemException)
virtual CORBA::Double minVal ()=0 throw (CORBA::SystemException)
virtual CORBA::Double maxVal ()=0 throw (CORBA::SystemException)
virtual CORBA::Double maxValIndex (CORBA::Long_out index)=0 throw (CORBA::SystemException)
virtual HxCorba::BinDataSequencegetDataDouble ()=0 throw (CORBA::SystemException)

Protected Methods

void _OB_op_dimensionality (OB::Upcall_ptr)
void _OB_op_dimensionSize (OB::Upcall_ptr)
void _OB_op_nrOfBins (OB::Upcall_ptr)
void _OB_op_lowBin (OB::Upcall_ptr)
void _OB_op_highBin (OB::Upcall_ptr)
void _OB_op_binWidth (OB::Upcall_ptr)
void _OB_op_binToValue (OB::Upcall_ptr)
void _OB_op_valueToBin (OB::Upcall_ptr)
void _OB_op_get1 (OB::Upcall_ptr)
void _OB_op_get2 (OB::Upcall_ptr)
void _OB_op_get3 (OB::Upcall_ptr)
void _OB_op_sum (OB::Upcall_ptr)
void _OB_op_minVal (OB::Upcall_ptr)
void _OB_op_maxVal (OB::Upcall_ptr)
void _OB_op_maxValIndex (OB::Upcall_ptr)
void _OB_op_getDataDouble (OB::Upcall_ptr)

Constructor & Destructor Documentation

POA_HxCorba::HistogramData::HistogramData   [inline]
 


Member Function Documentation

void POA_HxCorba::HistogramData::_OB_op_dimensionality OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_dimensionSize OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_nrOfBins OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_lowBin OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_highBin OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_binWidth OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_binToValue OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_valueToBin OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_get1 OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_get2 OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_get3 OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_sum OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_minVal OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_maxVal OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_maxValIndex OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::HistogramData::_OB_op_getDataDouble OB::Upcall_ptr    _ob_up [protected]
 

CORBA::Boolean POA_HxCorba::HistogramData::_is_a const char *    type throw (CORBA::SystemException) [virtual]
 

Reimplemented in POA_HxCorba::Histogram.

CORBA::RepositoryId POA_HxCorba::HistogramData::_primary_interface const PortableServer::ObjectId &   ,
PortableServer::POA_ptr   
[virtual]
 

Reimplemented in POA_HxCorba::Histogram.

HxCorba::HistogramData_ptr POA_HxCorba::HistogramData::_this  
 

Reimplemented in POA_HxCorba::Histogram.

OB::DirectStubImpl_ptr POA_HxCorba::HistogramData::_OB_createDirectStubImpl PortableServer::POA_ptr    poa,
const PortableServer::ObjectId &    oid
[virtual]
 

Reimplemented in POA_HxCorba::Histogram.

void POA_HxCorba::HistogramData::_OB_dispatch OB::Upcall_ptr    _ob_up [virtual]
 

Reimplemented in POA_HxCorba::Histogram.

virtual CORBA::Long POA_HxCorba::HistogramData::dimensionality   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Long POA_HxCorba::HistogramData::dimensionSize CORBA::Long    dim throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Long POA_HxCorba::HistogramData::nrOfBins   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::lowBin CORBA::Long    dim throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::highBin CORBA::Long    dim throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::binWidth CORBA::Long    dim throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::binToValue CORBA::Long    bin,
CORBA::Long    dim
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Long POA_HxCorba::HistogramData::valueToBin CORBA::Double    value,
CORBA::Long    dim
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::get1 CORBA::Long    bin1 throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::get2 CORBA::Long    bin1,
CORBA::Long    bin2
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::get3 CORBA::Long    bin1,
CORBA::Long    bin2,
CORBA::Long    bin3
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::sum   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::minVal   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::maxVal   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::HistogramData::maxValIndex CORBA::Long_out    index throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.

virtual HxCorba::BinDataSequence* POA_HxCorba::HistogramData::getDataDouble   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::HistogramData_tie, and POA_HxCorba::Histogram_tie.


The documentation for this class was generated from the following files:
Generated on Tue Feb 3 14:16:32 2004 for C++Binding by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001