Definition at line 16 of file color_map_reader.h.
◆ result
◆ default_identifier_config()
static const identifier_config & cgv::app::color_map_reader::default_identifier_config |
( |
| ) |
|
|
inlinestatic |
◆ read_from_image_file()
static bool cgv::app::color_map_reader::read_from_image_file |
( |
const std::string & |
file_name, |
|
|
result & |
entries |
|
) |
| |
|
inlinestatic |
◆ read_from_xml() [1/2]
static bool cgv::app::color_map_reader::read_from_xml |
( |
const tinyxml2::XMLDocument & |
doc, |
|
|
result & |
entries, |
|
|
const identifier_config & |
config = default_identifier_config() |
|
) |
| |
|
inlinestatic |
◆ read_from_xml() [2/2]
static bool cgv::app::color_map_reader::read_from_xml |
( |
const tinyxml2::XMLElement & |
elem, |
|
|
result & |
entries, |
|
|
const identifier_config & |
config = default_identifier_config() |
|
) |
| |
|
inlinestatic |
◆ read_from_xml_file()
static bool cgv::app::color_map_reader::read_from_xml_file |
( |
const std::string & |
file_name, |
|
|
result & |
entries, |
|
|
const identifier_config & |
config = default_identifier_config() |
|
) |
| |
|
inlinestatic |
◆ read_from_xml_string()
static bool cgv::app::color_map_reader::read_from_xml_string |
( |
const std::string & |
xml, |
|
|
result & |
entries, |
|
|
const identifier_config & |
config = default_identifier_config() |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: