Geant4-11
Namespaces | Functions | Variables
pyG4RandomDirection.cc File Reference
#include <boost/python.hpp>
#include "G4RandomDirection.hh"

Go to the source code of this file.

Namespaces

namespace  pyG4RandomDirection
 

Functions

void export_G4RandomDirection ()
 

Variables

G4ThreeVector(* pyG4RandomDirection::G4RandomDirection_1 )() = G4RandomDirection
 
G4ThreeVector(* pyG4RandomDirection::G4RandomDirection_2 )(double) = G4RandomDirection
 

Function Documentation

◆ export_G4RandomDirection()

void export_G4RandomDirection ( )

Definition at line 51 of file pyG4RandomDirection.cc.

52{
53 def("G4RandomDirection", G4RandomDirection_1);
54 def("G4RandomDirection", G4RandomDirection_2);
55}
G4ThreeVector(* G4RandomDirection_2)(double)
G4ThreeVector(* G4RandomDirection_1)()

References pyG4RandomDirection::G4RandomDirection_1, and pyG4RandomDirection::G4RandomDirection_2.

Referenced by BOOST_PYTHON_MODULE().