38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
$Id: README,v 1.2 2006/04/25 07:54:28 kmura Exp $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4Py - A Geant4-Python Bridge
|
|
=========================================================
|
|
|
|
Tests Module
|
|
------------
|
|
|
|
This module collects a set of tests for python wrapping of C++ elements.
|
|
|
|
Note:
|
|
- "testXX" directories contain tests without Geant4 package.
|
|
- "gtestXX" directories contain tests with Geant4 package.
|
|
|
|
-------------------------------------------------------------------
|
|
test00 ## hallo world (K.M)
|
|
test01 ## simple class wrapping (K.M)
|
|
test02 ## simple inheritance (K.M)
|
|
test03 ## singleton w/o public constructor (K.M)
|
|
## can NOT be compiled.
|
|
test04 ## call policies (K.M)
|
|
test05 ## function overloading & default arguments (K.M)
|
|
test06 ## python inheritabce from base class (K.M)
|
|
test07 ## enums (K.M)
|
|
test08 ## static member function (K.M)
|
|
test09 ## operators (K.M)
|
|
test10 ## call by-reference (K.M)
|
|
test11 ## no_init (K.M)
|
|
test12 ## indexing a STL vector (K.M)
|
|
test13 ## test for a list argument/return (K.M)
|
|
-------------------------------------------------------------------
|
|
gtest01 ## user application (K.M)
|
|
gtest02 ## test for using site-module packages (K.M)
|
|
gtest03 ## test for EZsim package (K.M)
|
|
|