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

Method makeEmpty

include/IECore/BoxTraits.h:110–115  ·  view source on GitHub ↗

Modify the box such that it is considered to be empty

Source from the content-addressed store, hash-verified

108
109 /// Modify the box such that it is considered to be empty
110 static void makeEmpty( T &box )
111 {
112 box.makeEmpty();
113
114 assert( isEmpty(box) );
115 }
116};
117
118template<>

Callers 4

testMiscMethodsMethod · 0.80
DefaultsMethod · 0.80
updateBoundsMethod · 0.80
addPrimitiveVariableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected