Itasca C++ Interface
|
Three dimensional extent aligned with cartesian axes. More...
#include "extent2.h"
Go to the source code of this file.
Classes | |
class | Extent3< T > |
A Class representing a cartesian extent in 3D. More... | |
Functions | |
template<class T > | |
const Extent3< T > & | toExtent3 (const Extent3< T > &t) |
Returns a Extent3. | |
template<class T > | |
Extent3< T > | toExtent3 (const Extent2< T > &t) |
Returns a Extent3 coverted from a Extent2, the length of the third dimension is zero. | |
Three dimensional extent aligned with cartesian axes.