|
phdMesh
Version of the Day
|
#include <OctTreeOps.hpp>
Public Member Functions | |
| IdentProcBox (const IdentProcBox &rhs) | |
| IdentProcBox & | operator= (const IdentProcBox &rhs) |
Public Member Functions inherited from phdmesh::IdentProc | |
| IdentProc (const IdentProc &rhs) | |
| IdentProc (unsigned i, unsigned p) | |
| IdentProc & | operator= (const IdentProc &rhs) |
| bool | operator== (const IdentProc &rhs) const |
| bool | operator!= (const IdentProc &rhs) const |
| bool | operator< (const IdentProc &rhs) const |
| bool | operator> (const IdentProc &rhs) const |
| bool | operator<= (const IdentProc &rhs) const |
| bool | operator>= (const IdentProc &rhs) const |
Public Attributes | |
| unsigned | part |
| float | box [6] |
Public Attributes inherited from phdmesh::IdentProc | |
| unsigned | ident |
| unsigned | proc |
A parallel-unique identified cartesion box. lower bound is box[0..2] upper bound is box[3..5]
For the oct-tree proximity search two boxes that have the same nonzero 'part' value are not checked for intesection.
Definition at line 46 of file OctTreeOps.hpp.
1.8.6