SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
ModelFitting::ImageTraits< ImageType > Struct Template Reference

#include <ImageTraits.h>

Static Public Member Functions

static ImageType factory (std::size_t width, std::size_t height)
static std::size_t width (ImageType &image)
static std::size_t height (ImageType &image)
static double & at (ImageType &image, std::size_t x, std::size_t y)
static double at (const ImageType &image, std::size_t x, std::size_t y)
static iterator begin (ImageType &image)
static iterator end (ImageType &image)
static void addImageToImage (ImageType &image1, const ImageType &image2, double scale, double x, double y)

Detailed Description

template<typename ImageType>
struct ModelFitting::ImageTraits< ImageType >

Definition at line 29 of file ImageTraits.h.

Member Function Documentation

◆ addImageToImage()

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

Definition at line 316 of file ImageInterfaceTraits.cpp.

References at(), std::ceil(), factory(), std::floor(), height(), std::max(), and width().

Referenced by SourceXtractor::PsfTask::computeProperties(), and SourceXtractor::SourcePsfTask::computeProperties().

Here is the call graph for this function:

◆ at() [1/2]

template<typename ImageType>
double ModelFitting::ImageTraits< ImageType >::at ( const ImageType & image,
std::size_t x,
std::size_t y )
static

◆ at() [2/2]

template<typename ImageType>
double & ModelFitting::ImageTraits< ImageType >::at ( ImageType & image,
std::size_t x,
std::size_t y )
static

◆ begin()

template<typename ImageType>
iterator ModelFitting::ImageTraits< ImageType >::begin ( ImageType & image)
static

◆ end()

template<typename ImageType>
iterator ModelFitting::ImageTraits< ImageType >::end ( ImageType & image)
static

◆ factory()

template<typename ImageType>
ImageType ModelFitting::ImageTraits< ImageType >::factory ( std::size_t width,
std::size_t height )
static

References height(), and width().

Referenced by addImageToImage().

Here is the call graph for this function:

◆ height()

◆ width()


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