Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCameras
Method · 0.80
lerpBox
Method · 0.80
testBoundAtTime
Method · 0.80
__serialiseBox
Function · 0.80
compareBBox
Method · 0.80
readWalk
Method · 0.80
testExpandedBoundsForAnimation
Method · 0.80
testRefPosition
Method · 0.80
compareBBox
Method · 0.80
testWriteExtraChildrenAtLink
Method · 0.80
assertBox2fEqual
Method · 0.80
testMergeMap
Method · 0.80
Calls
no outgoing calls
Tested by
15
testCameras
Method · 0.64
lerpBox
Method · 0.64
testBoundAtTime
Method · 0.64
compareBBox
Method · 0.64
readWalk
Method · 0.64
testExpandedBoundsForAnimation
Method · 0.64
testRefPosition
Method · 0.64
compareBBox
Method · 0.64
testWriteExtraChildrenAtLink
Method · 0.64
testMergeMap
Method · 0.64
testImages
Method · 0.64
__makeFloatImage
Method · 0.64