#include <Grid2Options.hpp>
|  | 
| static const std::array< std::string, 2 > | tiling_names = {{"bcc", "diagonal"}} | 
|  | 
Definition at line 13 of file Grid2Options.hpp.
 
◆ TilingType
◆ get_coordinate_name()
  
  | 
        
          | std::optional< std::string > wmtk::components::procedural::Grid2Options::get_coordinate_name | ( |  | ) | const |  | inline | 
 
 
◆ from_json
  
  | 
        
          | void from_json | ( | const nlohmann::json & | nlohmann_json_j, |  
          |  |  | Grid2Options & | nlohmann_json_t |  
          |  | ) |  |  |  | friend | 
 
 
◆ to_json
  
  | 
        
          | void to_json | ( | nlohmann::json & | nlohmann_json_j, |  
          |  |  | const Grid2Options & | nlohmann_json_t |  
          |  | ) |  |  |  | friend | 
 
 
◆ coordinates
      
        
          | std::optional<Coordinates> wmtk::components::procedural::Grid2Options::coordinates | 
      
 
 
◆ cycles
      
        
          | std::bitset<2> wmtk::components::procedural::Grid2Options::cycles | 
      
 
 
◆ dimensions
      
        
          | std::array<int64_t, 2> wmtk::components::procedural::Grid2Options::dimensions | 
      
 
 
◆ tiling_names
  
  | 
        
          | const std::array< std::string, 2 > wmtk::components::procedural::Grid2Options::tiling_names = {{"bcc", "diagonal"}} |  | static | 
 
 
◆ tiling_type
      
        
          | TilingType wmtk::components::procedural::Grid2Options::tiling_type | 
      
 
 
The documentation for this class was generated from the following files: