Geogram
Version 1.9.1-rc
A programming library of geometric algorithms
|
This is the complete list of members for GEO::GeoFile, including all inherited members.
ascii_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
ascii_attribute_read_ (defined in GEO::GeoFile) | GEO::GeoFile | protectedstatic |
ascii_attribute_write_ (defined in GEO::GeoFile) | GEO::GeoFile | protectedstatic |
ascii_file_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
AsciiAttributeSerializer typedef | GEO::GeoFile | |
attribute_sets_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
check_chunk_size() | GEO::GeoFile | |
check_zlib_version() | GEO::GeoFile | |
clear_attribute_maps() | GEO::GeoFile | |
current_chunk_class() const | GEO::GeoFile | inline |
current_chunk_class_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
current_chunk_file_pos_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
current_chunk_size() const | GEO::GeoFile | inline |
current_chunk_size_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
file_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
filename_ (defined in GEO::GeoFile) | GEO::GeoFile | protected |
find_attribute_set(const std::string &name) | GEO::GeoFile | inline |
find_attribute_set(const std::string &name) const | GEO::GeoFile | inline |
GeoFile(const std::string &filename) | GEO::GeoFile | |
is_ascii() const | GEO::GeoFile | inline |
read_chunk_class() | GEO::GeoFile | |
read_chunk_header() | GEO::GeoFile | |
read_int() | GEO::GeoFile | |
read_size() | GEO::GeoFile | |
read_string() | GEO::GeoFile | |
read_string_array(std::vector< std::string > &strings) | GEO::GeoFile | |
register_ascii_attribute_serializer(const std::string &type_name, AsciiAttributeSerializer read, AsciiAttributeSerializer write) | GEO::GeoFile | static |
string_array_size(const std::vector< std::string > &strings) const | GEO::GeoFile | |
string_size(const std::string &s) const | GEO::GeoFile | inline |
write_chunk_class(const std::string &chunk_class) | GEO::GeoFile | |
write_chunk_header(const std::string &chunk_class, size_t size) | GEO::GeoFile | |
write_int(index_t x, const char *comment=nullptr) | GEO::GeoFile | |
write_size(size_t x) | GEO::GeoFile | |
write_string(const std::string &s, const char *comment=nullptr) | GEO::GeoFile | |
write_string_array(const std::vector< std::string > &strings) | GEO::GeoFile | |
~GeoFile() | GEO::GeoFile |