COVISE Core
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Public Member Functions | Public Attributes | List of all members
covise::coChemicalElement Class Reference

#include <coChemicalElement.h>

Public Member Functions

 coChemicalElement ()
 
 coChemicalElement (int number, std::string n, std::string sym, float r, float re, float g, float b)
 
 coChemicalElement (const coChemicalElement &ce)
 

Public Attributes

bool valid = false
 
int number = 0
 
std::string name
 
std::string symbol
 
float radius
 
float color [4]
 

Constructor & Destructor Documentation

covise::coChemicalElement::coChemicalElement ( )
covise::coChemicalElement::coChemicalElement ( int  number,
std::string  n,
std::string  sym,
float  r,
float  re,
float  g,
float  b 
)
covise::coChemicalElement::coChemicalElement ( const coChemicalElement ce)

Member Data Documentation

float covise::coChemicalElement::color[4]
std::string covise::coChemicalElement::name
int covise::coChemicalElement::number = 0
float covise::coChemicalElement::radius
std::string covise::coChemicalElement::symbol
bool covise::coChemicalElement::valid = false

The documentation for this class was generated from the following files: