Public Member Functions | Public Attributes | Friends
BFL::StatePosVel Class Reference

Class representing state with pos and vel. More...

#include <state_pos_vel.h>

List of all members.

Public Member Functions

StatePosVel operator+ (const StatePosVel &s)
 operator +
StatePosVeloperator+= (const StatePosVel &s)
 operator +=
 StatePosVel (const tf::Vector3 &pos=tf::Vector3(0, 0, 0), const tf::Vector3 &vel=tf::Vector3(0, 0, 0))
 Constructor.
 ~StatePosVel ()
 Destructor.

Public Attributes

tf::Vector3 pos_
tf::Vector3 vel_

Friends

std::ostream & operator<< (std::ostream &os, const StatePosVel &s)
 output stream for StatePosVel

Detailed Description

Class representing state with pos and vel.

Definition at line 46 of file state_pos_vel.h.


Constructor & Destructor Documentation

BFL::StatePosVel::StatePosVel ( const tf::Vector3 &  pos = tf::Vector3(0,0,0),
const tf::Vector3 &  vel = tf::Vector3(0,0,0) 
) [inline]

Constructor.

Definition at line 52 of file state_pos_vel.h.

Destructor.

Definition at line 56 of file state_pos_vel.h.


Member Function Documentation

StatePosVel BFL::StatePosVel::operator+ ( const StatePosVel s) [inline]

operator +

Definition at line 67 of file state_pos_vel.h.

StatePosVel& BFL::StatePosVel::operator+= ( const StatePosVel s) [inline]

operator +=

Definition at line 59 of file state_pos_vel.h.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const StatePosVel s 
) [friend]

output stream for StatePosVel

Definition at line 77 of file state_pos_vel.h.


Member Data Documentation

Definition at line 49 of file state_pos_vel.h.

Definition at line 49 of file state_pos_vel.h.


The documentation for this class was generated from the following file:


srs_people_tracking_filter
Author(s): Alex Noyvirt
autogenerated on Sun Jan 5 2014 12:18:09