#include <FrameSections.h>
|
static int | addSteelTubeSection (string nam, string mat, double d, double w, double fT, double wT, double R, string *rv_D, string *rv_W, string *rv_FT, string *rv_WT, string *rv_R) |
|
static int | readObjects (json_t *, map< string, FrameSection * > &theFrameSections) |
|
static int | writeObjects (json_t *) |
|
static int | removeFrameSection (string name) |
|
static FrameSection * | getFrameSection (string name) |
|
static int | removeAllFrameSection (void) |
|
Definition at line 64 of file FrameSections.h.
SteelTubeSection::SteelTubeSection |
( |
| ) |
|
SteelTubeSection::~SteelTubeSection |
( |
| ) |
|
int SteelTubeSection::addSteelTubeSection |
( |
string |
nam, |
|
|
string |
mat, |
|
|
double |
d, |
|
|
double |
w, |
|
|
double |
fT, |
|
|
double |
wT, |
|
|
double |
R, |
|
|
string * |
rv_D, |
|
|
string * |
rv_W, |
|
|
string * |
rv_FT, |
|
|
string * |
rv_WT, |
|
|
string * |
rv_R |
|
) |
| |
|
static |
int SteelTubeSection::readFromJSON |
( |
json_t * |
theObject | ) |
|
|
virtual |
int SteelTubeSection::writeBeamSectionJSON |
( |
json_t * |
uniaxialArray | ) |
|
|
virtual |
int SteelTubeSection::writeToJSON |
( |
json_t * |
theArray | ) |
|
|
virtual |
double SteelTubeSection::depth |
double SteelTubeSection::flangeT |
string SteelTubeSection::material |
double SteelTubeSection::r |
string* SteelTubeSection::rvD |
string* SteelTubeSection::rvFT |
string* SteelTubeSection::rvR |
string* SteelTubeSection::rvW |
string* SteelTubeSection::rvWT |
double SteelTubeSection::webT |
double SteelTubeSection::width |
The documentation for this class was generated from the following files: