PolyFEM
|
#include <GeogramUtils.hpp>
Public Member Functions | |
void | initialize () |
void | set_logger (spdlog::logger &logger) |
Static Public Member Functions | |
static GeogramUtils & | instance () |
Private Member Functions | |
GeogramUtils () | |
Private Attributes | |
bool | initialized = false |
Definition at line 7 of file GeogramUtils.hpp.
|
inlineprivate |
Definition at line 23 of file GeogramUtils.hpp.
void polyfem::utils::GeogramUtils::initialize | ( | ) |
Definition at line 57 of file GeogramUtils.cpp.
References initialized.
Referenced by polyfem::OptState::OptState(), and polyfem::State::State().
|
inlinestatic |
Definition at line 11 of file GeogramUtils.hpp.
Referenced by polyfem::OptState::create_states(), polyfem::State::init_logger(), polyfem::OptState::OptState(), and polyfem::State::State().
void polyfem::utils::GeogramUtils::set_logger | ( | spdlog::logger & | logger | ) |
Definition at line 76 of file GeogramUtils.cpp.
References polyfem::logger().
Referenced by polyfem::OptState::create_states(), and polyfem::State::init_logger().
|
private |
Definition at line 25 of file GeogramUtils.hpp.
Referenced by initialize().