#include <indexRemapper.h>
Public Member Functions | |
IndexRemapper () | |
~IndexRemapper () | |
void | clear () |
void | add_mapping (int from, int to) |
bool | in_map (int from) const |
int | map_from (int from) const |
Private Attributes | |
map< int, int > | _map_int |
|
Definition at line 28 of file indexRemapper.cxx. |
|
Definition at line 37 of file indexRemapper.cxx. |
|
Definition at line 56 of file indexRemapper.cxx. References _map_int. Referenced by InterrogateDatabase::merge_from(), and InterrogateDatabase::remap_indices(). |
|
Definition at line 46 of file indexRemapper.cxx. References _map_int. Referenced by InterrogateDatabase::remap_indices(). |
|
Definition at line 67 of file indexRemapper.cxx. References _map_int. Referenced by InterrogateDatabase::merge_from(). |
|
|
Definition at line 49 of file indexRemapper.h. Referenced by add_mapping(), clear(), in_map(), and map_from(). |