Bsoft object
enum StarType
Source:
include/rwstar.h
Description:
Types of elements in a STAR database.
Features:
Comments are ignored but passed to output files.
Numbers are either integer or floating point.
Code:
| enum StarType {
|
| CommentItem = 0,
| |
| StringItem = 1,
| |
| NumberItem = 2
| |
| } ;
| |
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home