#include <FrameSections.h>
|
static int | addSteelWSection (string nam, string mat, double d, double fW, double fT, double wT, double R, string *rv_D, string *rv_FW, 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 37 of file FrameSections.h.
SteelWSection::SteelWSection |
( |
| ) |
|
SteelWSection::~SteelWSection |
( |
| ) |
|
int SteelWSection::addSteelWSection |
( |
string |
nam, |
|
|
string |
mat, |
|
|
double |
d, |
|
|
double |
fW, |
|
|
double |
fT, |
|
|
double |
wT, |
|
|
double |
R, |
|
|
string * |
rv_D, |
|
|
string * |
rv_FW, |
|
|
string * |
rv_FT, |
|
|
string * |
rv_WT, |
|
|
string * |
rv_R |
|
) |
| |
|
static |
int SteelWSection::readFromJSON |
( |
json_t * |
theObject | ) |
|
|
virtual |
int SteelWSection::writeBeamSectionJSON |
( |
json_t * |
uniaxialArray | ) |
|
|
virtual |
int SteelWSection::writeToJSON |
( |
json_t * |
theArray | ) |
|
|
virtual |
double SteelWSection::depth |
double SteelWSection::flangeT |
double SteelWSection::flangeW |
string SteelWSection::material |
string* SteelWSection::rvD |
string* SteelWSection::rvFT |
string* SteelWSection::rvFW |
string* SteelWSection::rvR |
string* SteelWSection::rvWT |
double SteelWSection::webT |
The documentation for this class was generated from the following files: