#include <ckvector3d.h>
Public Member Functions | |
CkBbox3d () | |
void | empty (void) |
bool | isEmpty (void) const |
void | add (const CkVector3d &p) |
void | add (const CkBbox3d &b) |
void | pup (PUP::er &p) |
Data Fields | |
CkVector3d | min |
CkVector3d | max |
Definition at line 122 of file ckvector3d.h.
CkBbox3d::CkBbox3d | ( | ) | [inline] |
Definition at line 125 of file ckvector3d.h.
References empty().
void CkBbox3d::empty | ( | void | ) | [inline] |
Definition at line 126 of file ckvector3d.h.
References max, min, CkVector3dT< real >::x, CkVector3dT< real >::y, and CkVector3dT< real >::z.
Referenced by CkBbox3d(), and CkInterestSet::getBox().
bool CkBbox3d::isEmpty | ( | void | ) | const [inline] |
void CkBbox3d::add | ( | const CkVector3d & | p | ) | [inline] |
Definition at line 128 of file ckvector3d.h.
References max, min, p, CkVector3dT< real >::x, CkVector3dT< real >::y, and CkVector3dT< real >::z.
Referenced by CkInterestSet::getBox().
void CkBbox3d::add | ( | const CkBbox3d & | b | ) | [inline] |
void CkBbox3d::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 124 of file ckvector3d.h.
Referenced by add(), empty(), isEmpty(), pup(), and liveVizConfig::pupNetwork().
Definition at line 124 of file ckvector3d.h.
Referenced by add(), empty(), isEmpty(), pup(), and liveVizConfig::pupNetwork().