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

Method end

OpenCSG/src/batch.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 std::vector<Batch>::const_iterator Batcher::end() const {
122 return mBatches.end();
123 }
124
125 std::size_t Batcher::size() const {
126 return mBatches.size();

Callers 15

settings.cppFile · 0.80
setVertexShaderFunction · 0.80
getVertexShaderFunction · 0.80
getARBProgramFunction · 0.80
getGLSLProgramFunction · 0.80
freeResourcesFunction · 0.80
mergeMethod · 0.80
renderIntersectedFrontFunction · 0.80
subtractPrimitivesFunction · 0.80
renderIntersectedBackFunction · 0.80
renderSCSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected