#include <Beam.h>
Definition at line 10 of file Beam.h.
int Beam::addBeam |
( |
string |
name, |
|
|
string |
floor, |
|
|
string |
cline1, |
|
|
string |
cline2, |
|
|
string |
section, |
|
|
double |
angle |
|
) |
| |
|
static |
Beam * Beam::getBeam |
( |
string |
name | ) |
|
|
static |
int Beam::readFromJSON |
( |
json_t * |
theObject | ) |
|
int Beam::readObjects |
( |
json_t * |
sectArray, |
|
|
map< string, Beam * > & |
theBeams |
|
) |
| |
|
static |
int Beam::removeAllBeam |
( |
void |
| ) |
|
|
static |
int Beam::removeBeam |
( |
string |
name | ) |
|
|
static |
int Beam::writeObjects |
( |
json_t * |
sectArray | ) |
|
|
static |
int Beam::writeToJSON |
( |
json_t * |
theArray | ) |
|
map< string, Beam * > Beam::theBeams |
|
static |
The documentation for this class was generated from the following files: