#include <ary.h>
|
| Ary () |
|
| Ary (coord_type fr, coord_type lr, coord_type fc, coord_type lc, pointer attach_to=0) |
|
| Ary (coord_type nrows, coord_type ncols, pointer attach_to=0) |
|
| Ary (const Ary &other, bool do_copy=true, bool do_attach=false) |
|
| ~Ary () |
|
pointer | ptr () const |
|
size_type | rows () const |
|
size_type | cols () const |
|
size_type | size () const |
|
bool | isin (coord_type row, coord_type col) const |
|
void | cons (coord_type firstrow, coord_type lastrow, coord_type firstcol, coord_type lastcol, pointer attach_to) |
|
void | clear () |
|
void | set (const PixelType &value) |
|
void | detach () |
|
Ary * | copy () const |
|
void | copy (const Ary &from) |
|
void | copy (const Ary *from) |
|
void | deallocate () |
|
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
utls::Ary< PixelType >::Ary |
( |
const Ary< PixelType > & |
other, |
|
|
bool |
do_copy = true , |
|
|
bool |
do_attach = false |
|
) |
| |
|
inline |
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
void utls::Ary< PixelType >::copy |
( |
const Ary< PixelType > & |
from | ) |
|
|
inline |
template<typename PixelType >
void utls::Ary< PixelType >::copy |
( |
const Ary< PixelType > * |
from | ) |
|
|
inline |
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
void utls::Ary< PixelType >::set |
( |
const PixelType & |
value | ) |
|
|
inline |
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
template<typename PixelType >
The documentation for this struct was generated from the following file: