|
|
size_t | dim () const |
| | return dimensionality of tangent space, DOF = 3
|
| |
|
StereoPoint2 | retract (const Vector &v) const |
| | Updates a with tangent space delta.
|
| |
|
Vector | localCoordinates (const StereoPoint2 &t2) const |
| | Returns inverse retraction.
|
| |
|
static size_t | Dim () |
| | dimension of the variable - used to autodetect sizes */
|
| |
|
|
|
| StereoPoint2 () |
| | default constructor
|
| |
|
| StereoPoint2 (double uL, double uR, double v) |
| | constructor
|
| |
|
|
void | print (const std::string &s="") const |
| | print
|
| |
|
bool | equals (const StereoPoint2 &q, double tol=1e-9) const |
| | equals
|
| |
|
|
double | uL () const |
| | get uL
|
| |
|
double | uR () const |
| | get uR
|
| |
|
double | v () const |
| | get v
|
| |
|
Vector3 | vector () const |
| | convert to vector
|
| |
|
Point2 | point2 () |
| | convenient function to get a Point2 from the left image
|
| |
|
Point2 | right () |
| | convenient function to get a Point2 from the right image
|
| |
| virtual Value * | clone_ () const |
| | Create a duplicate object returned as a pointer to the generic Value interface. More...
|
| |
|
virtual void | deallocate_ () const |
| | Destroy and deallocate this object, only if it was originally allocated using clone_().
|
| |
|
virtual boost::shared_ptr< Value > | clone () const |
| | Clone this value (normal clone on the heap, delete with 'delete' operator)
|
| |
|
virtual bool | equals_ (const Value &p, double tol=1e-9) const |
| | equals implementing generic Value interface
|
| |
|
virtual Value * | retract_ (const Vector &delta) const |
| | Generic Value interface version of retract.
|
| |
|
virtual Vector | localCoordinates_ (const Value &value2) const |
| | Generic Value interface version of localCoordinates.
|
| |
|
virtual Value & | operator= (const Value &rhs) |
| | Assignment operator.
|
| |
|
| operator const StereoPoint2 & () const |
| | Conversion to the derived class.
|
| |
|
| operator StereoPoint2 & () |
| | Conversion to the derived class.
|
| |
|
virtual | ~Value () |
| | Virutal destructor.
|
| |
|
|
static const size_t | dimension = 3 |
| |
The documentation for this class was generated from the following files: