| [1337] | 1 | $Id: README,v 1.5 2007/08/07 03:37:36 kmura Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4Py - A Geant4-Python Bridge
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Tests Module
|
|---|
| 9 | ------------
|
|---|
| 10 |
|
|---|
| 11 | This module collects a set of tests for python wrapping of C++ elements.
|
|---|
| 12 |
|
|---|
| 13 | Note:
|
|---|
| 14 | - "testXX" directories contain tests without Geant4 package.
|
|---|
| 15 | - "gtestXX" directories contain tests with Geant4 package.
|
|---|
| 16 |
|
|---|
| 17 | -------------------------------------------------------------------
|
|---|
| 18 | test00 ## hallo world (K.M)
|
|---|
| 19 | test01 ## simple class wrapping (K.M)
|
|---|
| 20 | test02 ## simple inheritance (K.M)
|
|---|
| 21 | test03 ## singleton w/o public constructor (K.M)
|
|---|
| 22 | ## can NOT be compiled.
|
|---|
| 23 | test04 ## call policies (K.M)
|
|---|
| 24 | test05 ## function overloading & default arguments (K.M)
|
|---|
| 25 | test06 ## python inheritabce from base class (K.M)
|
|---|
| 26 | test07 ## enums (K.M)
|
|---|
| 27 | test08 ## static member function (K.M)
|
|---|
| 28 | test09 ## operators (K.M)
|
|---|
| 29 | test10 ## call by-reference (K.M)
|
|---|
| 30 | test11 ## no_init (K.M)
|
|---|
| 31 | test12 ## indexing a STL vector (K.M)
|
|---|
| 32 | test13 ## test for a list argument/return (K.M)
|
|---|
| 33 | -------------------------------------------------------------------
|
|---|
| 34 | gtest01 ## user application (K.M)
|
|---|
| 35 | gtest02 ## test for using site-module packages (K.M)
|
|---|
| 36 | gtest03 ## test for EZsim package (K.M)
|
|---|
| 37 | gtest04 ## test for getting command tree and command information (K.M)
|
|---|
| 38 | gtest05 ## test for constructing CSG geometries in Python (K.M)
|
|---|
| 39 | gtest06 ## test for constructing/visualizing boolean geoemtries (K.M)
|
|---|
| 40 | gtest07 ## test for checking overlapped geometries (K.M)
|
|---|