MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / getNumFibers

Method getNumFibers

SRC/material/section/repres/section/FiberSectionRepr.cpp:431–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429
430
431int
432FiberSectionRepr::getNumFibers(void) const
433{
434 return numFibers;
435}
436
437Fiber **
438FiberSectionRepr::getFibers(void) const

Callers 5

TclCommand_addFiberFunction · 0.45
buildSectionFunction · 0.45
buildSectionIntFunction · 0.45
buildSectionThermalFunction · 0.45
buildSectionAsymFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected