MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / remove

Method remove

src/model/Node.cpp:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 std::vector<IdfObject> Node_Impl::remove() {
117 if (isRemovable()) {
118 this->removeSetpointManagers();
119 return ModelObject_Impl::remove();
120 } else {
121 return {};
122 }
123 }
124
125 std::vector<ModelObject> Node_Impl::children() const {
126 std::vector<ModelObject> result = castVector<ModelObject>(this->setpointManagers());

Callers 15

cFunction · 0.45
bFunction · 0.45
bootstrap.min.jsFile · 0.45
mFunction · 0.45
NFunction · 0.45
PeFunction · 0.45
$eFunction · 0.45
rFunction · 0.45
d3.min.jsFile · 0.45
nFunction · 0.45
jquery.min.jsFile · 0.45

Calls 1

Tested by 15

TESTFunction · 0.36
runMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36