Definition at line 50 of file MeshQualityDriver.H.
Classes | |
struct | Files |
struct | Opts |
Public Member Functions | |
CheckMeshQualDriver (Files files) | |
const Files & | getFiles () const |
void | setFiles (Files files) |
Static Public Member Functions | |
static std::unique_ptr< NemDriver > | readJSON (const jsoncons::json &inputjson) |
Factory method for all drivers. More... | |
Private Member Functions | |
CheckMeshQualDriver () | |
void | execute () const override |
Run the workflow represented by the driver. More... | |
Static Private Member Functions | |
static Opts | getOpts () |
Private Attributes | |
Files | files_ |
Inherits NEM::DRV::MeshQualityDriver.
|
explicit |
Definition at line 45 of file MeshQualityDriver.C.
|
private |
Definition at line 48 of file MeshQualityDriver.C.
|
overrideprivatevirtual |
Implements NEM::DRV::NemDriver.
Definition at line 60 of file MeshQualityDriver.C.
References meshBase::Create(), files_, NEM::DRV::CheckMeshQualDriver::Files::inputMeshFile, mesh, and NEM::DRV::CheckMeshQualDriver::Files::outputFile.
const CheckMeshQualDriver::Files & NEM::DRV::CheckMeshQualDriver::getFiles | ( | ) | const |
|
staticprivate |
Definition at line 50 of file MeshQualityDriver.C.
|
staticinherited |
inputjson | json input with "Program Type" key |
Definition at line 37 of file NemDriver.C.
Referenced by NEM::DRV::MeshGenDriver::MeshGenDriver().
void NEM::DRV::CheckMeshQualDriver::setFiles | ( | Files | files | ) |
|
private |
Definition at line 71 of file MeshQualityDriver.H.
Referenced by execute(), getFiles(), and setFiles().