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
12
namespace
HAPI
{
13
14
Node_internal::Node_internal
(
NodeInteralType
a_type ) :
15
m_type( a_type ) {
16
}
17
18
Node_internal::Node_internal
(
Node_internal
const
&a_node ) :
19
m_type( a_node.
type
( ) ) {
20
}
21
22
/*
23
============================================================
24
======================= destructor =========================
25
============================================================
26
*
27
* @return
28
*/
29
Node_internal::~Node_internal
( ) {
30
31
}
32
33
}
HAPI.hpp
HAPI::Node_internal::type
NodeInteralType type() const
Definition
HAPI.hpp:119
HAPI::Node_internal::~Node_internal
virtual ~Node_internal()=0
Definition
HAPI_Node_internal.cc:29
HAPI::Node_internal::Node_internal
Node_internal(NodeInteralType a_type)
Definition
HAPI_Node_internal.cc:14
HAPI
Definition
HAPI.hpp:34
HAPI::NodeInteralType
NodeInteralType
Definition
HAPI.hpp:36
geant4-v11.4.0
source
processes
hadronic
models
lend
src
HAPI_Node_internal.cc
Generated by
1.16.1