Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
TfParser::TfDataBase Class Referenceabstract

Base class for tf database. Only pure virtual functions are defined. User needs to inheritate this class and derive a custom database type with all callback functions defined. More...

#include <TfParser.h>

Inheritance diagram for TfParser::TfDataBase:
TfDataBase

Public Member Functions

virtual void add_tf_layer_id (string const &s1, int32_t const &s2, string const &s3)=0
 add layer name, layer id, layer abbreviation More...
 

Detailed Description

Base class for tf database. Only pure virtual functions are defined. User needs to inheritate this class and derive a custom database type with all callback functions defined.

Currently only read layer mapping.

Todo:
parse other information besides layer mapping in tf file

Definition at line 61 of file TfParser.h.

Member Function Documentation

virtual void TfParser::TfDataBase::add_tf_layer_id ( string const &  s1,
int32_t const &  s2,
string const &  s3 
)
pure virtual

add layer name, layer id, layer abbreviation

Parameters
s1layer name
s2layer id
s3layer abbreviation

Implemented in TfDataBase.


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