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

Method MeshPrimitiveBuilder

src/IECoreScene/MeshPrimitiveBuilder.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41using namespace Imath;
42
43MeshPrimitiveBuilder::MeshPrimitiveBuilder()
44{
45 m_P = new V3fVectorData();
46 m_N = new V3fVectorData();
47 m_P->setInterpretation( GeometricData::Point );
48 m_N->setInterpretation( GeometricData::Normal );
49 m_verticesPerFace = new IntVectorData();
50 m_vertexIds = new IntVectorData();
51}
52
53namespace IECoreScene
54{

Callers 9

testV3fMethod · 0.80
testOneHoleMethod · 0.80
testTwoHolesMethod · 0.80
testBigCircleMethod · 0.80
testMultipleCallsMethod · 0.80
testRightAlignedHolesMethod · 0.80
testColinearitiesMethod · 0.80

Calls

no outgoing calls

Tested by 9

testV3fMethod · 0.64
testOneHoleMethod · 0.64
testTwoHolesMethod · 0.64
testBigCircleMethod · 0.64
testMultipleCallsMethod · 0.64
testRightAlignedHolesMethod · 0.64
testColinearitiesMethod · 0.64