supereight
Loading...
Searching...
No Matches
Public Member Functions | List of all members
se::Image< T > Class Template Reference

#include <image.hpp>

Public Member Functions

 Image (const unsigned w, const unsigned h)
 
 Image (const unsigned w, const unsigned h, const T &value)
 
 Image (const unsigned w, const unsigned h, T *raw_buffer)
 
 Image (const Image &other)=delete
 
 Image (Image &&other)=default
 
Imageoperator= (const Image &other)=delete
 
Imageoperator= (Image &&other)=default
 
Toperator[] (std::size_t idx)
 
const Toperator[] (std::size_t idx) const
 
Toperator() (const int x, const int y)
 
const Toperator() (const int x, const int y) const
 
std::size_t size () const
 
int width () const
 
int height () const
 
const Tdata () const
 
Tdata ()
 
Image clone () const
 

Constructor & Destructor Documentation

◆ Image() [1/5]

template<typename T >
se::Image< T >::Image ( const unsigned  w,
const unsigned  h 
)
inline

◆ Image() [2/5]

template<typename T >
se::Image< T >::Image ( const unsigned  w,
const unsigned  h,
const T value 
)
inline

◆ Image() [3/5]

template<typename T >
se::Image< T >::Image ( const unsigned  w,
const unsigned  h,
T raw_buffer 
)
inline

◆ Image() [4/5]

template<typename T >
se::Image< T >::Image ( const Image< T > &  other)
delete

◆ Image() [5/5]

template<typename T >
se::Image< T >::Image ( Image< T > &&  other)
default

Member Function Documentation

◆ operator=() [1/2]

template<typename T >
Image & se::Image< T >::operator= ( const Image< T > &  other)
delete

◆ operator=() [2/2]

template<typename T >
Image & se::Image< T >::operator= ( Image< T > &&  other)
default

◆ operator[]() [1/2]

template<typename T >
T & se::Image< T >::operator[] ( std::size_t  idx)
inline

◆ operator[]() [2/2]

template<typename T >
const T & se::Image< T >::operator[] ( std::size_t  idx) const
inline

◆ operator()() [1/2]

template<typename T >
T & se::Image< T >::operator() ( const int  x,
const int  y 
)
inline

◆ operator()() [2/2]

template<typename T >
const T & se::Image< T >::operator() ( const int  x,
const int  y 
) const
inline

◆ size()

template<typename T >
std::size_t se::Image< T >::size ( ) const
inline

◆ width()

template<typename T >
int se::Image< T >::width ( ) const
inline

◆ height()

template<typename T >
int se::Image< T >::height ( ) const
inline

◆ data() [1/2]

template<typename T >
const T * se::Image< T >::data ( ) const
inline

◆ data() [2/2]

template<typename T >
T * se::Image< T >::data ( )
inline

◆ clone()

template<typename T >
Image se::Image< T >::clone ( ) const
inline

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