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

Function createAndWrite

SRC/recorder/MPCORecorder.cpp:1120–1123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1118 // higher level c++ utils
1119
1120 hid_t createAndWrite(hid_t obj, const char *name, double data)
1121 {
1122 return createAndWrited1(obj, name, &data, 1);
1123 }
1124 hid_t createAndWrite(hid_t obj, const char *name, const std::vector<double> &data)
1125 {
1126 if (data.size() > 0) {

Callers 9

recordMethod · 0.85
recordMethod · 0.85
initializeMethod · 0.85
writeModelNodesMethod · 0.85
writeModelElementsMethod · 0.85
writeModelLocalAxesMethod · 0.85
writeSectionsMethod · 0.85
writeSetsMethod · 0.85

Calls 8

createAndWrited1Function · 0.85
createAndWrited2Function · 0.85
createAndWritei1Function · 0.85
createAndWritei2Function · 0.85
createAndWritesFunction · 0.85
emptyMethod · 0.80
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected