Ignore:
Timestamp:
07/03/20 00:32:23 (4 years ago)
Author:
Maciej Komosinski
Message:
  • separate "0" and "0s" formats (for SHAPE_BALL_AND_STICK and SHAPE_SOLIDS, respectively)
  • converting to format list (Geno::F0_FORMAT_LIST = "0,0s")
  • (optional) declaring Model as SHAPE_BALL_AND_STICK or SHAPE_SOLIDS (or SHAPE_UNKNOWN)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/genetics/geno.h

    r955 r972  
    129129        static GenoConvManager* useConverters(GenoConvManager* gcm);
    130130        static GenoConvManager* getConverters();
     131
     132        static bool formatIsOneOf(const SString& format, const SString& format_list);
     133        static bool isF0Format(const SString& format_list);
     134        static const SString F0_FORMAT_LIST;
    131135};
    132136
Note: See TracChangeset for help on using the changeset viewer.