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

POA_HxCorba::SFFactory_tie Class Template Reference

#include <HxCorbaSF_skel_tie.h>

Inheritance diagram for POA_HxCorba::SFFactory_tie::

POA_HxCorba::SFFactory List of all members.

Public Methods

 SFFactory_tie (T &t)
 SFFactory_tie (T &t, PortableServer::POA_ptr poa)
 SFFactory_tie (T *p, CORBA::Boolean release=true)
 SFFactory_tie (T *p, PortableServer::POA_ptr poa, CORBA::Boolean release=true)
virtual ~SFFactory_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::SF_ptr makeSFfromImage (HxCorba::ImageRep_ptr im) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeFlatSF (HxCorba::ImageSignature sig, const HxCorba::Sizes &sz, const HxCorba::PixValue &val) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeBoxSF (HxCorba::ImageSignature sig, const HxCorba::Sizes &sz, const HxCorba::PixValue &val) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeCrossSF (HxCorba::ImageSignature sig, const HxCorba::Sizes &sz, const HxCorba::PixValue &val) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeDiskSF (HxCorba::ImageSignature sig, const HxCorba::Sizes &sz, const HxCorba::PixValue &val) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeDiamondSF (HxCorba::ImageSignature sig, const HxCorba::Sizes &sz, const HxCorba::PixValue &val) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeGaussianSF (const HxCorba::Sizes &sz, CORBA::Double sigma) throw (CORBA::SystemException)
virtual HxCorba::SF_ptr makeParabolaSF (const HxCorba::Sizes &sz, CORBA::Double sigma) throw (CORBA::SystemException)
PortableServer::POA_ptr _default_POA ()

template<class T>
class POA_HxCorba::SFFactory_tie< T >


Constructor & Destructor Documentation

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

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

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

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

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


Member Function Documentation

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

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

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

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

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

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeSFfromImage HxCorba::ImageRep_ptr    im throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeFlatSF HxCorba::ImageSignature    sig,
const HxCorba::Sizes   sz,
const HxCorba::PixValue   val
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeBoxSF HxCorba::ImageSignature    sig,
const HxCorba::Sizes   sz,
const HxCorba::PixValue   val
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeCrossSF HxCorba::ImageSignature    sig,
const HxCorba::Sizes   sz,
const HxCorba::PixValue   val
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeDiskSF HxCorba::ImageSignature    sig,
const HxCorba::Sizes   sz,
const HxCorba::PixValue   val
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeDiamondSF HxCorba::ImageSignature    sig,
const HxCorba::Sizes   sz,
const HxCorba::PixValue   val
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeGaussianSF const HxCorba::Sizes   sz,
CORBA::Double    sigma
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

template<class T>
virtual HxCorba::SF_ptr POA_HxCorba::SFFactory_tie< T >::makeParabolaSF const HxCorba::Sizes   sz,
CORBA::Double    sigma
throw (CORBA::SystemException) [inline, virtual]
 

Reimplemented from POA_HxCorba::SFFactory.

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


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