MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / getInfoLines

Method getInfoLines

source/MRMesh/MRVisualObject.cpp:395–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395std::vector<std::string> VisualObject::getInfoLines() const
396{
397 auto res = Object::getInfoLines();
398 if ( renderObj_ )
399 res.push_back( "GL mem: " + bytesString( renderObj_->glBytes() ) );
400 return res;
401}
402
403void VisualObject::resetFrontColor()
404{

Callers

nothing calls this directly

Calls 3

bytesStringFunction · 0.85
push_backMethod · 0.80
glBytesMethod · 0.45

Tested by

no test coverage detected