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

Method PatchMeshPrimitive

src/IECoreScene/PatchMeshPrimitive.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53IE_CORE_DEFINEOBJECTTYPEDESCRIPTION( PatchMeshPrimitive );
54
55PatchMeshPrimitive::PatchMeshPrimitive()
56 :
57 m_uLinear( true ), m_vLinear( true ),
58 m_uPoints( 0 ), m_vPoints( 0 ),
59 m_uBasis( CubicBasisf::linear() ), m_vBasis( CubicBasisf::linear() ),
60 m_uPeriodic( false ), m_vPeriodic( false )
61{
62}
63
64PatchMeshPrimitive::PatchMeshPrimitive(
65 unsigned int uPoints,

Callers 4

testConstructorsMethod · 0.80
testCopyMethod · 0.80
testIOMethod · 0.80
testVariableSizeMethod · 0.80

Calls 5

InvalidArgumentExceptionFunction · 0.85
PrimitiveVariableFunction · 0.85
readableMethod · 0.80
sizeMethod · 0.45
copyMethod · 0.45

Tested by 4

testConstructorsMethod · 0.64
testCopyMethod · 0.64
testIOMethod · 0.64
testVariableSizeMethod · 0.64