![]() |
KSquare Utilities
|
#include <map>#include "KKBaseTypes.h"#include "KKQueue.h"#include "MorphOp.h"#include "KKStr.h"#include "PixelValue.h"#include "Point.h"Go to the source code of this file.
Classes | |
| struct | KKB::MovDir |
| class | KKB::Raster |
| A class that is used by to represent a single image in memory. More... | |
| class | KKB::RasterList |
Namespaces | |
| KKB | |
| KKB The namespace for KKBase Library supporting general functionality needed by almost any application. | |
Macros | |
| #define | _Raster_Defined_ |
| #define | _RasterList_Defined_ |
Typedefs | |
| typedef Histogram * | KKB::HistogramPtr |
| typedef MorphOp::MaskTypes | KKB::MaskTypes |
| typedef Matrix * | KKB::MatrixPtr |
| typedef Raster::RasterConstPtr | KKB::RasterConstPtr |
| typedef RasterList * | KKB::RasterListPtr |
| typedef MorphOp::StructureType | KKB::StructureType |
Enumerations | |
| enum | KKB::ColorChannels { KKB::ColorChannels::Red, KKB::ColorChannels::Green, KKB::ColorChannels::Blue } |
Functions | |
| ColorChannels | KKB::ColorChannelFromKKStr (const KKStr &s) |
| KKStr | KKB::ColorChannelToKKStr (ColorChannels c) |
Definition in file Raster.h.