hpp-corbaserver 6.0.0
Corba server for Humanoid Path Planner applications
Loading...
Searching...
No Matches
paths-idl.hh
Go to the documentation of this file.
1// This file is generated by omniidl (C++ backend)- omniORB_4_3. Do not edit.
2#ifndef pp_core_idl__paths_hh__
3#define pp_core_idl__paths_hh__
4
5#ifndef __CORBA_H_EXTERNAL_GUARD__
6#include <omniORB4/CORBA.h>
7#endif
8
9#ifndef USE_stub_in_nt_dll
10# define USE_stub_in_nt_dll_NOT_DEFINED_paths
11#endif
12#ifndef USE_core_stub_in_nt_dll
13# define USE_core_stub_in_nt_dll_NOT_DEFINED_paths
14#endif
15#ifndef USE_dyn_stub_in_nt_dll
16# define USE_dyn_stub_in_nt_dll_NOT_DEFINED_paths
17#endif
18
19
20
21#ifndef pp_core_idl__common_hh_EXTERNAL_GUARD__
22#define pp_core_idl__common_hh_EXTERNAL_GUARD__
23#include <hpp/common-idl.hh>
24#endif
25#ifndef pp_core_idl__constraints_hh_EXTERNAL_GUARD__
26#define pp_core_idl__constraints_hh_EXTERNAL_GUARD__
28#endif
29#ifndef pp_core_idl____constraints_hh_EXTERNAL_GUARD__
30#define pp_core_idl____constraints_hh_EXTERNAL_GUARD__
32#endif
33
34
35
36#ifdef USE_stub_in_nt_dll
37# ifndef USE_core_stub_in_nt_dll
38# define USE_core_stub_in_nt_dll
39# endif
40# ifndef USE_dyn_stub_in_nt_dll
41# define USE_dyn_stub_in_nt_dll
42# endif
43#endif
44
45#ifdef _core_attr
46# error "A local CPP macro _core_attr has already been defined."
47#else
48# ifdef USE_core_stub_in_nt_dll
49# define _core_attr _OMNIORB_NTDLL_IMPORT
50# else
51# define _core_attr
52# endif
53#endif
54
55#ifdef _dyn_attr
56# error "A local CPP macro _dyn_attr has already been defined."
57#else
58# ifdef USE_dyn_stub_in_nt_dll
59# define _dyn_attr _OMNIORB_NTDLL_IMPORT
60# else
61# define _dyn_attr
62# endif
63#endif
64
65
66
67_CORBA_MODULE hpp
68
69_CORBA_MODULE_BEG
70
71 _CORBA_MODULE core_idl
72
73 _CORBA_MODULE_BEG
74
75 typedef ::CORBA::ULongLong size_t;
76 typedef ::CORBA::ULongLong_out size_t_out;
77
78#ifndef __hpp_mcore__idl_mPathVector__
79#define __hpp_mcore__idl_mPathVector__
80 class PathVector;
82 class _impl_PathVector;
83
86
88 public:
90
91 static _ptr_type _nil();
92 static _CORBA_Boolean is_nil(_ptr_type);
93 static void release(_ptr_type);
94 static void duplicate(_ptr_type);
95 static void marshalObjRef(_ptr_type, cdrStream&);
96 static _ptr_type unmarshalObjRef(cdrStream&);
97 };
98
99 typedef _CORBA_ObjRef_Var<_objref_PathVector, PathVector_Helper> PathVector_var;
100 typedef _CORBA_ObjRef_OUT_arg<_objref_PathVector,PathVector_Helper > PathVector_out;
101
102#endif
103
104#ifndef __hpp_mcore__idl_mConstraintSet__
105#define __hpp_mcore__idl_mConstraintSet__
106 class ConstraintSet;
109
112
114 public:
116
117 static _ptr_type _nil();
118 static _CORBA_Boolean is_nil(_ptr_type);
119 static void release(_ptr_type);
120 static void duplicate(_ptr_type);
121 static void marshalObjRef(_ptr_type, cdrStream&);
122 static _ptr_type unmarshalObjRef(cdrStream&);
123 };
124
125 typedef _CORBA_ObjRef_Var<_objref_ConstraintSet, ConstraintSet_Helper> ConstraintSet_var;
126 typedef _CORBA_ObjRef_OUT_arg<_objref_ConstraintSet,ConstraintSet_Helper > ConstraintSet_out;
127
128#endif
129
130#ifndef __hpp_mcore__idl_mPath__
131#define __hpp_mcore__idl_mPath__
132 class Path;
133 class _objref_Path;
134 class _impl_Path;
135
138
139 class Path_Helper {
140 public:
142
143 static _ptr_type _nil();
144 static _CORBA_Boolean is_nil(_ptr_type);
145 static void release(_ptr_type);
146 static void duplicate(_ptr_type);
147 static void marshalObjRef(_ptr_type, cdrStream&);
148 static _ptr_type unmarshalObjRef(cdrStream&);
149 };
150
151 typedef _CORBA_ObjRef_Var<_objref_Path, Path_Helper> Path_var;
152 typedef _CORBA_ObjRef_OUT_arg<_objref_Path,Path_Helper > Path_out;
153
154#endif
155
156 // interface Path
157 class Path {
158 public:
159 // Declarations for this interface type.
162
164 static _ptr_type _narrow(::CORBA::Object_ptr);
165 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
166
167 static _ptr_type _nil();
168
169 static inline void _marshalObjRef(_ptr_type, cdrStream&);
170
171 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
172 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
173 if (o)
174 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
175 else
176 return _nil();
177 }
178
179 static inline _ptr_type _fromObjRef(omniObjRef* o) {
180 if (o)
181 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
182 else
183 return _nil();
184 }
185
186 static _core_attr const char* _PD_repoId;
187
188 // Other IDL defined within this scope.
189
190 };
191
193 public virtual ::CORBA::Object,
194 public virtual omniObjRef
195 {
196 public:
197 // IDL operations
199 ::CORBA::Boolean deleteIfExpired();
200 void persistantStorage(::CORBA::Boolean persistant);
207 char* str();
208 floatSeq* call(::hpp::value_type t, ::CORBA::Boolean& success);
209 floatSeq* at(::hpp::value_type t, ::CORBA::Boolean& success);
210 floatSeq* derivative(::hpp::value_type t, ::CORBA::Short order);
214
215 // Constructors
216 inline _objref_Path() { _PR_setobj(0); } // nil
217 _objref_Path(omniIOR*, omniIdentity*);
218
219 protected:
220 virtual ~_objref_Path();
221
222
223 private:
224 virtual void* _ptrToObjRef(const char*);
225
227 _objref_Path& operator = (const _objref_Path&);
228 // not implemented
229
230 friend class Path;
231 };
232
233 class _pof_Path : public _OMNI_NS(proxyObjectFactory) {
234 public:
235 inline _pof_Path() : _OMNI_NS(proxyObjectFactory)(Path::_PD_repoId) {}
236 virtual ~_pof_Path();
237
238 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
239 virtual _CORBA_Boolean is_a(const char*) const;
240 };
241
243 public virtual omniServant
244 {
245 public:
246 virtual ~_impl_Path();
247
248 virtual void deleteThis() = 0;
249 virtual ::CORBA::Boolean deleteIfExpired() = 0;
250 virtual void persistantStorage(::CORBA::Boolean persistant) = 0;
251 virtual size_type outputSize() = 0;
253 virtual value_type length() = 0;
254 virtual floatSeq* initial() = 0;
255 virtual floatSeq* end() = 0;
257 virtual char* str() = 0;
258 virtual floatSeq* call(::hpp::value_type t, ::CORBA::Boolean& success) = 0;
259 virtual floatSeq* at(::hpp::value_type t, ::CORBA::Boolean& success) = 0;
260 virtual floatSeq* derivative(::hpp::value_type t, ::CORBA::Short order) = 0;
263 virtual Path_ptr reverse() = 0;
264
265 public: // Really protected, workaround for xlC
266 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
267
268 private:
269 virtual void* _ptrToInterface(const char*);
270 virtual const char* _mostDerivedRepoId();
271
272 };
273
274
275#ifndef __hpp_mcore__idl_mPathVector__
276#define __hpp_mcore__idl_mPathVector__
277 class PathVector;
278 class _objref_PathVector;
279 class _impl_PathVector;
280
283
284 class PathVector_Helper {
285 public:
287
288 static _ptr_type _nil();
289 static _CORBA_Boolean is_nil(_ptr_type);
290 static void release(_ptr_type);
291 static void duplicate(_ptr_type);
292 static void marshalObjRef(_ptr_type, cdrStream&);
293 static _ptr_type unmarshalObjRef(cdrStream&);
294 };
295
296 typedef _CORBA_ObjRef_Var<_objref_PathVector, PathVector_Helper> PathVector_var;
297 typedef _CORBA_ObjRef_OUT_arg<_objref_PathVector,PathVector_Helper > PathVector_out;
298
299#endif
300
301 // interface PathVector
303 public:
304 // Declarations for this interface type.
307
309 static _ptr_type _narrow(::CORBA::Object_ptr);
310 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
311
312 static _ptr_type _nil();
313
314 static inline void _marshalObjRef(_ptr_type, cdrStream&);
315
316 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
317 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
318 if (o)
319 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
320 else
321 return _nil();
322 }
323
324 static inline _ptr_type _fromObjRef(omniObjRef* o) {
325 if (o)
326 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
327 else
328 return _nil();
329 }
330
331 static _core_attr const char* _PD_repoId;
332
333 // Other IDL defined within this scope.
334
335 };
336
338 public virtual _objref_Path
339 {
340 public:
341 // IDL operations
342 size_t numberPaths();
345 void appendPath(::hpp::core_idl::Path_ptr p);
346 void concatenate(::hpp::core_idl::PathVector_ptr p);
348
349 // Constructors
350 inline _objref_PathVector() { _PR_setobj(0); } // nil
351 _objref_PathVector(omniIOR*, omniIdentity*);
352
353 protected:
355
356
357 private:
358 virtual void* _ptrToObjRef(const char*);
359
361 _objref_PathVector& operator = (const _objref_PathVector&);
362 // not implemented
363
364 friend class PathVector;
365 };
366
367 class _pof_PathVector : public _OMNI_NS(proxyObjectFactory) {
368 public:
369 inline _pof_PathVector() : _OMNI_NS(proxyObjectFactory)(PathVector::_PD_repoId) {}
371
372 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
373 virtual _CORBA_Boolean is_a(const char*) const;
374 };
375
377 public virtual _impl_Path
378 {
379 public:
381
382 virtual size_t numberPaths() = 0;
383 virtual size_t rankAtParam(::hpp::value_type param, ::hpp::value_type& localParam) = 0;
385 virtual void appendPath(::hpp::core_idl::Path_ptr p) = 0;
386 virtual void concatenate(::hpp::core_idl::PathVector_ptr p) = 0;
387 virtual PathVector_ptr flatten() = 0;
388
389 public: // Really protected, workaround for xlC
390 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
391
392 private:
393 virtual void* _ptrToInterface(const char*);
394 virtual const char* _mostDerivedRepoId();
395
396 };
397
398
399 _CORBA_MODULE path_idl
400
401 _CORBA_MODULE_BEG
402
403#ifndef __hpp_mcore__idl_mpath__idl_mHermite__
404#define __hpp_mcore__idl_mpath__idl_mHermite__
405 class Hermite;
406 class _objref_Hermite;
407 class _impl_Hermite;
408
411
413 public:
415
416 static _ptr_type _nil();
417 static _CORBA_Boolean is_nil(_ptr_type);
418 static void release(_ptr_type);
419 static void duplicate(_ptr_type);
420 static void marshalObjRef(_ptr_type, cdrStream&);
421 static _ptr_type unmarshalObjRef(cdrStream&);
422 };
423
424 typedef _CORBA_ObjRef_Var<_objref_Hermite, Hermite_Helper> Hermite_var;
425 typedef _CORBA_ObjRef_OUT_arg<_objref_Hermite,Hermite_Helper > Hermite_out;
426
427#endif
428
429 // interface Hermite
430 class Hermite {
431 public:
432 // Declarations for this interface type.
435
437 static _ptr_type _narrow(::CORBA::Object_ptr);
438 static _ptr_type _unchecked_narrow(::CORBA::Object_ptr);
439
440 static _ptr_type _nil();
441
442 static inline void _marshalObjRef(_ptr_type, cdrStream&);
443
444 static inline _ptr_type _unmarshalObjRef(cdrStream& s) {
445 omniObjRef* o = omniObjRef::_unMarshal(_PD_repoId,s);
446 if (o)
447 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
448 else
449 return _nil();
450 }
451
452 static inline _ptr_type _fromObjRef(omniObjRef* o) {
453 if (o)
454 return (_ptr_type) o->_ptrToObjRef(_PD_repoId);
455 else
456 return _nil();
457 }
458
459 static _core_attr const char* _PD_repoId;
460
461 // Other IDL defined within this scope.
462
463 };
464
466 public virtual _objref_Path
467 {
468 public:
469 // IDL operations
470
471
472 // Constructors
473 inline _objref_Hermite() { _PR_setobj(0); } // nil
474 _objref_Hermite(omniIOR*, omniIdentity*);
475
476 protected:
478
479
480 private:
481 virtual void* _ptrToObjRef(const char*);
482
484 _objref_Hermite& operator = (const _objref_Hermite&);
485 // not implemented
486
487 friend class Hermite;
488 };
489
490 class _pof_Hermite : public _OMNI_NS(proxyObjectFactory) {
491 public:
492 inline _pof_Hermite() : _OMNI_NS(proxyObjectFactory)(Hermite::_PD_repoId) {}
493 virtual ~_pof_Hermite();
494
495 virtual omniObjRef* newObjRef(omniIOR*,omniIdentity*);
496 virtual _CORBA_Boolean is_a(const char*) const;
497 };
498
500 public virtual _impl_Path
501 {
502 public:
503 virtual ~_impl_Hermite();
504
505
506
507 public: // Really protected, workaround for xlC
508 virtual _CORBA_Boolean _dispatch(omniCallHandle&);
509
510 private:
511 virtual void* _ptrToInterface(const char*);
512 virtual const char* _mostDerivedRepoId();
513
514 };
515
516
517 _CORBA_MODULE_END
518
519 _CORBA_MODULE_END
520
521_CORBA_MODULE_END
522
523
524
525_CORBA_MODULE POA_hpp
526_CORBA_MODULE_BEG
527
528 _CORBA_MODULE core_idl
529 _CORBA_MODULE_BEG
530
531 class Path :
532 public virtual hpp::core_idl::_impl_Path,
533 public virtual ::PortableServer::ServantBase
534 {
535 public:
536 virtual ~Path();
537
538 inline ::hpp::core_idl::Path_ptr _this() {
539 return (::hpp::core_idl::Path_ptr) _do_this(::hpp::core_idl::Path::_PD_repoId);
540 }
541 };
542
543 class PathVector :
544 public virtual hpp::core_idl::_impl_PathVector,
545 public virtual Path
546 {
547 public:
548 virtual ~PathVector();
549
550 inline ::hpp::core_idl::PathVector_ptr _this() {
551 return (::hpp::core_idl::PathVector_ptr) _do_this(::hpp::core_idl::PathVector::_PD_repoId);
552 }
553 };
554
555 _CORBA_MODULE path_idl
556 _CORBA_MODULE_BEG
557
558 class Hermite :
559 public virtual hpp::core_idl::path_idl::_impl_Hermite,
560 public virtual Path
561 {
562 public:
563 virtual ~Hermite();
564
565 inline ::hpp::core_idl::path_idl::Hermite_ptr _this() {
566 return (::hpp::core_idl::path_idl::Hermite_ptr) _do_this(::hpp::core_idl::path_idl::Hermite::_PD_repoId);
567 }
568 };
569
570 _CORBA_MODULE_END
571
572 _CORBA_MODULE_END
573
574_CORBA_MODULE_END
575
576
577
578_CORBA_MODULE OBV_hpp
579_CORBA_MODULE_BEG
580
581 _CORBA_MODULE core_idl
582 _CORBA_MODULE_BEG
583
584 _CORBA_MODULE path_idl
585 _CORBA_MODULE_BEG
586
587 _CORBA_MODULE_END
588
589 _CORBA_MODULE_END
590
591_CORBA_MODULE_END
592
593
594
595
596
597#undef _core_attr
598#undef _dyn_attr
599
600
601
602inline void
603hpp::core_idl::Path::_marshalObjRef(::hpp::core_idl::Path_ptr obj, cdrStream& s) {
604 omniObjRef::_marshal(obj->_PR_getobj(),s);
605}
606
607inline void
608hpp::core_idl::PathVector::_marshalObjRef(::hpp::core_idl::PathVector_ptr obj, cdrStream& s) {
609 omniObjRef::_marshal(obj->_PR_getobj(),s);
610}
611
612inline void
613hpp::core_idl::path_idl::Hermite::_marshalObjRef(::hpp::core_idl::path_idl::Hermite_ptr obj, cdrStream& s) {
614 omniObjRef::_marshal(obj->_PR_getobj(),s);
615}
616
617
618
619#ifdef USE_stub_in_nt_dll_NOT_DEFINED_paths
620# undef USE_stub_in_nt_dll
621# undef USE_stub_in_nt_dll_NOT_DEFINED_paths
622#endif
623#ifdef USE_core_stub_in_nt_dll_NOT_DEFINED_paths
624# undef USE_core_stub_in_nt_dll
625# undef USE_core_stub_in_nt_dll_NOT_DEFINED_paths
626#endif
627#ifdef USE_dyn_stub_in_nt_dll_NOT_DEFINED_paths
628# undef USE_dyn_stub_in_nt_dll
629# undef USE_dyn_stub_in_nt_dll_NOT_DEFINED_paths
630#endif
631
632#endif // __paths_hh__
633
Definition _constraints-idl.hh:491
static _CORBA_Boolean is_nil(_ptr_type)
ConstraintSet_ptr _ptr_type
Definition paths-idl.hh:115
static void release(_ptr_type)
static void duplicate(_ptr_type)
static _ptr_type unmarshalObjRef(cdrStream &)
static void marshalObjRef(_ptr_type, cdrStream &)
static _ptr_type _nil()
Definition _constraints-idl.hh:509
Definition paths-idl.hh:412
static _ptr_type _nil()
static void duplicate(_ptr_type)
static _CORBA_Boolean is_nil(_ptr_type)
static void release(_ptr_type)
Hermite_ptr _ptr_type
Definition paths-idl.hh:414
static void marshalObjRef(_ptr_type, cdrStream &)
static _ptr_type unmarshalObjRef(cdrStream &)
Definition paths-idl.hh:430
Hermite_var _var_type
Definition paths-idl.hh:434
Hermite_ptr _ptr_type
Definition paths-idl.hh:433
static _ptr_type _fromObjRef(omniObjRef *o)
Definition paths-idl.hh:452
static _core_attr const char * _PD_repoId
Definition paths-idl.hh:459
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition paths-idl.hh:613
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition paths-idl.hh:444
static _ptr_type _duplicate(_ptr_type)
static _ptr_type _nil()
static _ptr_type _narrow(::CORBA::Object_ptr)
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
inline ::hpp::core_idl::path_idl::Hermite_ptr _this()
Definition paths-idl.hh:565
virtual ~Hermite()
Definition paths-idl.hh:87
static _ptr_type unmarshalObjRef(cdrStream &)
static _CORBA_Boolean is_nil(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
static _ptr_type _nil()
static void release(_ptr_type)
static void duplicate(_ptr_type)
PathVector_ptr _ptr_type
Definition paths-idl.hh:89
Definition paths-idl.hh:302
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition paths-idl.hh:608
static _ptr_type _duplicate(_ptr_type)
static _core_attr const char * _PD_repoId
Definition paths-idl.hh:331
static _ptr_type _fromObjRef(omniObjRef *o)
Definition paths-idl.hh:324
static _ptr_type _nil()
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
virtual ~PathVector()
static _ptr_type _narrow(::CORBA::Object_ptr)
PathVector_ptr _ptr_type
Definition paths-idl.hh:305
inline ::hpp::core_idl::PathVector_ptr _this()
Definition paths-idl.hh:550
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition paths-idl.hh:316
PathVector_var _var_type
Definition paths-idl.hh:306
Definition path_planners-idl.hh:88
static _ptr_type unmarshalObjRef(cdrStream &)
static void duplicate(_ptr_type)
static void marshalObjRef(_ptr_type, cdrStream &)
static void release(_ptr_type)
Path_ptr _ptr_type
Definition paths-idl.hh:141
static _ptr_type _nil()
static _CORBA_Boolean is_nil(_ptr_type)
Definition paths-idl.hh:157
inline ::hpp::core_idl::Path_ptr _this()
Definition paths-idl.hh:538
virtual ~Path()
static _core_attr const char * _PD_repoId
Definition paths-idl.hh:186
static _ptr_type _unmarshalObjRef(cdrStream &s)
Definition paths-idl.hh:171
static _ptr_type _narrow(::CORBA::Object_ptr)
static _ptr_type _duplicate(_ptr_type)
static _ptr_type _unchecked_narrow(::CORBA::Object_ptr)
static void _marshalObjRef(_ptr_type, cdrStream &)
Definition paths-idl.hh:603
Path_ptr _ptr_type
Definition paths-idl.hh:160
static _ptr_type _fromObjRef(omniObjRef *o)
Definition paths-idl.hh:179
static _ptr_type _nil()
Path_var _var_type
Definition paths-idl.hh:161
Definition _constraints-idl.hh:581
Definition paths-idl.hh:501
virtual ~_impl_Hermite()
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
Definition paths-idl.hh:378
virtual size_t numberPaths()=0
virtual ~_impl_PathVector()
virtual void appendPath(::hpp::core_idl::Path_ptr p)=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual Path_ptr pathAtRank(::hpp::core_idl::size_t rank)=0
virtual PathVector_ptr flatten()=0
virtual void concatenate(::hpp::core_idl::PathVector_ptr p)=0
virtual size_t rankAtParam(::hpp::value_type param, ::hpp::value_type &localParam)=0
Definition paths-idl.hh:244
virtual size_type outputDerivativeSize()=0
virtual Path_ptr reverse()=0
virtual size_type outputSize()=0
virtual _CORBA_Boolean _dispatch(omniCallHandle &)
virtual char * str()=0
virtual ::CORBA::Boolean deleteIfExpired()=0
virtual value_type length()=0
virtual ~_impl_Path()
virtual floatSeq * call(::hpp::value_type t, ::CORBA::Boolean &success)=0
virtual ConstraintSet_ptr constraints()=0
virtual floatSeq * derivative(::hpp::value_type t, ::CORBA::Short order)=0
virtual floatSeq * initial()=0
virtual PathVector_ptr asVector()=0
virtual Path_ptr extract(::hpp::value_type tmin, ::hpp::value_type tmax)=0
virtual floatSeq * end()=0
virtual floatSeq * at(::hpp::value_type t, ::CORBA::Boolean &success)=0
virtual void deleteThis()=0
virtual void persistantStorage(::CORBA::Boolean persistant)=0
Definition _constraints-idl.hh:546
Definition paths-idl.hh:467
virtual ~_objref_Hermite()
_objref_Hermite()
Definition paths-idl.hh:473
_objref_Hermite(omniIOR *, omniIdentity *)
Definition paths-idl.hh:339
size_t rankAtParam(::hpp::value_type param, ::hpp::value_type &localParam)
_objref_PathVector()
Definition paths-idl.hh:350
Path_ptr pathAtRank(::hpp::core_idl::size_t rank)
_objref_PathVector(omniIOR *, omniIdentity *)
virtual ~_objref_PathVector()
void concatenate(::hpp::core_idl::PathVector_ptr p)
PathVector_ptr flatten()
void appendPath(::hpp::core_idl::Path_ptr p)
Definition paths-idl.hh:195
void persistantStorage(::CORBA::Boolean persistant)
Path_ptr extract(::hpp::value_type tmin, ::hpp::value_type tmax)
floatSeq * derivative(::hpp::value_type t, ::CORBA::Short order)
_objref_Path()
Definition paths-idl.hh:216
virtual ~_objref_Path()
_objref_Path(omniIOR *, omniIdentity *)
Path_ptr reverse()
void deleteThis()
ConstraintSet_ptr constraints()
size_type outputDerivativeSize()
PathVector_ptr asVector()
char * str()
::CORBA::Boolean deleteIfExpired()
floatSeq * end()
value_type length()
floatSeq * call(::hpp::value_type t, ::CORBA::Boolean &success)
floatSeq * at(::hpp::value_type t, ::CORBA::Boolean &success)
size_type outputSize()
floatSeq * initial()
Definition paths-idl.hh:490
_pof_Hermite()
Definition paths-idl.hh:492
virtual _CORBA_Boolean is_a(const char *) const
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual ~_pof_Hermite()
Definition paths-idl.hh:367
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual ~_pof_PathVector()
virtual _CORBA_Boolean is_a(const char *) const
_pof_PathVector()
Definition paths-idl.hh:369
Definition paths-idl.hh:233
_pof_Path()
Definition paths-idl.hh:235
virtual _CORBA_Boolean is_a(const char *) const
virtual omniObjRef * newObjRef(omniIOR *, omniIdentity *)
virtual ~_pof_Path()
Definition common-idl.hh:689
::CORBA::Double value_type
Definition common-idl.hh:61
::CORBA::LongLong size_type
Definition common-idl.hh:66
unsigned long long size_t
Definition paths.idl:18
Implement CORBA interface `‘Obstacle’'.
Definition client.hh:46
double value_type
Definition common.idl:18
Path_ptr PathRef
Definition paths-idl.hh:137
ConstraintSet_ptr ConstraintSetRef
Definition paths-idl.hh:111
_CORBA_ObjRef_Var< _objref_Hermite, Hermite_Helper > Hermite_var
Definition paths-idl.hh:424
_objref_Path * Path_ptr
Definition paths-idl.hh:136
_CORBA_ObjRef_OUT_arg< _objref_PathVector, PathVector_Helper > PathVector_out
Definition paths-idl.hh:100
_CORBA_ObjRef_Var< _objref_Path, Path_Helper > Path_var
Definition paths-idl.hh:151
#define _core_attr
Definition paths-idl.hh:51
PathVector_ptr PathVectorRef
Definition paths-idl.hh:85
_CORBA_ObjRef_OUT_arg< _objref_Path, Path_Helper > Path_out
Definition paths-idl.hh:152
_CORBA_ObjRef_OUT_arg< _objref_ConstraintSet, ConstraintSet_Helper > ConstraintSet_out
Definition paths-idl.hh:126
_objref_PathVector * PathVector_ptr
Definition paths-idl.hh:84
::CORBA::ULongLong_out size_t_out
Definition paths-idl.hh:76
_CORBA_ObjRef_Var< _objref_PathVector, PathVector_Helper > PathVector_var
Definition paths-idl.hh:99
_CORBA_MODULE hpp _CORBA_MODULE_BEG _CORBA_MODULE core_idl _CORBA_MODULE_BEGtypedef ::CORBA::ULongLong size_t
Definition paths-idl.hh:75
_objref_ConstraintSet * ConstraintSet_ptr
Definition paths-idl.hh:110
_CORBA_ObjRef_Var< _objref_ConstraintSet, ConstraintSet_Helper > ConstraintSet_var
Definition paths-idl.hh:125
_objref_Hermite * Hermite_ptr
Definition paths-idl.hh:409
_CORBA_ObjRef_OUT_arg< _objref_Hermite, Hermite_Helper > Hermite_out
Definition paths-idl.hh:425
Hermite_ptr HermiteRef
Definition paths-idl.hh:410