This is the complete list of members for ISM::SVGHelper, including all inherited members.
ATR_CHOSEN_INDEX | ISM::SVGHelper | private |
ATR_EVALUATION_RESULT | ISM::SVGHelper | private |
ATR_PATTERN_NAME | ISM::SVGHelper | private |
ATR_RELATION_IDS | ISM::SVGHelper | private |
ATR_ROUND_NUMBER | ISM::SVGHelper | private |
calculateCircleRadius(double evaluationDuration, double minEvaluationDuration, double maxEvaluationDuration) | ISM::SVGHelper | private |
calculatePositions(std::vector< OptimizationRun > &optimizationRuns, std::vector< std::vector< int >> &seperatorLinePositions, unsigned int &imgWidth, unsigned int &imgHeight) | ISM::SVGHelper | private |
calculateXValues(unsigned int numTopologies, unsigned int imageWidth) | ISM::SVGHelper | private |
COLOR_BEST | ISM::SVGHelper | private |
COLOR_FIRST_HIGHLIGHT | ISM::SVGHelper | private |
COLOR_HIGHLIGHT | ISM::SVGHelper | private |
COLOR_LAST_HIGHLIGHT | ISM::SVGHelper | private |
COLOR_RANDOM_RESTART_HIGHLIGHT | ISM::SVGHelper | private |
COLOR_RANDOM_WALK_HIGHLIGHT | ISM::SVGHelper | private |
createSVG(std::vector< OptimizationRun > optimizationRuns) | ISM::SVGHelper | private |
createXML(const std::string &patternName) | ISM::SVGHelper | private |
FONT_SIZE | ISM::SVGHelper | private |
genCircleSVG(double radius, int x, int y, const std::string &circleColor, bool highlight, const std::string &highlightColor) | ISM::SVGHelper | private |
genEvaluationRoundXML(unsigned int roundNumber, unsigned int chosenIndex) | ISM::SVGHelper | private |
genPolylineSVG(std::vector< std::string > linePoints) | ISM::SVGHelper | private |
genRectSVG(int x, int y, unsigned int width, unsigned int height, const std::string &colorString) | ISM::SVGHelper | private |
genRGBString(double cost, double minCost, double maxCost) | ISM::SVGHelper | private |
genSeparatorLineSVG(int y, int x1, int x2) | ISM::SVGHelper | private |
genTextSVG(const std::string &lineOne, const std::string &lineTwo, const std::string &lineThree, int x, int y) | ISM::SVGHelper | private |
genTopologyContainerXML(TopologyContainer tc) | ISM::SVGHelper | private |
HIGHLIGHT_WIDTH | ISM::SVGHelper | private |
LINE_WIDTH | ISM::SVGHelper | private |
mAllEvaluationRounds | ISM::SVGHelper | private |
MAX_CIRCLE_RADIUS | ISM::SVGHelper | private |
MAX_TOPOLOGIES_PER_LINE | ISM::SVGHelper | private |
mCurrentOptimizationRound | ISM::SVGHelper | private |
mCurrentOptimizationRun | ISM::SVGHelper | private |
mCurrentPatternName | ISM::SVGHelper | private |
MIN_CIRCLE_RADIUS | ISM::SVGHelper | private |
mOutputPath | ISM::SVGHelper | private |
mPatternNameToOptimizationRuns | ISM::SVGHelper | private |
NAME_OPTIMIZATION_RUN | ISM::SVGHelper | private |
NAME_ROUND | ISM::SVGHelper | private |
NAME_TOPOLOGY | ISM::SVGHelper | private |
PADDING | ISM::SVGHelper | private |
processHistory(std::vector< std::vector< std::pair< TopologyPtr, unsigned int >>> &history, CostFunctionPtr< TopologyPtr > globalCostFunction, const std::string &patternName) | ISM::SVGHelper | |
SVGHelper(path outputPath) | ISM::SVGHelper | inline |
writeResult() | ISM::SVGHelper |