18#ifndef MOTIV_FILTER_HPP
19#define MOTIV_FILTER_HPP
21#define FILTER_DEFAULT ((SlotKind) (SlotKind::MPI | SlotKind::OpenMP | SlotKind::Plain))
47 SlotKind slotKinds_ = FILTER_DEFAULT;
Class containing options to filter the view.
SlotKind getSlotKinds() const
Returns the kinds of slots that should be rendered.
void setSlotKinds(SlotKind slotKinds)
Sets the slots that should be rendered.