![]() |
![]() |
#include <PixelTrimOverride.h>
Public Member Functions | |
std::string | getConfigCommand (PixelMaskBase &pixelMask) |
PixelTrimOverride (std::string filename) | |
![]() | |
PixelTrimOverrideBase (std::string description, std::string creator, std::string date) | |
~PixelTrimOverrideBase () override | |
![]() | |
std::string | creator () |
std::string | date () |
std::string | description () |
std::string | getAuthor () const |
std::string | getComment () const |
PixelConfigBase (std::string description, std::string creator, std::string date) | |
void | setAuthor (std::string author) |
void | setComment (std::string comment) |
virtual void | writeASCII (std::string dir="") const =0 |
virtual void | writeXML (std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const |
virtual void | writeXML (pos::PixelConfigKey key, int version, std::string path) const |
virtual void | writeXML (std::ofstream *out) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out, std::ofstream *out1, std::ofstream *out2) const |
virtual void | writeXMLHeader (pos::PixelConfigKey key, int version, std::string path, std::ofstream *out) const |
virtual void | writeXMLTrailer (std::ofstream *out, std::ofstream *ou1, std::ofstream *out2) const |
virtual void | writeXMLTrailer (std::ofstream *out) const |
virtual | ~PixelConfigBase () |
Definition at line 20 of file PixelTrimOverride.h.
pos::PixelTrimOverride::PixelTrimOverride | ( | std::string | filename | ) |
|
virtual |
Implements pos::PixelTrimOverrideBase.