#include <stdio.h>
#include <string>
Go to the source code of this file.
Compounds | |
class | Data |
struct | gradient_t |
Defines | |
#define | MB_TO_DATASET_THRES(x) ((x) << 19) |
#define | DATASET_TO_MB(x) ((x) >> 19) |
Functions | |
gradient_t | operator * (gradient_t g, float s) |
gradient_t | operator+ (gradient_t g1, gradient_t g2) |
|
Definition at line 11 of file data.h. Referenced by Data::LoadData(). |
|
Definition at line 10 of file data.h. Referenced by Data::Data(), and Data::SetDataPackets(). |
|
Definition at line 5 of file data.cpp. References gradient_t::x, gradient_t::y, and gradient_t::z.
|
|
Definition at line 14 of file data.cpp. References gradient_t::x, gradient_t::y, and gradient_t::z.
|