amroc/hds/src/BBox.C File Reference

Implementation of BBox. More...

#include "BBox.h"
#include <iostream>
#include <fstream>
#include <sstream>

Defines

#define MATCH(s, c)   while ((s).get() != (c))

Functions

std::istream & operator>> (std::istream &s, BBox &bb)
std::ostream & operator<< (std::ostream &s, BBox const &bb)
std::ifstream & operator>> (std::ifstream &s, BBox &bb)
std::ofstream & operator<< (std::ofstream &s, const BBox &bb)
std::stringstream & operator>> (std::stringstream &s, BBox &bb)
std::stringstream & operator<< (std::stringstream &s, const BBox &bb)
BBoxaccrete (BBox const *const bbox, const int n, const int c)
BBoxgrow (BBox const *const bbox, const int n, const int c)
BBoxaccrete (BBox const *const bbox, const int n, Coords const &c)
BBoxgrow (BBox const *const bbox, const int n, Coords const &c)

Detailed Description

Implementation of BBox.

Author:
Manish Parashar, Ralf Deiterding (minor changes)

Define Documentation

#define MATCH ( s,
 )     while ((s).get() != (c))

Referenced by operator>>().


Function Documentation

BBox* accrete ( BBox const *const   bbox,
const int  n,
Coords const &  c 
)

References accrete().

BBox* accrete ( BBox const *const   bbox,
const int  n,
const int  c 
)

References accrete().

BBox* grow ( BBox const *const   bbox,
const int  n,
Coords const &  c 
)

References grow().

BBox* grow ( BBox const *const   bbox,
const int  n,
const int  c 
)

References grow().

std::stringstream& operator<< ( std::stringstream &  s,
const BBox bb 
)

References BBoxNULL.

std::ofstream& operator<< ( std::ofstream &  s,
const BBox bb 
)

References BBoxNULL.

std::ostream& operator<< ( std::ostream &  s,
BBox const &  bb 
)
std::stringstream& operator>> ( std::stringstream &  s,
BBox bb 
)

References BBoxNULL.

std::ifstream& operator>> ( std::ifstream &  s,
BBox bb 
)

References BBoxNULL.

std::istream& operator>> ( std::istream &  s,
BBox bb 
)

References MATCH.

Generated on Thu Jun 30 02:19:00 2016 for AMROC's Hierachical Data Structures by  doxygen 1.6.3