SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
SourceXtractor::SubImage< T > Class Template Reference

Part of another image. More...

#include <SubImage.h>

Inheritance diagram for SourceXtractor::SubImage< T >:
[legend]
Collaboration diagram for SourceXtractor::SubImage< T >:
[legend]

Public Member Functions

virtual ~SubImage ()=default
 Destructor. More...
 
std::string getRepr () const override
 Get a string identifying this image in a human readable manner. More...
 
int getWidth () const override
 Returns the width of the image in pixels. More...
 
int getHeight () const override
 Returns the height of the image in pixels. More...
 
std::shared_ptr< ImageChunk< T > > getChunk (int x, int y, int width, int height) const override
 
- Public Member Functions inherited from SourceXtractor::Image< T >
virtual ~Image ()=default
 Destructor. More...
 
std::shared_ptr< ImageChunk< T > > getChunk (const PixelCoordinate &start, const PixelCoordinate &end) const
 
bool isInside (int x, int y) const
 Returns true if the given coordinates are inside the image bounds. More...
 

Static Public Member Functions

template<typename... Args>
static std::shared_ptr
< SubImage< T > > 
create (Args &&...args)
 

Protected Member Functions

 SubImage (std::shared_ptr< const Image< T >> image, const PixelCoordinate &offset, int width, int height)
 
 SubImage (std::shared_ptr< const Image< T >> image, int x, int y, int width, int height)
 

Private Attributes

std::shared_ptr< const Image< T > > m_image
 
PixelCoordinate m_offset
 
int m_width
 
int m_height
 

Additional Inherited Members

- Public Types inherited from SourceXtractor::Image< T >
using PixelType = T
 

Detailed Description

template<typename T>
class SourceXtractor::SubImage< T >

Part of another image.

Definition at line 34 of file SubImage.h.

Constructor & Destructor Documentation

template<typename T >
SourceXtractor::SubImage< T >::SubImage ( std::shared_ptr< const Image< T >>  image,
const PixelCoordinate offset,
int  width,
int  height 
)
inlineprotected

Definition at line 36 of file SubImage.h.

References SourceXtractor::SubImage< T >::getHeight(), SourceXtractor::SubImage< T >::getWidth(), SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.

Here is the call graph for this function:

template<typename T >
SourceXtractor::SubImage< T >::SubImage ( std::shared_ptr< const Image< T >>  image,
int  x,
int  y,
int  width,
int  height 
)
inlineprotected

Definition at line 42 of file SubImage.h.

References SourceXtractor::SubImage< T >::getHeight(), and SourceXtractor::SubImage< T >::getWidth().

Here is the call graph for this function:

template<typename T >
virtual SourceXtractor::SubImage< T >::~SubImage ( )
virtualdefault

Destructor.

Member Function Documentation

template<typename T >
template<typename... Args>
static std::shared_ptr<SubImage<T> > SourceXtractor::SubImage< T >::create ( Args &&...  args)
inlinestatic

Definition at line 55 of file SubImage.h.

template<typename T >
std::shared_ptr<ImageChunk<T> > SourceXtractor::SubImage< T >::getChunk ( int  x,
int  y,
int  width,
int  height 
) const
inlineoverridevirtual

Implements SourceXtractor::Image< T >.

Definition at line 71 of file SubImage.h.

References SourceXtractor::UniversalImageChunk< T >::create(), SourceXtractor::ImageAccessor< T >::getValue(), ModelFitting::height, SourceXtractor::SubImage< T >::m_image, SourceXtractor::SubImage< T >::m_offset, SourceXtractor::PixelCoordinate::m_x, SourceXtractor::PixelCoordinate::m_y, and ModelFitting::width.

Here is the call graph for this function:

template<typename T >
int SourceXtractor::SubImage< T >::getHeight ( ) const
inlineoverridevirtual

Returns the height of the image in pixels.

Implements SourceXtractor::Image< T >.

Definition at line 67 of file SubImage.h.

References SourceXtractor::SubImage< T >::m_height.

Referenced by SourceXtractor::SubImage< T >::SubImage().

template<typename T >
std::string SourceXtractor::SubImage< T >::getRepr ( ) const
inlineoverridevirtual

Get a string identifying this image in a human readable manner.

Implements SourceXtractor::Image< T >.

Definition at line 59 of file SubImage.h.

References SourceXtractor::SubImage< T >::m_height, SourceXtractor::SubImage< T >::m_image, SourceXtractor::SubImage< T >::m_offset, SourceXtractor::SubImage< T >::m_width, SourceXtractor::PixelCoordinate::m_x, SourceXtractor::PixelCoordinate::m_y, and std::to_string().

Here is the call graph for this function:

template<typename T >
int SourceXtractor::SubImage< T >::getWidth ( ) const
inlineoverridevirtual

Returns the width of the image in pixels.

Implements SourceXtractor::Image< T >.

Definition at line 63 of file SubImage.h.

References SourceXtractor::SubImage< T >::m_width.

Referenced by SourceXtractor::SubImage< T >::SubImage().

Member Data Documentation

template<typename T >
int SourceXtractor::SubImage< T >::m_height
private
template<typename T >
std::shared_ptr<const Image<T> > SourceXtractor::SubImage< T >::m_image
private
template<typename T >
PixelCoordinate SourceXtractor::SubImage< T >::m_offset
private
template<typename T >
int SourceXtractor::SubImage< T >::m_width
private

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