#include <morton_keygen.hpp>
Inheritance diagram for Morton_KeyGen:
Public Types | |
enum | MORTON_TYPE { MORTON_PARTIAL_INTERLEAVE, MORTON_FULL_INTERLEAVE } |
Public Member Functions | |
Morton_KeyGen (MORTON_TYPE type=MORTON_FULL_INTERLEAVE) | |
~Morton_KeyGen () | |
void | SetType (MORTON_TYPE type) |
void | SetOrigin (Point3D &P0) |
void | SetBox (Point &inP0, Point &inP1) |
void | SetIntegralLen (Point3D &dX) |
void | SetDoLog (GBOOL bDoLog) |
void | key (void *id, GINT idsz, Point3D point[], GINT n=1) |
void | key (void *id, GINT idsz, GDOUBLE *x[], GINT n=1) |
|
|
|
|
|
|
|
Implements GKeyGen. |
|
Implements GKeyGen. |
|
|
|
|
|
|
|
|
|
|