hpp::core_idl::PathVector Interface Reference

import"/home/jmirabel/devel/demo/src/hpp-corbaserver/idl/hpp/core_idl/paths.idl";

Inheritance diagram for hpp::core_idl::PathVector:
[legend]
Collaboration diagram for hpp::core_idl::PathVector:
[legend]

Public Member Functions

size_t numberPaths () raises (Error)
 
Path pathAtRank (in size_t rank) raises (Error)
 
void appendPath (in Path p) raises (Error)
 
void concatenate (in PathVector p) raises (Error)
 
- Public Member Functions inherited from hpp::core_idl::Path
size_type outputSize () raises (Error)
 
size_type outputDerivativeSize () raises (Error)
 
value_type length () raises (Error)
 
floatSeq initial () raises (Error)
 
floatSeq end () raises (Error)
 
string str () raises (Error)
 
floatSeq call (in value_type t, out boolean success) raises (Error)
 
floatSeq at (in value_type t, out boolean success) raises (Error)
 
floatSeq derivative (in value_type t, in short order) raises (Error)
 
Path extract (in value_type tmin, in value_type tmax) raises (Error)
 
PathVector asVector () raises (Error)
 

Member Function Documentation

void hpp::core_idl::PathVector::appendPath ( in Path  p)
raises (Error
)
void hpp::core_idl::PathVector::concatenate ( in PathVector  p)
raises (Error
)
size_t hpp::core_idl::PathVector::numberPaths ( )
raises (Error
)
Path hpp::core_idl::PathVector::pathAtRank ( in size_t  rank)
raises (Error
)