Cortex  10.0.0-a4
Namespaces | Functions
BoxAlgo.h File Reference
#include <iostream>
#include "OpenEXR/ImathBox.h"
#include "IECore/BoxAlgo.inl"

Go to the source code of this file.

Namespaces

 IECore
 This namespace contains all components of the core library.
 

Functions

template<class T >
std::ostream & IECore::operator<< (std::ostream &os, const Imath::Box< T > &obj)
 Streaming for Imath::Box types.
 
template<class T >
Imath::Vec2< T > IECore::closestPointInBox (const Imath::Vec2< T > &p, const Imath::Box< Imath::Vec2< T > > &box)
 Closest point in box for 2D box types.
 

Detailed Description

Defines algorithms and operators which ideally would be already defined in ImathBox.h