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

Function write

SRC/recorder/MPCORecorder.cpp:973–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971 // higher level c++ utils
972
973 herr_t write(hid_t obj, const char *attr_name, int attr_data)
974 {
975 return writei(obj, attr_name, &attr_data, 1);
976 }
977 herr_t write(hid_t obj, const char *attr_name, const std::vector<int> &attr_data)
978 {
979 if (attr_data.size() > 0) {

Callers 11

createResultGroupFunction · 0.70
recordMethod · 0.70
recordMethod · 0.70
writeModelMethod · 0.70
writeModelElementsMethod · 0.70
writeSectionsMethod · 0.70
sendMsgMethod · 0.50
sendMatrixMethod · 0.50
sendVectorMethod · 0.50
sendIDMethod · 0.50

Calls 5

writeiFunction · 0.85
writedFunction · 0.85
writesFunction · 0.85
emptyMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected