amroc/hds/BBoxList.h File Reference

BBoxList implements a linked list of BBox. More...

#include "DAGHDefaults.h"
#include "BucketType.h"
#include <list>
#include <cstring>
#include <cstdlib>
#include "BBox.h"
#include "Coords.h"
#include <iosfwd>

Go to the source code of this file.

Classes

class  BBoxList
 Class BBoxList implements a linked list of BBox. More...

Functions

std::ostream & operator<< (std::ostream &, const BBoxList &)
std::ofstream & operator<< (std::ofstream &, const BBoxList &)
std::ifstream & operator>> (std::ifstream &, BBoxList &)
std::stringstream & operator<< (std::stringstream &, const BBoxList &)
std::stringstream & operator>> (std::stringstream &, BBoxList &)
BBoxfirst (BBoxList &bbl)
BBoxlast (BBoxList &bbl)
BBoxnext (BBoxList &bbl)
BBoxprev (BBoxList &bbl)
BBoxcurrent (BBoxList &bbl)
void add (BBoxList &bbl, const BBox &bb)
void insert (BBoxList &bbl, const BBox &bb)
void remove (BBoxList &bbl)
int number (const BBoxList &bbl)
bool isempty (const BBoxList &bbl)
void empty (BBoxList &bbl)

Detailed Description

BBoxList implements a linked list of BBox.

Author:
Manish Parashar

Function Documentation

void add ( BBoxList bbl,
const BBox bb 
) [inline]
BBox* current ( BBoxList bbl  )  [inline]
void insert ( BBoxList bbl,
const BBox bb 
) [inline]
bool isempty ( const BBoxList bbl  )  [inline]
BBox* last ( BBoxList bbl  )  [inline]
BBox* next ( BBoxList bbl  )  [inline]
std::stringstream& operator>> ( std::stringstream &  ,
BBoxList  
)
std::ifstream& operator>> ( std::ifstream &  ,
BBoxList  
)
BBox* prev ( BBoxList bbl  )  [inline]
void remove ( BBoxList bbl  )  [inline]
Generated on Thu Jun 30 02:19:00 2016 for AMROC's Hierachical Data Structures by  doxygen 1.6.3