ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
Loading...
Searching...
No Matches
hdps::DatasetChildAddedEvent Class Reference

#include <Event.h>

Inheritance diagram for hdps::DatasetChildAddedEvent:
hdps::DatasetEvent hdps::HdpsEvent

Public Member Functions

 DatasetChildAddedEvent (const Dataset< DatasetImpl > &dataset, const Dataset< DatasetImpl > &childDataset)
 
Dataset< DatasetImplgetChildDataset () const
 
- Public Member Functions inherited from hdps::DatasetEvent
 DatasetEvent (const EventType &eventType, const Dataset< DatasetImpl > &dataset)
 
Dataset< DatasetImplgetDataset ()
 
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
 

Detailed Description

Dataset child added event class Dataset event which is emitted by the core when a child dataset is added to the dataset

Constructor & Destructor Documentation

◆ DatasetChildAddedEvent()

hdps::DatasetChildAddedEvent::DatasetChildAddedEvent ( const Dataset< DatasetImpl > &  dataset,
const Dataset< DatasetImpl > &  childDataset 
)
inline

Constructor

Parameters
datasetSmart pointer to the dataset
childDatasetSmart pointer to the child dataset

Member Function Documentation

◆ getChildDataset()

Dataset< DatasetImpl > hdps::DatasetChildAddedEvent::getChildDataset ( ) const
inline

Get smart pointer to the child dataset

Member Data Documentation

◆ _childDataset

Dataset<DatasetImpl> hdps::DatasetChildAddedEvent::_childDataset
protected

The documentation for this class was generated from the following file: