#include <hpp/corbaserver/core_idl/distances.hh>
Public Types | |
typedef DistanceServant< Base, Storage > | Parent |
![]() | |
typedef _Storage | Storage |
typedef boost::weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
typedef boost::shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
![]() | |
typedef boost::shared_ptr< core::Distance > | TShPtr_t |
typedef boost::weak_ptr< core::Distance > | TWkPtr_t |
Public Member Functions | |
WeighedDistanceServant (Server *server, const Storage &s) | |
~WeighedDistanceServant () | |
floatSeq * | getWeights () throw (Error) |
void | setWeights (const floatSeq &weights) throw (Error) |
![]() | |
DistanceServant (Server *server, const Storage &s) | |
virtual | ~DistanceServant () |
CORBA::Double | value (const floatSeq &q1, const floatSeq &q2) throw (Error) |
![]() | |
virtual | ~ServantBase () |
virtual TShPtr_t | get () const |
StorageElementShPtr_t | getT () const |
const Storage & | getS () const |
void | persistantStorage (bool persistant) |
Set to true if the servant should take ownership of this object. More... | |
bool | persistantStorage () const |
See persistantStorage(bool) More... | |
![]() | |
virtual | ~AbstractServantBase () |
virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
![]() | |
ServantBase (Server *server, const Storage &_s) | |
![]() | |
AbstractServantBase (Server *server) | |
![]() | |
Storage | s |
![]() | |
Server * | server_ |
typedef DistanceServant<Base, Storage> hpp::corbaServer::core_idl::WeighedDistanceServant< _Base, _Storage >::Parent |
|
inline |
|
inline |
|
inline |
References hpp::corbaServer::vectorToFloatSeq().
|
inline |
References hpp::corbaServer::floatSeqToVector().