|
Limbo 3.5.4
|
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>
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 | |
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.
Definition at line 61 of file TfParser.h.
|
pure virtual |
add layer name, layer id, layer abbreviation
| s1 | layer name |
| s2 | layer id |
| s3 | layer abbreviation |
Implemented in TfDataBase.