All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Public Attributes | List of all members
sbn::SimpleFlashMatch Class Reference

#include <SimpleFlashMatchVars.h>

Classes

struct  Charge
 
struct  Flash
 
struct  Score
 

Public Member Functions

 SimpleFlashMatch (bool present_=false, double time_=-1, Charge charge_=Charge(), Flash flash_=Flash(), Score score_=Score())
 

Public Attributes

bool present
 Whether there's a match. More...
 
double time
 time of flash More...
 
Charge charge
 object that contains charge and its position More...
 
Flash light
 object that contains flash pe and its position More...
 
Score score
 overall and partial scores to the match More...
 

Detailed Description

Definition at line 8 of file SimpleFlashMatchVars.h.

Constructor & Destructor Documentation

sbn::SimpleFlashMatch::SimpleFlashMatch ( bool  present_ = false,
double  time_ = -1,
Charge  charge_ = Charge(),
Flash  flash_ = Flash(),
Score  score_ = Score() 
)
inline

Definition at line 42 of file SimpleFlashMatchVars.h.

46  :
47  present(present_),
48  time(time_),
49  charge(charge_),
50  light(flash_),
51  score(score_)
52  {}
Flash light
object that contains flash pe and its position
Score score
overall and partial scores to the match
Charge charge
object that contains charge and its position
bool present
Whether there&#39;s a match.
double time
time of flash

Member Data Documentation

Charge sbn::SimpleFlashMatch::charge

object that contains charge and its position

Definition at line 56 of file SimpleFlashMatchVars.h.

Flash sbn::SimpleFlashMatch::light

object that contains flash pe and its position

Definition at line 57 of file SimpleFlashMatchVars.h.

bool sbn::SimpleFlashMatch::present

Whether there's a match.

Definition at line 54 of file SimpleFlashMatchVars.h.

Score sbn::SimpleFlashMatch::score

overall and partial scores to the match

Definition at line 58 of file SimpleFlashMatchVars.h.

double sbn::SimpleFlashMatch::time

time of flash

Definition at line 55 of file SimpleFlashMatchVars.h.


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