The SIMION SL Toolkit (version 1.2.1.0 - 2004-11-09) |
simion Namespace Reference
Detailed Description
The SIMION namespace for the SIMION SL Toolkit.
This namespace holds all SIMION SL Toolkit classes and members. Example:
#include <simion/pa.h>
#include <iostream>
using namespace simion;
using namespace std;
int main() {
PA pa();
cout << pa.header_patxt() << endl;
return 0;
}
Enumeration Type Documentation
|
|
potential array field types.
- Enumeration values:
-
| ELECTROSTATIC |
electrostatic |
| MAGNETIC |
magnetic |
|
|
|
Bits definitions for the "mirror" field in the header of a PA file.
- See also:
- PAHeader.
- Enumeration values:
-
| MIRROR_X |
array mirrored in x |
| MIRROR_Y |
array mirrored in y |
| MIRROR_Z |
array mirrored in z |
| MAGNETIC_PA |
is magnetic potential array (else assumed electrostatic array) |
|
|
|
symmetry constants.
- Enumeration values:
-
| CYLINDRICAL |
cylindrical symmetry |
| PLANAR |
planar symmetry |
|
(c) 2003-2004. Scientific Instrument Services, Inc. All Rights Reserved.
|
Please report any errors/comments regarding this web page: