Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImageEngine/cortex
/ TriangulateOp
Method
TriangulateOp
src/IECoreScene/TriangulateOp.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
IE_CORE_DEFINERUNTIMETYPED( TriangulateOp );
47
48
TriangulateOp::TriangulateOp() : MeshPrimitiveOp(
"A MeshPrimitiveOp to triangulate a mesh"
)
49
{
50
}
51
52
TriangulateOp::~TriangulateOp()
53
{
Callers
9
testSimple
Method · 0.80
testQuadrangulatedSphere
Method · 0.80
testTriangulatedSphere
Method · 0.80
testErrors
Method · 0.80
testConstantPrimVars
Method · 0.80
testInterpolationShouldntChange
Method · 0.80
testFaceVaryingIndices
Method · 0.80
testUniformIndices
Method · 0.80
testTriangulatePerformance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected