MCPcopy Create free account
hub / github.com/ImageEngine/cortex / mesh

Method mesh

src/IECoreScene/Font.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 }
341
342 const MeshPrimitive *mesh( char c ) const
343 {
344 return cachedMesh( c )->primitive.get();
345 }
346
347 MeshPrimitivePtr mesh( const std::string &text ) const
348 {

Callers

nothing calls this directly

Calls 12

PrimitiveVariableFunction · 0.85
boundFunction · 0.85
copyParameterMethod · 0.80
inputParameterMethod · 0.80
operateMethod · 0.80
mergeFunction · 0.70
getMethod · 0.45
sizeMethod · 0.45
setValueMethod · 0.45
matrixParameterMethod · 0.45
copyMethod · 0.45
writableMethod · 0.45

Tested by

no test coverage detected