|
| Xforms () |
|
| Xforms (xyzTransform< numeric::Real > x) |
|
| Xforms (Size const &N, xyzTransform< numeric::Real > x=xyzTransform< numeric::Real >()) |
|
| vector1 (allocator_type const &alloc=allocator_type()) |
| Default constructor. More...
|
|
| vector1 (vector1 const &v) |
| Copy constructor. More...
|
|
| vector1 (vectorL< L_, T_, A_ > const &v) |
| Assignable copy constructor. More...
|
|
| vector1 (super const &v) |
| std::vector constructor More...
|
|
| vector1 (std::vector< T_, A_ > const &v) |
| Assignable std::vector constructor. More...
|
|
| vector1 (size_type const num) |
| Size constructor. More...
|
|
| vector1 (size_type const num, value_type const &value, allocator_type const &alloc=allocator_type()) |
| Uniform value constructor. More...
|
|
| vector1 (InputIterator const beg, InputIterator const end, allocator_type const &alloc=allocator_type()) |
| Iterator range constructor. More...
|
|
virtual | ~vector1 () |
| Destructor. More...
|
|
vector1 & | operator= (vector1 const &v) |
| Copy assignment. More...
|
|
vector1 & | operator= (vectorL< L_, T_, A_ > const &v) |
| Assignable copy assignment. More...
|
|
vector1 & | operator= (super const &v) |
| std::vector assignment More...
|
|
vector1 & | operator= (std::vector< T_, A_ > const &v) |
| Assignable std::vector assignment. More...
|
|
int | index (xyzTransform< numeric::Real >const t) const |
| Find the index of an element. If not found then return 0;. More...
|
|
bool | has_value (xyzTransform< numeric::Real >const t) const |
| useful function – was commented out previously due, I think, to a conflict with has() in OptionKeys! Now renamed to has_value(). More...
|
|