|  | OGS
    | 
Definition at line 21 of file Property.h.
#include <Property.h>
| Public Member Functions | |
| bool | checkID (std::string const &id_string) const | 
| Public Attributes | |
| std::size_t | _property_id {} | 
| std::string | _property_name | 
| std::string | _property_class_name | 
| std::string | _property_unit | 
| std::string | _property_data_type | 
| std::string | _property_data_fname | 
| double | _property_no_data_value {} | 
| std::vector< double > | _property_data | 
| 
 | inline | 
Definition at line 31 of file Property.h.
References _property_id, and ERR().
Referenced by FileIO::Gocad::parseGocadPropertyMetaData().
| std::string FileIO::Gocad::Property::_property_class_name | 
Definition at line 25 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| std::vector<double> FileIO::Gocad::Property::_property_data | 
Definition at line 43 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), and FileIO::Gocad::GocadSGridReader::parseFaceSet().
| std::string FileIO::Gocad::Property::_property_data_fname | 
Definition at line 28 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::operator<<(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| std::string FileIO::Gocad::Property::_property_data_type | 
Definition at line 27 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::operator<<(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| std::size_t FileIO::Gocad::Property::_property_id {} | 
Definition at line 23 of file Property.h.
Referenced by checkID(), FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::operator<<(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| std::string FileIO::Gocad::Property::_property_name | 
Definition at line 24 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::operator<<(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| double FileIO::Gocad::Property::_property_no_data_value {} | 
Definition at line 29 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().
| std::string FileIO::Gocad::Property::_property_unit | 
Definition at line 26 of file Property.h.
Referenced by FileIO::Gocad::GocadSGridReader::mapRegionFlagsToCellProperties(), FileIO::Gocad::GocadSGridReader::parseFaceSet(), and FileIO::Gocad::parseGocadPropertyMetaData().