|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <Event.h>
Public Member Functions | |
| DatasetChildAddedEvent (const Dataset< DatasetImpl > &dataset, const Dataset< DatasetImpl > &childDataset) | |
| Dataset< DatasetImpl > | getChildDataset () const |
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 |
Protected Attributes | |
| Dataset< DatasetImpl > | _childDataset |
Protected Attributes inherited from hdps::DatasetEvent | |
| Dataset< DatasetImpl > | _dataset |
Dataset child added event class Dataset event which is emitted by the core when a child dataset is added to the dataset
|
inline |
Constructor
| dataset | Smart pointer to the dataset |
| childDataset | Smart pointer to the child dataset |
|
inline |
Get smart pointer to the child dataset
|
protected |