MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getSubdivisions

Method getSubdivisions

plugins/script/interfaces/PatchInterface.cpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170Subdivisions ScriptPatchNode::getSubdivisions() const
171{
172 IPatchNodePtr patchNode = std::dynamic_pointer_cast<IPatchNode>(_node.lock());
173 if (patchNode == NULL) return Subdivisions();
174
175 return patchNode->getPatch().getSubdivisions();
176}
177
178void ScriptPatchNode::setFixedSubdivisions(int isFixed, const Subdivisions& divisions)
179{

Callers 12

rescanSelectionMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
__init__Method · 0.80
beginWritePatchMethod · 0.80
exportPatchDef3Method · 0.80
PatchNodeMethod · 0.80
getFingerprintMethod · 0.80
createThickenedWallMethod · 0.80
weldPatchesFunction · 0.80
constructCapFunction · 0.80

Calls 1

getPatchMethod · 0.80

Tested by 1

rescanSelectionMethod · 0.64