Geant4.10
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyQmaterials.cc File Reference
#include <boost/python.hpp>

Go to the source code of this file.

Functions

void Construct ()
 
 BOOST_PYTHON_MODULE (Qmaterials)
 

Function Documentation

BOOST_PYTHON_MODULE ( Qmaterials  )

Definition at line 47 of file pyQmaterials.cc.

References Construct().

47  {
48  def("Construct", Construct);
49 }
void Construct()
Definition: pyExN01geom.cc:48
void Construct ( )