|
MAIA bb96820c
Multiphysics at AIA
|
#include <pointbox.h>
Public Member Functions | |
| Point (const Point &p) | |
| Point & | operator= (const Point &p) |
| MBool | operator== (const Point &p) const |
| Point (MFloat x0=0.0, MFloat x1=0.0, MFloat x2=0.0, MInt id=-1) | |
Public Attributes | |
| MFloat | x [DIM] {} |
| MInt | cellId |
Needed for building a K-D-tree Numercial Recipies in C: The Art of Scientific Computing Thrid Edition Authors:
Definition at line 20 of file pointbox.h.
Definition at line 23 of file pointbox.h.
|
inlineexplicit |
Definition at line 39 of file pointbox.h.
Definition at line 34 of file pointbox.h.
Definition at line 22 of file pointbox.h.
Definition at line 21 of file pointbox.h.