Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
HAPI_Node_internal.cc
Go to the documentation of this file.
1/*
2# <<BEGIN-copyright>>
3# Copyright 2019, Lawrence Livermore National Security, LLC.
4# This file is part of the gidiplus package (https://github.com/LLNL/gidiplus).
5# gidiplus is licensed under the MIT license (see https://opensource.org/licenses/MIT).
6# SPDX-License-Identifier: MIT
7# <<END-copyright>>
8*/
9
10#include "HAPI.hpp"
11
12namespace HAPI {
13
15 m_type( a_type ) {
16}
17
19 m_type( a_node.type( ) ) {
20}
21
22/*
23============================================================
24======================= destructor =========================
25============================================================
26 *
27 * @return
28 */
32
33}
NodeInteralType type() const
Definition HAPI.hpp:119
Node_internal(NodeInteralType a_type)
Definition HAPI.hpp:34
NodeInteralType
Definition HAPI.hpp:36