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

Method write

SRC/handler/FileStream.cpp:292–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292int
293FileStream::write(Vector &data)
294{
295 if (fileOpen == 0)
296 this->open();
297
298 this->indent();
299 (*this) << data << endln;
300
301 return 0;
302}
303
304
305

Callers 15

writeFunction · 0.45
toOpenSeesPyFunction · 0.45
sendIDMethod · 0.45
resetFilePointersMethod · 0.45
sendIDMethod · 0.45
sendMatrixMethod · 0.45
sendVectorMethod · 0.45
openFileMethod · 0.45
printshowFunction · 0.45
Vector.cppFile · 0.45

Calls 2

openMethod · 0.95
indentMethod · 0.95

Tested by 3

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36