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

POA_HxCorba::ImageRep_tie Class Template Reference

#include <HxCorbaImageRep_skel_tie.h>

Inheritance diagram for POA_HxCorba::ImageRep_tie::

POA_HxCorba::ImageRep POA_HxCorba::ImageData POA_HxCorba::RefCountBase List of all members.

Public Methods

 ImageRep_tie (T &t)
 ImageRep_tie (T &t, PortableServer::POA_ptr poa)
 ImageRep_tie (T *p, CORBA::Boolean release=true)
 ImageRep_tie (T *p, PortableServer::POA_ptr poa, CORBA::Boolean release=true)
virtual ~ImageRep_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::ImageRep_ptr binaryPixOp (HxCorba::ImageRep_ptr arg, const char *bpoName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr binaryPixOpVal (const HxCorba::PixValue &arg, const char *bpoName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr unaryPixOp (const char *upoName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr multiPixOp (const HxCorba::ImageList &args, const char *mpoName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageListMNPixOp (const HxCorba::ImageList &args, const char *mpoName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::PixValue reduceOp (const char *op, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr generalizedConvolution (HxCorba::ImageRep_ptr kernel, const char *gMul, const char *gAdd, HxCorba::ResultPrecision resPrec, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr genConv2dSep (HxCorba::ImageRep_ptr kernel1, HxCorba::ImageRep_ptr kernel2, const char *gMul, const char *gAdd, HxCorba::ResultPrecision resPrec, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr recGenConv (HxCorba::ImageRep_ptr kerImg, const char *gMul, const char *gAdd, HxCorba::ResultPrecision resPrec, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr neighbourhoodOp (const char *ngbName, HxCorba::TagList_ptr tags) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr geometricOp2d (HxCorba::Matrix_ptr func, HxCorba::GeoIntType gi, HxCorba::GeoTransType gt, CORBA::Boolean adjustSize, const HxCorba::PixValue &background) throw (HxCorba::ImageException, CORBA::SystemException)
virtual HxCorba::ImageRep_ptr scale (CORBA::Double sx, CORBA::Double sy, HxCorba::GeoIntType gi) throw (CORBA::SystemException)
virtual HxCorba::PixValue getAt (CORBA::Long x, CORBA::Long y, CORBA::Long zz) throw (CORBA::SystemException)
virtual void destroy () throw (CORBA::SystemException)
virtual CORBA::Long dimensionality () throw (CORBA::SystemException)
virtual CORBA::Long numberOfPixels () throw (CORBA::SystemException)
virtual CORBA::Long pixelDimensionality () throw (CORBA::SystemException)
virtual CORBA::Long pixelPrecision () throw (CORBA::SystemException)
virtual HxCorba::PixelT pixelType () throw (CORBA::SystemException)
virtual HxCorba::Sizes getSizes () throw (CORBA::SystemException)
virtual CORBA::Long dimensionSize (CORBA::Long i) throw (CORBA::SystemException)
virtual HxCorba::ImageSignature signature () throw (CORBA::SystemException)
virtual HxCorba::RgbSeqgetRgb2d (const char *displayMode) throw (CORBA::SystemException)
virtual void fillRgb2d (HxCorba::RgbBuffer_ptr buf, const char *displayMode) throw (CORBA::SystemException)
virtual HxCorba::ImageRepRgbSource_ptr getRgbSource () throw (CORBA::SystemException)
virtual void addRef () throw (CORBA::SystemException)
virtual void removeRef () throw (CORBA::SystemException)
PortableServer::POA_ptr _default_POA ()

template<class T>
class POA_HxCorba::ImageRep_tie< T >


Constructor & Destructor Documentation

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

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

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

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

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


Member Function Documentation

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

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

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

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

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

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::binaryPixOp HxCorba::ImageRep_ptr    arg,
const char *    bpoName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::binaryPixOpVal const HxCorba::PixValue   arg,
const char *    bpoName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::unaryPixOp const char *    upoName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::multiPixOp const HxCorba::ImageList   args,
const char *    mpoName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageList* POA_HxCorba::ImageRep_tie< T >::MNPixOp const HxCorba::ImageList   args,
const char *    mpoName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::PixValue POA_HxCorba::ImageRep_tie< T >::reduceOp const char *    op,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::generalizedConvolution HxCorba::ImageRep_ptr    kernel,
const char *    gMul,
const char *    gAdd,
HxCorba::ResultPrecision    resPrec,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::genConv2dSep HxCorba::ImageRep_ptr    kernel1,
HxCorba::ImageRep_ptr    kernel2,
const char *    gMul,
const char *    gAdd,
HxCorba::ResultPrecision    resPrec,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::recGenConv HxCorba::ImageRep_ptr    kerImg,
const char *    gMul,
const char *    gAdd,
HxCorba::ResultPrecision    resPrec,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::neighbourhoodOp const char *    ngbName,
HxCorba::TagList_ptr    tags
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::geometricOp2d HxCorba::Matrix_ptr    func,
HxCorba::GeoIntType    gi,
HxCorba::GeoTransType    gt,
CORBA::Boolean    adjustSize,
const HxCorba::PixValue   background
throw (HxCorba::ImageException, CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::ImageRep_ptr POA_HxCorba::ImageRep_tie< T >::scale CORBA::Double    sx,
CORBA::Double    sy,
HxCorba::GeoIntType    gi
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

template<class T>
virtual HxCorba::PixValue POA_HxCorba::ImageRep_tie< T >::getAt CORBA::Long    x,
CORBA::Long    y,
CORBA::Long    zz
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageRep.

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

Reimplemented from POA_HxCorba::ImageRep.

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

Reimplemented from POA_HxCorba::ImageData.

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

Reimplemented from POA_HxCorba::ImageData.

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

Reimplemented from POA_HxCorba::ImageData.

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

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual HxCorba::PixelT POA_HxCorba::ImageRep_tie< T >::pixelType   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual HxCorba::Sizes POA_HxCorba::ImageRep_tie< T >::getSizes   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

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

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual HxCorba::ImageSignature POA_HxCorba::ImageRep_tie< T >::signature   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual HxCorba::RgbSeq* POA_HxCorba::ImageRep_tie< T >::getRgb2d const char *    displayMode throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual void POA_HxCorba::ImageRep_tie< T >::fillRgb2d HxCorba::RgbBuffer_ptr    buf,
const char *    displayMode
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

template<class T>
virtual HxCorba::ImageRepRgbSource_ptr POA_HxCorba::ImageRep_tie< T >::getRgbSource   throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::ImageData.

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

Reimplemented from POA_HxCorba::RefCountBase.

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

Reimplemented from POA_HxCorba::RefCountBase.

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


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