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

Function imathCompare

src/IECoreScene/MeshAlgoSplit.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51// Custom comparison functions which include support for imath types
52template< typename T >
53inline bool imathCompare( const T &a, const T &b )
54{
55 return a < b;
56}
57
58template< typename T >
59inline bool imathCompare( const Imath::Vec2<T> &a, const Imath::Vec2<T> &b )

Callers 1

initializeFaceToSegmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected