ChimeraTK-ApplicationCore
04.06.00
Loading...
Searching...
No Matches
FactoryInstance.cc
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Deutsches Elektronen-Synchrotron DESY, MSK, ChimeraTK Project <chimeratk-support@desy.de>
2
// SPDX-License-Identifier: LGPL-3.0-or-later
3
4
/*
5
* This example is explained as part of the \ref conceptualOverview. Please refere there for step-by-step explanations.
6
* Reading the full example might not be a good starting point for learning ApplicationCore as it can be overwelming
7
* and lacks important background information.
8
*
9
* Please ignore all comments of the format "//! [some name]", those are used for Doxygen to include code snippets in
10
* the documentation pages.
11
*/
12
13
#include "
ExampleApp.h
"
14
15
#include <ChimeraTK/ApplicationCore/EnableXMLGenerator.h>
16
17
/**********************************************************************************************************************/
18
19
static
ctk::ApplicationFactory<ExampleApp> appFactory(
"demo_example"
);
20
21
/**********************************************************************************************************************/
ExampleApp.h
sources
ChimeraTK-ApplicationCore
example
src_factory
FactoryInstance.cc
Generated by
1.9.8