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

POA_HxCorba::Histogram Class Reference

#include <HxCorbaHistogram_skel.h>

Inheritance diagram for POA_HxCorba::Histogram::

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

Public Methods

 Histogram ()
virtual CORBA::Boolean _is_a (const char *) throw (CORBA::SystemException)
virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &, PortableServer::POA_ptr)
HxCorba::Histogram_ptr _this ()
virtual OB::DirectStubImpl_ptr _OB_createDirectStubImpl (PortableServer::POA_ptr, const PortableServer::ObjectId &)
virtual void _OB_dispatch (OB::Upcall_ptr)
virtual HxCorba::Histogram_ptr smooth (CORBA::Double sigma)=0 throw (CORBA::SystemException)
virtual HxCorba::HistogramModeSeqmodes ()=0 throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr normalize (CORBA::Double weight)=0 throw (CORBA::SystemException)
virtual CORBA::Double intersection (HxCorba::Histogram_ptr h)=0 throw (CORBA::SystemException)
virtual CORBA::Double chiSquare (HxCorba::Histogram_ptr h)=0 throw (CORBA::SystemException)
virtual CORBA::Double chiSquareNorm (HxCorba::Histogram_ptr h)=0 throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr threshold (CORBA::Double valThreshold)=0 throw (CORBA::SystemException)
virtual CORBA::Long countBins (CORBA::Double valThreshold)=0 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)=0 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)=0 throw (CORBA::SystemException)
virtual HxCorba::Histogram_ptr to1D (CORBA::Long dim)=0 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)=0 throw (CORBA::SystemException)
virtual void destroy ()=0 throw (CORBA::SystemException)
virtual void put ()=0 throw (CORBA::SystemException)

Protected Methods

void _OB_op_smooth (OB::Upcall_ptr)
void _OB_op_modes (OB::Upcall_ptr)
void _OB_op_normalize (OB::Upcall_ptr)
void _OB_op_intersection (OB::Upcall_ptr)
void _OB_op_chiSquare (OB::Upcall_ptr)
void _OB_op_chiSquareNorm (OB::Upcall_ptr)
void _OB_op_threshold (OB::Upcall_ptr)
void _OB_op_countBins (OB::Upcall_ptr)
void _OB_op_reduceRange (OB::Upcall_ptr)
void _OB_op_reduceRangeVal (OB::Upcall_ptr)
void _OB_op_to1D (OB::Upcall_ptr)
void _OB_op_render3d (OB::Upcall_ptr)
void _OB_op_destroy (OB::Upcall_ptr)
void _OB_op_put (OB::Upcall_ptr)

Constructor & Destructor Documentation

POA_HxCorba::Histogram::Histogram   [inline]
 


Member Function Documentation

void POA_HxCorba::Histogram::_OB_op_smooth OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_modes OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_normalize OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_intersection OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_chiSquare OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_chiSquareNorm OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_threshold OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_countBins OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_reduceRange OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_reduceRangeVal OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_to1D OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_render3d OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_destroy OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::Histogram::_OB_op_put OB::Upcall_ptr    _ob_up [protected]
 

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

Reimplemented from POA_HxCorba::HistogramData.

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

Reimplemented from POA_HxCorba::HistogramData.

HxCorba::Histogram_ptr POA_HxCorba::Histogram::_this  
 

Reimplemented from POA_HxCorba::HistogramData.

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

Reimplemented from POA_HxCorba::HistogramData.

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

Reimplemented from POA_HxCorba::HistogramData.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::smooth CORBA::Double    sigma throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::HistogramModeSeq* POA_HxCorba::Histogram::modes   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::normalize CORBA::Double    weight throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::Histogram::intersection HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::Histogram::chiSquare HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual CORBA::Double POA_HxCorba::Histogram::chiSquareNorm HxCorba::Histogram_ptr    h throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::threshold CORBA::Double    valThreshold throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual CORBA::Long POA_HxCorba::Histogram::countBins CORBA::Double    valThreshold throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::reduceRange CORBA::Long    binMin1,
CORBA::Long    binMax1,
CORBA::Long    binMin2,
CORBA::Long    binMax2,
CORBA::Long    binMin3,
CORBA::Long    binMax3
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::reduceRangeVal CORBA::Double    binValMin1,
CORBA::Double    binValMax1,
CORBA::Double    binValMin2,
CORBA::Double    binValMax2,
CORBA::Double    binValMin3,
CORBA::Double    binValMax3
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual HxCorba::Histogram_ptr POA_HxCorba::Histogram::to1D CORBA::Long    dim throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual void POA_HxCorba::Histogram::render3d HxCorba::RgbBuffer_ptr    buf,
CORBA::Long    dataWidth,
CORBA::Long    dataHeight,
CORBA::Double    elevation,
CORBA::Double    alpha,
CORBA::Double    threshold
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual void POA_HxCorba::Histogram::destroy   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::Histogram_tie.

virtual void POA_HxCorba::Histogram::put   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in 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