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

Method max

include/IECore/BoxTraits.h:88–91  ·  view source on GitHub ↗

Return the box's maximum corner point

Source from the content-addressed store, hash-verified

86
87 /// Return the box's maximum corner point
88 static BaseType max( const T &box )
89 {
90 return box.max;
91 }
92
93 static void setMin( T &box, const BaseType &p )
94 {

Callers 15

testCamerasMethod · 0.80
lerpBoxMethod · 0.80
testBoundAtTimeMethod · 0.80
__serialiseBoxFunction · 0.80
compareBBoxMethod · 0.80
readWalkMethod · 0.80
testRefPositionMethod · 0.80
compareBBoxMethod · 0.80
assertBox2fEqualMethod · 0.80
testMergeMapMethod · 0.80

Calls

no outgoing calls

Tested by 15

testCamerasMethod · 0.64
lerpBoxMethod · 0.64
testBoundAtTimeMethod · 0.64
compareBBoxMethod · 0.64
readWalkMethod · 0.64
testRefPositionMethod · 0.64
compareBBoxMethod · 0.64
testMergeMapMethod · 0.64
testImagesMethod · 0.64
__makeFloatImageMethod · 0.64