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

POA_HxCorba::Histogram_tie Class Template Reference

#include <HxCorbaHistogram_skel_tie.h>

Inheritance diagram for POA_HxCorba::Histogram_tie::

POA_HxCorba::Histogram POA_HxCorba::HistogramData List of all members.

Public Methods

 Histogram_tie (T &t)
 Histogram_tie (T &t, PortableServer::POA_ptr poa)
 Histogram_tie (T *p, CORBA::Boolean release=true)
 Histogram_tie (T *p, PortableServer::POA_ptr poa, CORBA::Boolean release=true)
virtual ~Histogram_tie ()
T * _tied_object ()
void _tied_object (T &obj)
void _tied_object (T *obj, CORBA::Boolean release=true)
CORBA::Boolean _is_owner ()
void _is_owner (CORBA::Boolean b)
virtual HxCorba::Histogram_ptr smooth (CORBA::Double sigma) throw (CORBA::SystemException)
virtual HxCorba::HistogramModeSeqmodes () throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr normalize (CORBA::Double weight) throw (CORBA::SystemException)
virtual CORBA::Double intersection (HxCorba::Histogram_ptr h) throw (CORBA::SystemException)
virtual CORBA::Double chiSquare (HxCorba::Histogram_ptr h) throw (CORBA::SystemException)
virtual CORBA::Double chiSquareNorm (HxCorba::Histogram_ptr h) throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr threshold (CORBA::Double valThreshold) throw (CORBA::SystemException)
virtual CORBA::Long countBins (CORBA::Double valThreshold) throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr reduceRange (CORBA::Long binMin1, CORBA::Long binMax1, CORBA::Long binMin2, CORBA::Long binMax2, CORBA::Long binMin3, CORBA::Long binMax3) throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr reduceRangeVal (CORBA::Double binValMin1, CORBA::Double binValMax1, CORBA::Double binValMin2, CORBA::Double binValMax2, CORBA::Double binValMin3, CORBA::Double binValMax3) throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr to1D (CORBA::Long dim) throw (CORBA::SystemException)
virtual void render3d (HxCorba::RgbBuffer_ptr buf, CORBA::Long dataWidth, CORBA::Long dataHeight, CORBA::Double elevation, CORBA::Double alpha, CORBA::Double threshold) throw (CORBA::SystemException)
virtual void destroy () throw (CORBA::SystemException)
virtual void put () throw (CORBA::SystemException)
virtual CORBA::Long dimensionality () throw (CORBA::SystemException)
virtual CORBA::Long dimensionSize (CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Long nrOfBins () throw (CORBA::SystemException)
virtual CORBA::Double lowBin (CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Double highBin (CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Double binWidth (CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Double binToValue (CORBA::Long bin, CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Long valueToBin (CORBA::Double value, CORBA::Long dim) throw (CORBA::SystemException)
virtual CORBA::Double get1 (CORBA::Long bin1) throw (CORBA::SystemException)
virtual CORBA::Double get2 (CORBA::Long bin1, CORBA::Long bin2) throw (CORBA::SystemException)
virtual CORBA::Double get3 (CORBA::Long bin1, CORBA::Long bin2, CORBA::Long bin3) throw (CORBA::SystemException)
virtual CORBA::Double sum () throw (CORBA::SystemException)
virtual CORBA::Double minVal () throw (CORBA::SystemException)
virtual CORBA::Double maxVal () throw (CORBA::SystemException)
virtual CORBA::Double maxValIndex (CORBA::Long_out index) throw (CORBA::SystemException)
virtual HxCorba::BinDataSequencegetDataDouble () throw (CORBA::SystemException)
PortableServer::POA_ptr _default_POA ()

template<class T>
class POA_HxCorba::Histogram_tie< T >


Constructor & Destructor Documentation

template<class T>
POA_HxCorba::Histogram_tie< T >::Histogram_tie T &    t [inline]
 

template<class T>
POA_HxCorba::Histogram_tie< T >::Histogram_tie T &    t,
PortableServer::POA_ptr    poa
[inline]
 

template<class T>
POA_HxCorba::Histogram_tie< T >::Histogram_tie T *    p,
CORBA::Boolean    release = true
[inline]
 

template<class T>
POA_HxCorba::Histogram_tie< T >::Histogram_tie T *    p,
PortableServer::POA_ptr    poa,
CORBA::Boolean    release = true
[inline]
 

template<class T>
virtual POA_HxCorba::Histogram_tie< T >::~Histogram_tie   [inline, virtual]
 


Member Function Documentation

template<class T>
T* POA_HxCorba::Histogram_tie< T >::_tied_object   [inline]
 

template<class T>
void POA_HxCorba::Histogram_tie< T >::_tied_object T &    obj [inline]
 

template<class T>
void POA_HxCorba::Histogram_tie< T >::_tied_object T *    obj,
CORBA::Boolean    release = true
[inline]
 

template<class T>
CORBA::Boolean POA_HxCorba::Histogram_tie< T >::_is_owner   [inline]
 

template<class T>
void POA_HxCorba::Histogram_tie< T >::_is_owner CORBA::Boolean    b [inline]
 

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::smooth CORBA::Double    sigma throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::HistogramModeSeq* POA_HxCorba::Histogram_tie< T >::modes   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::normalize CORBA::Double    weight throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::intersection HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::chiSquare HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::chiSquareNorm HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::threshold CORBA::Double    valThreshold throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual CORBA::Long POA_HxCorba::Histogram_tie< T >::countBins CORBA::Double    valThreshold throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::reduceRange CORBA::Long    binMin1,
CORBA::Long    binMax1,
CORBA::Long    binMin2,
CORBA::Long    binMax2,
CORBA::Long    binMin3,
CORBA::Long    binMax3
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::reduceRangeVal CORBA::Double    binValMin1,
CORBA::Double    binValMax1,
CORBA::Double    binValMin2,
CORBA::Double    binValMax2,
CORBA::Double    binValMin3,
CORBA::Double    binValMax3
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram_tie< T >::to1D CORBA::Long    dim throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual void POA_HxCorba::Histogram_tie< T >::render3d HxCorba::RgbBuffer_ptr    buf,
CORBA::Long    dataWidth,
CORBA::Long    dataHeight,
CORBA::Double    elevation,
CORBA::Double    alpha,
CORBA::Double    threshold
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual void POA_HxCorba::Histogram_tie< T >::destroy   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual void POA_HxCorba::Histogram_tie< T >::put   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::Histogram.

template<class T>
virtual CORBA::Long POA_HxCorba::Histogram_tie< T >::dimensionality   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Long POA_HxCorba::Histogram_tie< T >::dimensionSize CORBA::Long    dim throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Long POA_HxCorba::Histogram_tie< T >::nrOfBins   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::lowBin CORBA::Long    dim throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::highBin CORBA::Long    dim throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::binWidth CORBA::Long    dim throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::binToValue CORBA::Long    bin,
CORBA::Long    dim
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Long POA_HxCorba::Histogram_tie< T >::valueToBin CORBA::Double    value,
CORBA::Long    dim
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::get1 CORBA::Long    bin1 throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::get2 CORBA::Long    bin1,
CORBA::Long    bin2
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::get3 CORBA::Long    bin1,
CORBA::Long    bin2,
CORBA::Long    bin3
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::sum   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::minVal   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::maxVal   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual CORBA::Double POA_HxCorba::Histogram_tie< T >::maxValIndex CORBA::Long_out    index throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
virtual HxCorba::BinDataSequence* POA_HxCorba::Histogram_tie< T >::getDataDouble   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::HistogramData.

template<class T>
PortableServer::POA_ptr POA_HxCorba::Histogram_tie< T >::_default_POA   [inline]
 


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:08:28 2003 for C++Binding by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001