#include <hpp/core_idl/paths-idl.hh>
Public Member Functions | |
virtual | ~_impl_PathVector () |
virtual size_t | numberPaths ()=0 |
virtual Path_ptr | pathAtRank (::hpp::core_idl::size_t rank)=0 |
virtual void | appendPath (::hpp::core_idl::Path_ptr p)=0 |
virtual void | concatenate (::hpp::core_idl::PathVector_ptr p)=0 |
virtual _CORBA_Boolean | _dispatch (omniCallHandle &) |
![]() | |
virtual | ~_impl_Path () |
virtual size_type | outputSize ()=0 |
virtual size_type | outputDerivativeSize ()=0 |
virtual value_type | length ()=0 |
virtual floatSeq * | initial ()=0 |
virtual floatSeq * | end ()=0 |
virtual char * | str ()=0 |
virtual floatSeq * | call (::hpp::value_type t, ::CORBA::Boolean &success)=0 |
virtual floatSeq * | at (::hpp::value_type t, ::CORBA::Boolean &success)=0 |
virtual floatSeq * | derivative (::hpp::value_type t, ::CORBA::Short order)=0 |
virtual Path_ptr | extract (::hpp::value_type tmin, ::hpp::value_type tmax)=0 |
virtual PathVector_ptr | asVector ()=0 |
virtual Path_ptr | reverse ()=0 |
|
virtual |
|
virtual |
Reimplemented from _impl_Path.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |