9            base::Property::Type type_ = base::Property::Type::Double;
 
   10            bool                 multiple_ = 
false;
 
   11            bool                 advanced_ = 
false;
 
   12            bool                 readOnly_ = 
false;
 
 
   19            bool                  liquefaction_ = 
false;
 
   20            bool                  withOrietation_ = 
false;
 
   21            bool                  withKGEv_ = 
false;
 
   22            std::vector<PropInfo> properties_;
 
 
   27            double density_ = 0.0; 
 
   30            std::vector<base::Property> values_;
 
   32            void clear() { density_ = 0.0; keyword_ = string(); modelInfo_.properties_.clear(); values_.clear(); }
 
 
   34        virtual StringList getAllModelKeywords() 
const=0;
 
   35        virtual ModelInfo  getModelInfo(
const string &keyword) 
const=0;
 
 
Definition basestring.h:71
Definition igenericmodellist.h:4
Definition igenericmodellist.h:15
Definition igenericmodellist.h:26
Definition igenericmodellist.h:7