The Vector2 class.
More...
#include <RobotAPI/libraries/core/Pose.h>
|
VariantDataClassPtr | clone (const Ice::Current &=Ice::emptyCurrent) const override |
|
void | deserialize (const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) override |
|
VariantTypeId | getType (const Ice::Current &=Ice::emptyCurrent) const override |
|
Ice::ObjectPtr | ice_clone () const override |
|
void | operator= (const Eigen::Vector2f &ves) |
|
std::string | output (const Ice::Current &c=Ice::emptyCurrent) const override |
|
void | serialize (const armarx::ObjectSerializerBasePtr &serializer, const ::Ice::Current &=Ice::emptyCurrent) const override |
|
virtual Eigen::Vector2f | toEigen () const |
|
bool | validate (const Ice::Current &=Ice::emptyCurrent) override |
|
| Vector2 () |
|
| Vector2 (::Ice::Float x, ::Ice::Float y) |
|
| Vector2 (const Eigen::Vector2f &) |
|
The Vector2 class.
Definition at line 52 of file Pose.h.
◆ Vector2() [1/3]
◆ Vector2() [2/3]
Vector2 |
( |
const Eigen::Vector2f & |
v | ) |
|
◆ Vector2() [3/3]
Vector2 |
( |
::Ice::Float |
x, |
|
|
::Ice::Float |
y |
|
) |
| |
◆ clone()
VariantDataClassPtr clone |
( |
const Ice::Current & |
= Ice::emptyCurrent | ) |
const |
|
inlineoverride |
◆ deserialize()
void deserialize |
( |
const armarx::ObjectSerializerBasePtr & |
serializer, |
|
|
const ::Ice::Current & |
= Ice::emptyCurrent |
|
) |
| |
|
override |
◆ getType()
VariantTypeId getType |
( |
const Ice::Current & |
= Ice::emptyCurrent | ) |
const |
|
inlineoverride |
◆ ice_clone()
Ice::ObjectPtr ice_clone |
( |
| ) |
const |
|
inlineoverride |
◆ operator=()
void operator= |
( |
const Eigen::Vector2f & |
ves | ) |
|
◆ output()
std::string output |
( |
const Ice::Current & |
c = Ice::emptyCurrent | ) |
const |
|
override |
◆ serialize()
void serialize |
( |
const armarx::ObjectSerializerBasePtr & |
serializer, |
|
|
const ::Ice::Current & |
= Ice::emptyCurrent |
|
) |
| const |
|
override |
◆ toEigen()
Eigen::Vector2f toEigen |
( |
| ) |
const |
|
virtual |
◆ validate()
bool validate |
( |
const Ice::Current & |
= Ice::emptyCurrent | ) |
|
|
inlineoverride |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const Vector2 & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following files: