Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ boxSetMax
Function
boxSetMax
src/python/PyImath/PyImathBox.cpp:188–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
187
template <class T>
188
static void boxSetMax(IMATH_NAMESPACE::Box<T> &box, const T &m)
189
{
190
box.max = m;
191
}
192
193
template <class T>
194
static T
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected