ChimeraTK-ApplicationCore 04.06.00
Loading...
Searching...
No Matches
VisitorHelper.h
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#pragma once
4
5#include <string>
6
7namespace ChimeraTK {
8 class VariableNetworkNode;
9
10 namespace detail {
11
12 std::string encodeDotNodeName(std::string name);
13 std::string nodeName(const VariableNetworkNode& node);
14
15 } // namespace detail
16} // namespace ChimeraTK
InvalidityTracer application module.