#include <RawDisplayer.h>
Inheritance diagram for SctDataDisplay::RawDisplayer:
Public Member Functions | ||||
RawDisplayer () | ||||
shared_ptr< DisplayData > | display (shared_ptr< const Sct::Serializable > data, const DisplayInfo &info, std::ostream &os) | |||
Should display components listed in info of the data object
| ||||
Private Member Functions | ||||
void | displayProjs (const DisplayInfo &info, RawDisplayData &data) | |||
void | displayOccupancyPerEvent (const DisplayInfo &info, RawDisplayData &data) | |||
Static Private Attributes | ||||
static bool | inMap |
Definition at line 24 of file RawDisplayer.h.
|
Should display components listed in info of the data object
Implements SctDataDisplay::Displayer. |