DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
#include <Surface.h>
Public Member Functions | |
SurfaceList ()=default | |
defaul c'tor - allow to set ownership for surfaces More... | |
SurfaceList (bool isOwner) | |
defaul c'tor - allow to set ownership for surfaces More... | |
SurfaceList (const SurfaceList &other)=default | |
copy c'tor More... | |
SurfaceList (const DetElement &) | |
required c'tor for extension mechanism More... | |
SurfaceList (const SurfaceList &, const DetElement &) | |
required c'tor for extension mechanism More... | |
virtual | ~SurfaceList () |
d'tor deletes all owned surfaces More... | |
Protected Attributes | |
bool | _isOwner {false} |
std::list of Surfaces that optionally takes ownership.
|
default |
defaul c'tor - allow to set ownership for surfaces
|
inline |
|
default |
copy c'tor
|
inline |
|
inline |
|
virtual |
d'tor deletes all owned surfaces
Definition at line 519 of file Surface.cpp.