SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <WriteableImageInterfaceTraits.h>
Public Member Functions | |
WriteableSetter (WriteableInterfaceTypePtr &image, int x, int y) | |
WriteableInterfaceType::PixelType | operator= (WriteableInterfaceType::PixelType v) |
WriteableInterfaceType::PixelType | operator+= (WriteableInterfaceType::PixelType v) |
operator WriteableInterfaceType::PixelType () | |
Private Attributes | |
WriteableInterfaceTypePtr | m_image |
SourceXtractor::ImageAccessor< WriteableInterfaceType::PixelType > | m_accessor |
int | m_x |
int | m_y |
Friends | |
class | WriteableIterator |
Definition at line 46 of file WriteableImageInterfaceTraits.h.
|
inline |
Definition at line 55 of file WriteableImageInterfaceTraits.h.
|
inline |
Definition at line 69 of file WriteableImageInterfaceTraits.h.
References SourceXtractor::ImageAccessor< T >::getValue().
|
inline |
Definition at line 63 of file WriteableImageInterfaceTraits.h.
References SourceXtractor::ImageAccessor< T >::getValue().
|
inline |
Definition at line 58 of file WriteableImageInterfaceTraits.h.
|
friend |
Definition at line 52 of file WriteableImageInterfaceTraits.h.
|
private |
Definition at line 49 of file WriteableImageInterfaceTraits.h.
|
private |
Definition at line 48 of file WriteableImageInterfaceTraits.h.
|
private |
Definition at line 50 of file WriteableImageInterfaceTraits.h.
|
private |
Definition at line 50 of file WriteableImageInterfaceTraits.h.