![]() |
ChimeraTK-ApplicationCore 04.06.00
|
#include "ApplicationModule.h"#include "ArrayAccessor.h"#include "ScalarAccessor.h"#include <ChimeraTK/SupportedUserTypes.h>#include <map>#include <unordered_map>#include <utility>
Include dependency graph for ConfigReader.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ChimeraTK::ConfigReader |
| Generic module to read an XML config file and provide the defined values as constant variables. More... | |
| struct | ChimeraTK::ConfigReader::Var< T > |
| Class holding the value and the accessor for one configuration variable. More... | |
| struct | ChimeraTK::ConfigReader::Array< T > |
| Class holding the values and the accessor for one configuration array. More... | |
Namespaces | |
| namespace | ChimeraTK |
| InvalidityTracer application module. | |