VAPOR3 3.9.4
|
#include <DataMgr.h>
Public Member Functions | |
BlkExts () | |
BlkExts (const DimsType &bmin, const DimsType &bmax) | |
void | Insert (const DimsType &bcoord, const CoordType &min, const CoordType &max) |
bool | Intersect (const CoordType &min, const CoordType &max, DimsType &bmin, DimsType &bmax, int nCoords=3) const |
Friends | |
std::ostream & | operator<< (std::ostream &o, const BlkExts &b) |
void VAPoR::DataMgr::BlkExts::Insert | ( | const DimsType & | bcoord, |
const CoordType & | min, | ||
const CoordType & | max | ||
) |
bool VAPoR::DataMgr::BlkExts::Intersect | ( | const CoordType & | min, |
const CoordType & | max, | ||
DimsType & | bmin, | ||
DimsType & | bmax, | ||
int | nCoords = 3 |
||
) | const |
|
friend |