#include "gpucalc/log_manager.h"
Go to the source code of this file.
Namespaces | |
| namespace | gpucalc |
Classes | |
| class | gpucalc::Data |
| Class representing external (CPU-side) data. More... | |
Enumerations | |
| enum | gpucalc::ArrayDataType { gpucalc::NOTArray = 0, gpucalc::Array1D = 1, gpucalc::Array2D, gpucalc::Array3D } |
| Represent type of storage of our array data in GPU side. More... | |
| enum | gpucalc::ElementDataType { gpucalc::NOTElement = 0, gpucalc::ElementNumber = 1 } |
| Represent type of storage of our element data in GPU side. More... | |
| enum | gpucalc::ValueType { gpucalc::NOTType = 0, gpucalc::FloatType = 1, gpucalc::DoubleType, gpucalc::IntType, gpucalc::UnsignedIntType, gpucalc::CharType, gpucalc::UnsignedCharType } |
| Type of element in our data. More... | |
Variables | |
| const char | gpucalc::_DataClassName [] = "Data" |
Definition in file data.h.
1.5.6