|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <Event.h>
Public Member Functions | |
| 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 |
Protected Attributes | |
| Dataset< DatasetImpl > | _dataset |
Dataset event class Event container class for datasets
|
inline |
Constructor
| eventType | Type of event |
| dataset | Smart pointer to the dataset |
|
inline |
Get reference to the dataset
|
inline |
Get reference to the dataset
|
inline |
Set reference to the dataset
| dataset | Reference to the dataset |
|
protected |