|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <DensityComputation.h>
Public Member Functions | |
| void | generate () |
Public Member Functions inherited from hdps::Texture2D | |
| Texture2D () | |
| void | loadFromImage (QImage image) |
| void | loadFromFile (QString path) |
Public Member Functions inherited from hdps::Texture | |
| Texture (GLenum target) | |
| void | create () |
| void | destroy () |
| void | bind (unsigned int textureUnit) |
| void | bind () |
| void | release () |
| bool | isCreated () |
| GLuint | getHandle () |
Additional Inherited Members | |
Protected Attributes inherited from hdps::Texture | |
| const unsigned int | MAX_TEXTURE_UNITS = 16 |
| bool | _created |
| GLuint | _handle |
| GLenum | _target |
| void hdps::GaussianTexture::generate | ( | ) |