#include <a_material.h>
|  | 
| static const std::string | help () | 
|  | get information about the class  More... 
 | 
|  | 
Definition at line 23 of file a_material.h.
 
◆ a_material() [1/3]
  
  | 
        
          | a_material::a_material | ( |  | ) |  |  | inline | 
 
 
◆ a_material() [2/3]
◆ a_material() [3/3]
  
  | 
        
          | a_material::a_material | ( | const std::string & | name, |  
          |  |  | double | density |  
          |  | ) |  |  |  | inline | 
 
 
◆ density() [1/2]
  
  | 
        
          | double a_material::density | ( |  | ) | const |  | inline | 
 
 
◆ density() [2/2]
  
  | 
        
          | void a_material::density | ( | const double | density | ) |  |  | inline | 
 
 
◆ help()
  
  | 
        
          | const std::string a_material::help | ( |  | ) |  |  | static | 
 
 
◆ name() [1/2]
  
  | 
        
          | std::string a_material::name | ( |  | ) | const |  | inline | 
 
 
◆ name() [2/2]
  
  | 
        
          | void a_material::name | ( | const std::string | name | ) |  |  | inline | 
 
 
◆ read()
  
  | 
        
          | void a_material::read | ( | std::istream & | i | ) |  |  | virtual | 
 
 
◆ ref() [1/2]
  
  | 
        
          | int a_material::ref | ( |  | ) | const |  | inline | 
 
 
◆ ref() [2/2]
  
  | 
        
          | void a_material::ref | ( | const int | ref | ) |  |  | inline | 
 
 
◆ write()
  
  | 
        
          | void a_material::write | ( | std::ostream & | o | ) | const |  | virtual | 
 
 
◆ density_
  
  | 
        
          | double a_material::density_ |  | protected | 
 
 
◆ name_
  
  | 
        
          | std::string a_material::name_ |  | protected | 
 
 
◆ ref_
The documentation for this class was generated from the following files: