5#ifndef PIXELGEOMODEL_PIXELMATERIALMAP_H
6#define PIXELGEOMODEL_PIXELMATERIALMAP_H
22 void addMaterial(
int layerdisk,
int typenum, std::string_view volumeName, std::string_view materialName);
23 std::string
getMaterial(
int layerdisk,
int typenum, std::string_view volumeName)
const;
29 Key(
int layerdisk_in,
int typenum_in, std::string_view volumeName_in);
36 typedef std::map<Key, std::string>
mapType;
Definition of the abstract IRDBAccessSvc interface.
std::shared_ptr< IRDBRecordset > IRDBRecordset_ptr
Key(int layerdisk_in, int typenum_in, std::string_view volumeName_in)
bool operator<(const Key &rhs) const
std::map< Key, std::string > mapType
std::string getMaterial(int layerdisk, int typenum, std::string_view volumeName) const
void addMaterial(int layerdisk, int typenum, std::string_view volumeName, std::string_view materialName)
PixelMaterialMap(const IRDBRecordset_ptr &mapTable)