|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <Event.h>
Public Member Functions | |
| DatasetUnlockedEvent (const Dataset< DatasetImpl > &dataset) | |
Public Member Functions inherited from hdps::DatasetEvent | |
| DatasetEvent (const EventType &eventType, const Dataset< DatasetImpl > &dataset) | |
| Dataset< DatasetImpl > | getDataset () |
| template<typename DatasetType > | |
| Dataset< DatasetType > | getDataset () |
| void | setDataset (const Dataset< DatasetImpl > &dataset) |
Public Member Functions inherited from hdps::HdpsEvent | |
| HdpsEvent (EventType type) | |
| EventType | getType () const |
Additional Inherited Members | |
Protected Attributes inherited from hdps::DatasetEvent | |
| Dataset< DatasetImpl > | _dataset |
Dataset unlocked event class Dataset event which is emitted by the core when a dataset became unlocked
|
inline |
Constructor
| dataset | Smart pointer to the dataset |