KSquare Utilities
Chart.cpp File Reference
#include "FirstIncludes.h"
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <string>
#include <iostream>
#include <fstream>
#include <vector>
#include <algorithm>
#include "MemoryDebug.h"
#include "Chart.h"
#include "ImageIO.h"

Go to the source code of this file.

Classes

class  KKB::Chart::PlotPoint
 
class  KKB::Chart::Series
 
class  KKB::Chart::XLabel
 

Namespaces

 KKB
 KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
 

Typedefs

typedef vector< SeriesPtrKKB::SeriesList
 
typedef Chart::SeriesPtr KKB::SeriesPtr
 

Variables

static PixelValue defaultColors []
 
static const kkint32 numOfDefinedDefaultColors = 14
 

Variable Documentation

PixelValue defaultColors[]
static
Initial value:
= {PixelValue (255, 0, 0),
PixelValue ( 0, 255, 0),
PixelValue ( 0, 0, 255),
PixelValue ( 0, 0, 0),
PixelValue (255, 255, 0),
PixelValue (255, 0, 255),
PixelValue ( 0, 255, 255),
PixelValue ( 70, 70, 70),
PixelValue (120, 0, 0),
PixelValue ( 0, 120, 0),
PixelValue ( 0, 0, 120),
PixelValue (120, 120, 0),
PixelValue (120, 0, 120),
PixelValue ( 0, 120, 120)
}
Used by the Raster Class to represent the contents of one pixel.
Definition: PixelValue.h:22

Definition at line 223 of file Chart.cpp.

const kkint32 numOfDefinedDefaultColors = 14
static

Definition at line 241 of file Chart.cpp.