1 #ifndef hpp_core_idl__distances_hpp__
2 #define hpp_core_idl__distances_hpp__
11 #include <hpp/core/distance.hh>
12 #include <hpp/core/weighed-distance.hh>
24 template <
typename _Base,
typename _Storage>
60 namespace corbaServer {
71 template <
typename _Base,
typename _Storage>
100 namespace corbaServer {
Definition: servant-base.hh:122
bool persistantStorage() const
See persistantStorage(bool)
Definition: servant-base.hh:166
Implementation of Hpp module Corba server.
Definition: server.hh:78
Definition: distances-fwd.hh:27
hpp::core::Distance HppBase
Definition: distances-fwd.hh:29
void deleteThis()
Definition: distances.hh:40
SERVANT_BASE_TYPEDEFS(hpp::core_idl::Distance, HppBase)
::CORBA::Boolean deleteIfExpired()
Definition: distances.hh:51
virtual ~DistanceServant()
Definition: distances.hh:32
hpp::value_type call(const hpp::floatSeq &q1, const hpp::floatSeq &q2)
Definition: distances.hh:73
DistanceServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: distances.hh:25
Definition: distances-fwd.hh:73
hpp::core_impl::DistanceServant< _Base, _Storage >::HppBase HppBase
Definition: distances-fwd.hh:75
WeighedDistanceServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition: distances.hh:99
virtual ~WeighedDistanceServant()
Definition: distances.hh:106
hpp::floatSeq * getWeights()
Definition: distances.hh:114
SERVANT_BASE_TYPEDEFS(hpp::core_idl::WeighedDistance, HppBase)
void setWeights(const hpp::floatSeq &weights)
Definition: distances.hh:128
Definition: distances.idl:20
To define and solve a path planning problem.
Definition: distances.idl:29
WeighedDistanceServant< POA_hpp::core_idl::WeighedDistance, hpp::weak_ptr< hpp::core::WeighedDistance > > WeighedDistance
Definition: distances-fwd.hh:94
DistanceServant< POA_hpp::core_idl::Distance, hpp::weak_ptr< hpp::core::Distance > > Distance
Definition: distances-fwd.hh:54
Implement CORBA interface `‘Obstacle’'.
Definition: client.hh:46
sequence< double > floatSeq
Robot configuration is defined by a sequence of dof value.
Definition: common.idl:34
double value_type
Definition: common.idl:18
hpp::core::Distance Base
Definition: distances-fwd.hh:61
hpp::core::Distance Base
Definition: distances-fwd.hh:101
Definition: servant-base.hh:89