MCPcopy Index your code
hub / github.com/ad-si/LuaCAD / begin

Method begin

OpenCSG/src/batch.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 std::vector<Batch>::const_iterator Batcher::begin() const {
118 return mBatches.begin();
119 }
120
121 std::vector<Batch>::const_iterator Batcher::end() const {
122 return mBatches.end();

Callers 15

setVertexShaderFunction · 0.80
freeResourcesFunction · 0.80
mergeMethod · 0.80
renderIntersectedFrontFunction · 0.80
subtractPrimitivesFunction · 0.80
renderIntersectedBackFunction · 0.80
renderSCSFunction · 0.80
renderDispatchFunction · 0.80
BatcherMethod · 0.80
getConvexityFunction · 0.80
calcMaxDepthComplexityFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected