#include <hpp/core_idl/path_planners-fwd.hh>


Public Types | |
| typedef hpp::core::PathOptimizer | HppBase |
Public Types inherited from hpp::corbaServer::ServantBase< hpp::core::PathOptimizer, _Storage > | |
| typedef _Storage | Storage |
| typedef weak_ptr< typename Storage::element_type > | StorageElementWkPtr_t |
| typedef shared_ptr< typename Storage::element_type > | StorageElementShPtr_t |
Public Types inherited from hpp::corbaServer::AbstractServantBase< hpp::core::PathOptimizer > | |
| typedef shared_ptr< hpp::core::PathOptimizer > | TShPtr_t |
| typedef weak_ptr< hpp::core::PathOptimizer > | TWkPtr_t |
Public Member Functions | |
| SERVANT_BASE_TYPEDEFS (hpp::core_idl::PathOptimizer, HppBase) | |
| PathOptimizerServant (::hpp::corbaServer::Server *server, const _Storage &s) | |
| virtual | ~PathOptimizerServant () |
| void | deleteThis () |
| ::CORBA::Boolean | deleteIfExpired () |
| void | persistantStorage (::CORBA::Boolean persistant) |
| hpp::core_idl::PathVector_ptr | optimize (hpp::core_idl::PathVector_ptr path) |
| void | interrupt () |
| void | maxIterations (hpp::size_type n) |
| void | timeOut (hpp::value_type seconds) |
Public Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::PathOptimizer, _Storage > | |
| virtual | ~ServantBase () |
| virtual TShPtr_t | get () const |
| bool | expired () const final |
| StorageElementShPtr_t | getT () const |
| const Storage & | getS () const |
| void | persistantStorage (bool persistant) |
| Set to true if the servant should take ownership of this object. | |
| bool | persistantStorage () const |
| See persistantStorage(bool) | |
| void | deleteThis () |
| bool | deleteIfExpired () |
Public Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::core::PathOptimizer > | |
| virtual | ~AbstractServantBase () |
| virtual Server::ServantKey | getServantKey () const |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::corbaServer::ServantBase< hpp::core::PathOptimizer, _Storage > | |
| ServantBase (Server *server, const Storage &_s) | |
Protected Member Functions inherited from hpp::corbaServer::AbstractServantBase< hpp::core::PathOptimizer > | |
| AbstractServantBase (Server *server) | |
Protected Attributes inherited from hpp::corbaServer::ServantBase< hpp::core::PathOptimizer, _Storage > | |
| Storage | wrappedObject_ |
Protected Attributes inherited from hpp::corbaServer::AbstractServantBase< hpp::core::PathOptimizer > | |
| Server * | server_ |
| typedef hpp::core::PathOptimizer hpp::core_impl::PathOptimizerServant< _Base, _Storage >::HppBase |
| hpp::core_impl::PathOptimizerServant< _Base, _Storage >::PathOptimizerServant | ( | ::hpp::corbaServer::Server * | server, |
| const _Storage & | s ) |
|
virtual |
| CORBA::Boolean hpp::core_impl::PathOptimizerServant< _Base, _Storage >::deleteIfExpired | ( | ) |
| void hpp::core_impl::PathOptimizerServant< _Base, _Storage >::deleteThis | ( | ) |
| void hpp::core_impl::PathOptimizerServant< _Base, _Storage >::interrupt | ( | ) |
| void hpp::core_impl::PathOptimizerServant< _Base, _Storage >::maxIterations | ( | hpp::size_type | n | ) |
| hpp::core_idl::PathVector_ptr hpp::core_impl::PathOptimizerServant< _Base, _Storage >::optimize | ( | hpp::core_idl::PathVector_ptr | path | ) |
| void hpp::core_impl::PathOptimizerServant< _Base, _Storage >::persistantStorage | ( | ::CORBA::Boolean | persistant | ) |
| hpp::core_impl::PathOptimizerServant< _Base, _Storage >::SERVANT_BASE_TYPEDEFS | ( | hpp::core_idl::PathOptimizer | , |
| HppBase | ) |
| void hpp::core_impl::PathOptimizerServant< _Base, _Storage >::timeOut | ( | hpp::value_type | seconds | ) |