Go to the source code of this file.
|
void | CASM::from_json (DoFSpace &dofspace, jsonParser const &json, std::shared_ptr< Structure const > const &shared_prim) |
|
jsonParser & | CASM::to_json (DoFSpace const &dofspace, jsonParser &json, std::optional< std::string > const &identifier=std::nullopt, std::optional< ConfigEnumInput > const &input_state=std::nullopt, std::optional< VectorSpaceSymReport > const &sym_report=std::nullopt) |
|
jsonParser & | CASM::to_json (DoFSpace const &dofspace, jsonParser &json, std::optional< std::string > const &identifier, std::optional< ConfigEnumInput > const &input_state, std::optional< SymRepTools_v2::VectorSpaceSymReport > const &sym_report) |
|
void | CASM::parse (InputParser< AxesCounterParams > &parser, Index dof_space_dimension) |
|