Jpp  18.1.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JDYNAMICS::JPreloader Struct Reference

Auxiliary data structure to pre-load auxiliary data in memory. More...

#include <JDynamics.hh>

Inheritance diagram for JDYNAMICS::JPreloader:
JDYNAMICS::JDynamics

Public Member Functions

 JPreloader (const int id)
 Constructor. More...
 

Detailed Description

Auxiliary data structure to pre-load auxiliary data in memory.

Definition at line 63 of file JDynamics.hh.

Constructor & Destructor Documentation

JDYNAMICS::JPreloader::JPreloader ( const int  id)
inline

Constructor.

Parameters
iddetector identifier

Definition at line 69 of file JDynamics.hh.

70  {
71  using namespace JPP;
72 
73  getMechanics.load(id);
74  }
static JDetectorMechanics getMechanics
Function object to get string mechanics.
Definition: JMechanics.hh:242
void load(const std::string &file_name)
Load mechanical model parameters from file.
Definition: JMechanics.hh:137

The documentation for this struct was generated from the following file: