gusimplewhiteboard
FilteredOneDimObject.hpp File Reference
#include <cstdlib>
#include <sstream>
#include <gu_util.h>
#include "FilteredVisionObject.h"
Include dependency graph for FilteredOneDimObject.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  guWhiteboard::FilteredOneDimObject
 A class to contain objects that have been filtered through localisation. More...
 

Namespaces

namespace  guWhiteboard
 /file APM_Interface.h
 

Macros

#define SEPARATOR_IS_COMMA   ','
 
#define SEPARATOR_IS_COLON   ':'
 
#define IS_VISIBLE_ID   'I'
 

Macro Definition Documentation

◆ IS_VISIBLE_ID

#define IS_VISIBLE_ID   'I'

Definition at line 178 of file FilteredOneDimObject.hpp.

◆ SEPARATOR_IS_COLON

#define SEPARATOR_IS_COLON   ':'

Definition at line 177 of file FilteredOneDimObject.hpp.

◆ SEPARATOR_IS_COMMA

#define SEPARATOR_IS_COMMA   ','

Definition at line 176 of file FilteredOneDimObject.hpp.