Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

boundingbox.h File Reference

BoundingBox class hierarchy: Classes that keep track of a region in a two-dimensional space, computing whether a point is within that region and supporting various affine transformations of that region. More...

#include <iostream>

Include dependency graph for boundingbox.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

class  AARBoundingBox
class  BoundingBox
class  BoundingEllipse

Functions

template<classT> ostream& operator<< (ostream &s, const BoundingBox<T>& b)
 Stream output for a BoundingBox. More...


Detailed Description

BoundingBox class hierarchy: Classes that keep track of a region in a two-dimensional space, computing whether a point is within that region and supporting various affine transformations of that region.

Useful for e.g. avoiding computations for points outside the region.

Header:
/u/nn/cvsroot/lissom/src/boundingbox.h,v 1.5 2000/06/27 06:40:31 jbednar Exp

Definition in file boundingbox.h.


Function Documentation

template<classT>
ostream & operator<< ( ostream & s,
const BoundingBox< T >& b )
 

Stream output for a BoundingBox.

Definition at line 46 of file boundingbox.h.


Generated at Mon Aug 21 00:30:57 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000