SourceXtractorPlusPlus 0.22
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFitting::ImageTraits< WriteableInterfaceTypePtr >::WriteableSetter Class Reference

#include <WriteableImageInterfaceTraits.h>

Collaboration diagram for ModelFitting::ImageTraits< WriteableInterfaceTypePtr >::WriteableSetter:

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 ()
 

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::PixelTypem_accessor
 
int m_x
 
int m_y
 

Friends

class WriteableIterator
 

Detailed Description

Definition at line 46 of file WriteableImageInterfaceTraits.h.

Constructor & Destructor Documentation

◆ WriteableSetter()

ModelFitting::ImageTraits< WriteableInterfaceTypePtr >::WriteableSetter::WriteableSetter ( WriteableInterfaceTypePtr & image,
int x,
int y )
inline

Definition at line 55 of file WriteableImageInterfaceTraits.h.

References m_accessor, m_image, m_x, and m_y.

Member Function Documentation

◆ addImageToImage()

void ModelFitting::ImageTraits< WriteableInterfaceTypePtr >::addImageToImage ( WriteableInterfaceTypePtr & image1,
const WriteableInterfaceTypePtr & image2,
double scale,
double x,
double y )
static

Definition at line 47 of file ImageInterfaceTraits.cpp.

◆ at() [1/2]

◆ at() [2/2]

◆ begin()

◆ end()

◆ factory()

◆ height()

◆ operator WriteableInterfaceType::PixelType()

Definition at line 69 of file WriteableImageInterfaceTraits.h.

References m_accessor, m_x, and m_y.

◆ operator+=()

◆ operator=()

◆ width()

Friends And Related Symbol Documentation

◆ WriteableIterator

friend class WriteableIterator
friend

Definition at line 52 of file WriteableImageInterfaceTraits.h.

References WriteableIterator.

Referenced by WriteableIterator.

Member Data Documentation

◆ m_accessor

◆ m_image

◆ m_x

◆ m_y


The documentation for this class was generated from the following files: