SourceXtractorPlusPlus
0.13
Please provide a description of the project.
SEFramework
SEFramework
Image
WriteableImage.h
Go to the documentation of this file.
1
17
/*
18
* WriteableImage.h
19
*
20
* Created on: Mar 8, 2018
21
* Author: mschefer
22
*/
23
24
#ifndef _SEFRAMEWORK_IMAGE_WRITEABLEIMAGE_H_
25
#define _SEFRAMEWORK_IMAGE_WRITEABLEIMAGE_H_
26
27
#include "
SEFramework/Image/Image.h
"
28
29
namespace
SourceXtractor
{
30
31
template
<
typename
T>
32
class
WriteableImage
:
public
virtual
Image
<T> {
33
public
:
34
35
virtual
void
setValue
(
int
x
,
int
y
, T value) = 0;
36
//virtual void setValues(int x, int y, int width, int height, T* values) = 0;
37
};
38
39
}
40
41
#endif
/* _SEFRAMEWORK_IMAGE_WRITEABLEIMAGE_H_ */
SourceXtractor::Image
Interface representing an image.
Definition:
Image.h:43
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::WriteableImage
Definition:
WriteableImage.h:32
SourceXtractor::WriteableImage::setValue
virtual void setValue(int x, int y, T value)=0
Image.h
x
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > x
Definition:
MoffatModelFittingTask.cpp:94
y
std::shared_ptr< DependentParameter< std::shared_ptr< EngineParameter > > > y
Definition:
MoffatModelFittingTask.cpp:94
Generated by
1.8.20