|
SourceXtractorPlusPlus 0.22
SourceXtractor++, the next generation SExtractor
|
#include <WriteableImageInterfaceTraits.h>


Public Member Functions | |
| WriteableIterator (WriteableInterfaceTypePtr image) | |
| WriteableIterator (WriteableInterfaceTypePtr image, int) | |
| bool | operator!= (const WriteableIterator &b) const |
| WriteableIterator & | operator++ () |
| WriteableSetter & | operator* () |
Static Public Member Functions | |
| static WriteableInterfaceTypePtr | factory (std::size_t width, std::size_t height) |
| static std::size_t | width (WriteableInterfaceTypePtr &image) |
| static std::size_t | height (WriteableInterfaceTypePtr &image) |
| static double & | at (WriteableInterfaceTypePtr &image, std::size_t x, std::size_t y) |
| static double | at (const WriteableInterfaceTypePtr &image, std::size_t x, std::size_t y) |
| static iterator | begin (WriteableInterfaceTypePtr &image) |
| static iterator | end (WriteableInterfaceTypePtr &image) |
| static void | addImageToImage (WriteableInterfaceTypePtr &image1, const WriteableInterfaceTypePtr &image2, double scale, double x, double y) |
Private Attributes | |
| WriteableInterfaceTypePtr | m_image |
| SourceXtractor::ImageAccessor< WriteableInterfaceType::PixelType > | m_accessor |
| int | m_x |
| int | m_y |
| const int | m_width |
| const int | m_height |
| WriteableSetter | m_setter |
Definition at line 74 of file WriteableImageInterfaceTraits.h.
|
inlineexplicit |
Definition at line 84 of file WriteableImageInterfaceTraits.h.
References m_accessor, m_height, m_image, m_setter, m_width, m_x, and m_y.
Referenced by operator!=(), operator++(), and WriteableIterator().
|
inline |
Definition at line 91 of file WriteableImageInterfaceTraits.h.
References m_height, m_y, and WriteableIterator().

|
static |
Definition at line 47 of file ImageInterfaceTraits.cpp.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
inline |
Definition at line 95 of file WriteableImageInterfaceTraits.h.
References m_height, m_image, m_width, m_x, m_y, and WriteableIterator().

|
inline |
Definition at line 113 of file WriteableImageInterfaceTraits.h.
|
inline |
Definition at line 99 of file WriteableImageInterfaceTraits.h.
References m_height, m_width, m_x, m_y, and WriteableIterator().

|
static |
|
private |
Definition at line 77 of file WriteableImageInterfaceTraits.h.
Referenced by WriteableIterator().
|
private |
Definition at line 79 of file WriteableImageInterfaceTraits.h.
Referenced by operator!=(), operator++(), WriteableIterator(), and WriteableIterator().
|
private |
Definition at line 76 of file WriteableImageInterfaceTraits.h.
Referenced by operator!=(), and WriteableIterator().
|
private |
Definition at line 80 of file WriteableImageInterfaceTraits.h.
Referenced by operator*(), and WriteableIterator().
|
private |
Definition at line 79 of file WriteableImageInterfaceTraits.h.
Referenced by operator!=(), operator++(), and WriteableIterator().
|
private |
Definition at line 78 of file WriteableImageInterfaceTraits.h.
Referenced by operator!=(), operator*(), operator++(), and WriteableIterator().
|
private |
Definition at line 78 of file WriteableImageInterfaceTraits.h.
Referenced by operator!=(), operator*(), operator++(), WriteableIterator(), and WriteableIterator().