COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
coChemicalElement.h
Go to the documentation of this file.
1 /* This file is part of COVISE.
2 
3  You can use it under the terms of the GNU Lesser General Public License
4  version 2.1 or later, see lgpl-2.1.txt.
5 
6  * License: LGPL 2+ */
7 
8 #ifndef CO_CHEMICAL_ELEMENT_H
9 #define CO_CHEMICAL_ELEMENT_H
10 
11 #include <util/coExport.h>
12 #include <string>
13 
15 
16 namespace covise
17 {
18 
20 {
21  int number;
24 
25  enum
26  {
27  Number = 118
28  };
29  static coChemicalElement all[Number];
30 };
31 }
32 #endif
Definition: coChemicalElement.h:19
std::string name
Definition: coChemicalElement.h:22
std::string symbol
Definition: coChemicalElement.h:23
#define ALGEXPORT
Definition: coExport.h:313
GLsizei const GLchar *const * string
Definition: khronos-glext.h:6750
int number
Definition: coChemicalElement.h:21