Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
jafar::slam::StereoSegmentObservation Class Reference

Observation of a segment. More...


Detailed Description

Observation of a segment.

Definition at line 78 of file segmentFeature.hpp.

#include <segmentFeature.hpp>

Inheritance diagram for jafar::slam::StereoSegmentObservation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 StereoSegmentObservation (unsigned int _robotId=0)
 Constructor.
 StereoSegmentObservation (StereoSegmentObservation const &obs)
 Copy constructor Constructs an observation from a given observation.
virtual ~StereoSegmentObservation ()
 Destructor.
void setExtremities (jblas::vec3 const &ext1_, jblas::vec3 const &ext2_)
 Sets the extremities to the observation.

Public Attributes

jblas::vec3 ext1
 first extremity in the image plane with disparity
jblas::vec3 ext2
 second extremity in the image plane with disparity

Constructor & Destructor Documentation

jafar::slam::StereoSegmentObservation::StereoSegmentObservation ( unsigned int  _robotId = 0) [inline]

Constructor.

Constructs an empty observation from a robot

Parameters:
_robotIdrobot identifier

Definition at line 90 of file segmentFeature.hpp.

Copy constructor Constructs an observation from a given observation.

Parameters:
obsThe observation to copy

Definition at line 98 of file segmentFeature.hpp.


Member Function Documentation

void jafar::slam::StereoSegmentObservation::setExtremities ( jblas::vec3 const &  ext1_,
jblas::vec3 const &  ext2_ 
) [inline]

Sets the extremities to the observation.

Parameters:
ext1_the first endpoint
ext2_the second endpoint

Definition at line 110 of file segmentFeature.hpp.

References ext1, and ext2.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:49 for Jafar by doxygen 1.7.6.1
LAAS-CNRS