|
void | setInitialPosition (const Vector &) |
|
const Vector & | getInitialPosition (void) const |
|
void | setFinalPosition (const Vector &) |
|
const Vector & | getFinalPosition (void) const |
|
void | setInitialPos (const Pos2d &) |
|
Pos2d | getInitialPos (void) const |
|
void | setFinalPos (const Pos2d &) |
|
Pos2d | getFinalPos (void) const |
|
const VectorReinfBar & | getReinfBars (void) const |
| Returns an array of reinforcement bars.
|
|
double | getMaxY (void) const |
|
double | getMaxZ (void) const |
|
double | getMinY (void) const |
|
double | getMinZ (void) const |
|
Segment2d | getLineSegment (void) const |
| Returns the segment that lies both ends.
|
|
double | getLength (void) const |
|
double | getSpacement (void) const |
| Returns spacement between rebars.
|
|
void | Print (std::ostream &s, int flag=0) const |
| Imprime.
|
|
virtual void | setNumReinfBars (int numReinfBars) |
| Set the number or rebars in the layer.
|
|
virtual int | getNumReinfBars (void) const |
| Returns the number of bars of the layer.
|
|
virtual void | setReinfBarDiameter (double reinfBarDiameter) |
| Sets bars diameter.
|
|
virtual const double & | getReinfBarDiameter (void) const |
| Returns the bars diameter.
|
|
virtual void | setReinfBarArea (double reinfBarArea) |
| Sets the bars area.
|
|
virtual const double & | getReinfBarArea (void) const |
| Returns the bars area.
|
|
void | getBarrasIn (const Polygon2d &, ListReinfLayer &, bool) |
| Returns the barras contenidas total o parcialmente en el polĂgono.
|
|
void | getBarrasIn (const HalfPlane2d &, ListReinfLayer &, bool) |
| Returns the barras contenidas total o parcialmente en el half-plane.
|
|
const GeomSection * | getGeomSection (void) const |
| Returns a reference to the (GeomSection) owner object.
|
|
double | getCover (void) const |
| Returns the minimum value for rebar cover.
|
|
Vector | getCenterOfMass (void) const |
| Returns the reinforcement layer centroid.
|
|
double | getArea (void) const |
| Return the area of the bars.
|
|
VectorReinfBar & | getReinfBars (void) |
| Return a vector containing the bars of the layer.
|
|
| DiscretBase (Material *mat) |
| Constructor.
|
|
void | setMaterialPtr (Material *mat) |
| Set the material.
|
|
Material * | getMaterialPtr (void) const |
| Get a pointer to the material.
|
|
Set of rebars distributed along a segment.