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

Method minVerticesPerFace

src/IECoreScene/MeshPrimitive.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189int MeshPrimitive::minVerticesPerFace() const
190{
191 if( m_maxVerticesPerFace == 0 )
192 {
193 computeMinMaxVertsPerFace();
194 }
195 return m_minVerticesPerFace;
196}
197
198int MeshPrimitive::maxVerticesPerFace() const
199{

Callers 2

testMethod · 0.95
testVerticesPerFaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected