G4OCCT 0.1.0
Geant4 interface to Open CASCADE Technology (OCCT) geometry definitions
Loading...
Searching...
No Matches
G4OCCT_STEPAssembly_impl.hh
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later
2// Copyright (C) 2026 G4OCCT Contributors
3
11
12#ifndef G4OCCT_DD4HEP_STEPAssembly_impl_hh
13#define G4OCCT_DD4HEP_STEPAssembly_impl_hh
14
15#include <map>
16#include <string>
17
18class G4Material;
19
25int G4OCCT_ImportSTEPAssembly(const std::string& path,
26 const std::map<std::string, G4Material*>& materials);
27
28#endif // G4OCCT_DD4HEP_STEPAssembly_impl_hh
int G4OCCT_ImportSTEPAssembly(const std::string &path, const std::map< std::string, G4Material * > &materials)