#include <XyResultLayer.h>
Diagram dziedziczenia dla XyResultLayer
Metody publiczne | |
XyResultLayer (const PlotControl &plotControl, const Result &result, CountedPtr< PlotLayer > cpFunctionLayer) | |
Konstruktor. | |
XyResultLayer (const XyResultLayer &from) | |
Konstruktor kopiujący. | |
~XyResultLayer (void) | |
Destruktor. | |
Metody chronione | |
wxPoint | PlotToDcPoint (const ColumnVector &point) const |
Przelicza współrzędne punktu na współrzędne kontekstu graficznego. | |
void | DrawFinalResult (wxDC &dc) const |
Rysuje ostateczny wynik (jeśli proces optymalizacji dobiegł końca). | |
void | DrawBigPoint (wxDC &dc, const ColumnVector &point, AttributeDatabase::AttributeType attribute, SymbolType symbol=CIRCLE) const |
Rysuje duży punkt o zadanym atrybucie. | |
void | DrawLine (wxDC &dc, const ColumnVector &point1, const ColumnVector &point2, AttributeDatabase::AttributeType attribute, int style=wxSOLID) const |
Rysuje linię łączącą dwa punkty. | |
Atrybuty chronione | |
unsigned | mVariableXIndex |
unsigned | mVariableYIndex |