This is a singleton for managing all mark renderers instances available in the system. More...
#include "../common/STLUtils.h"#include "../common/StringUtils.h"#include "../common/Translator.h"#include "../se/Mark.h"#include "AbstractMarkRenderer.h"#include "Exception.h"#include "MarkRendererManager.h"#include <boost/format.hpp>#include <cassert>#include <vector>Go to the source code of this file.
This is a singleton for managing all mark renderers instances available in the system.
Definition in file MarkRendererManager.cpp.