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

POA_HxCorba::UserOps Class Reference

#include <HxCorbaUserOps_skel.h>

Inheritance diagram for POA_HxCorba::UserOps::

POA_HxCorba::GlobalOps POA_HxCorba::UserOps_tie POA_HxCorba::GlobalOps_tie List of all members.

Public Methods

 UserOps ()
virtual CORBA::Boolean _is_a (const char *) throw (CORBA::SystemException)
virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &, PortableServer::POA_ptr)
HxCorba::UserOps_ptr _this ()
virtual OB::DirectStubImpl_ptr _OB_createDirectStubImpl (PortableServer::POA_ptr, const PortableServer::ObjectId &)
virtual void _OB_dispatch (OB::Upcall_ptr)
virtual void HxOpenTrecDB (const char *indexFile, const char *dbDir)=0 throw (CORBA::SystemException)
virtual HxCorba::SegmentQueryResultSeqHxTrecDemo (HxCorba::TrecFaceT faces, HxCorba::TrecYesNoT monologue, HxCorba::TrecYesNoT speech, HxCorba::TrecCameraT camera, HxCorba::ImageRep_ptr qimage)=0 throw (CORBA::SystemException)
virtual void HxInitTrack (HxCorba::ImageSeq_ptr seq, CORBA::Long startFrame, CORBA::Long x0, CORBA::Long y0, CORBA::Long x1, CORBA::Long y1)=0 throw (CORBA::SystemException)
virtual CORBA::Boolean HxDoTrack (CORBA::Long nextFrame, CORBA::Long_out x0, CORBA::Long_out y0, CORBA::Long_out x1, CORBA::Long_out y1, CORBA::Boolean_out occlusion)=0 throw (CORBA::SystemException)
virtual void HxEndTrack ()=0 throw (CORBA::SystemException)
virtual char * MyStringFunction ()=0 throw (CORBA::SystemException)
virtual HxCorba::MyMessageMyStringFunction2 ()=0 throw (CORBA::SystemException)
virtual HxCorba::AapFeatures JmCalcAapFeatures (HxCorba::ImageRep_ptr aap, HxCorba::ImageRep_ptr aapSegmentation)=0 throw (CORBA::SystemException)

Protected Methods

void _OB_op_HxOpenTrecDB (OB::Upcall_ptr)
void _OB_op_HxTrecDemo (OB::Upcall_ptr)
void _OB_op_HxInitTrack (OB::Upcall_ptr)
void _OB_op_HxDoTrack (OB::Upcall_ptr)
void _OB_op_HxEndTrack (OB::Upcall_ptr)
void _OB_op_MyStringFunction (OB::Upcall_ptr)
void _OB_op_MyStringFunction2 (OB::Upcall_ptr)
void _OB_op_JmCalcAapFeatures (OB::Upcall_ptr)

Constructor & Destructor Documentation

POA_HxCorba::UserOps::UserOps   [inline]
 


Member Function Documentation

void POA_HxCorba::UserOps::_OB_op_HxOpenTrecDB OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_HxTrecDemo OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_HxInitTrack OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_HxDoTrack OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_HxEndTrack OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_MyStringFunction OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_MyStringFunction2 OB::Upcall_ptr    _ob_up [protected]
 

void POA_HxCorba::UserOps::_OB_op_JmCalcAapFeatures OB::Upcall_ptr    _ob_up [protected]
 

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

Reimplemented in POA_HxCorba::GlobalOps.

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

Reimplemented in POA_HxCorba::GlobalOps.

HxCorba::UserOps_ptr POA_HxCorba::UserOps::_this  
 

Reimplemented in POA_HxCorba::GlobalOps.

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

Reimplemented in POA_HxCorba::GlobalOps.

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

Reimplemented in POA_HxCorba::GlobalOps.

virtual void POA_HxCorba::UserOps::HxOpenTrecDB const char *    indexFile,
const char *    dbDir
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual HxCorba::SegmentQueryResultSeq* POA_HxCorba::UserOps::HxTrecDemo HxCorba::TrecFaceT    faces,
HxCorba::TrecYesNoT    monologue,
HxCorba::TrecYesNoT    speech,
HxCorba::TrecCameraT    camera,
HxCorba::ImageRep_ptr    qimage
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual void POA_HxCorba::UserOps::HxInitTrack HxCorba::ImageSeq_ptr    seq,
CORBA::Long    startFrame,
CORBA::Long    x0,
CORBA::Long    y0,
CORBA::Long    x1,
CORBA::Long    y1
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual CORBA::Boolean POA_HxCorba::UserOps::HxDoTrack CORBA::Long    nextFrame,
CORBA::Long_out    x0,
CORBA::Long_out    y0,
CORBA::Long_out    x1,
CORBA::Long_out    y1,
CORBA::Boolean_out    occlusion
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual void POA_HxCorba::UserOps::HxEndTrack   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual char* POA_HxCorba::UserOps::MyStringFunction   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual HxCorba::MyMessage* POA_HxCorba::UserOps::MyStringFunction2   throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.

virtual HxCorba::AapFeatures POA_HxCorba::UserOps::JmCalcAapFeatures HxCorba::ImageRep_ptr    aap,
HxCorba::ImageRep_ptr    aapSegmentation
throw (CORBA::SystemException) [pure virtual]
 

Reimplemented in POA_HxCorba::GlobalOps_tie, and POA_HxCorba::UserOps_tie.


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