|
Geant4.10
|
#include <boost/python.hpp>#include "vector_indexing_suite.hpp"#include <vector>#include <iostream>Go to the source code of this file.
Data Structures | |
| class | AClass |
Typedefs | |
| typedef std::vector< AClass * > | AVector |
Functions | |
| void | PrintVector (const AVector &vec) |
| BOOST_PYTHON_MODULE (test12) | |
| BOOST_PYTHON_MODULE | ( | test12 | ) |
Definition at line 84 of file test12.cc.
References AClass::GetIVal(), AClass::Print(), PrintVector(), and AClass::SetIVal().
Definition at line 72 of file test12.cc.
References pyG4Element::Print().
Referenced by BOOST_PYTHON_MODULE().
1.8.7