LSST Applications g0fba68d861+8e4a2760f9,g1ec0fe41b4+3ea9d11450,g1fd858c14a+3f2e8fb4ee,g2440f9efcc+8c5ae1fdc5,g35bb328faa+8c5ae1fdc5,g4d2262a081+6617b489e2,g53246c7159+8c5ae1fdc5,g55585698de+c901811295,g56a49b3a55+f42f167f24,g60b5630c4e+c901811295,g67b6fd64d1+3fc8cb0b9e,g78460c75b0+7e33a9eb6d,g786e29fd12+668abc6043,g8352419a5c+8c5ae1fdc5,g8852436030+23a2163ad3,g8869f962bc+9743d83811,g89139ef638+3fc8cb0b9e,g94187f82dc+c901811295,g989de1cb63+3fc8cb0b9e,g9d31334357+c901811295,g9f33ca652e+90b8cadf48,gabe3b4be73+8856018cbb,gabf8522325+977d9fabaf,gae5fe98123+65ba0d7b48,gb1101e3267+d2a4d34c5e,gb89ab40317+3fc8cb0b9e,gc91f06edcd+2f65d60c96,gcf25f946ba+23a2163ad3,gd6cbbdb0b4+1cc2750d2e,gdb1c4ca869+be65c9c1d7,gde0f65d7ad+3d3fc0fc97,ge278dab8ac+6b863515ed,ge410e46f29+3fc8cb0b9e,gf35d7ec915+97dd712d81,gf5e32f922b+8c5ae1fdc5,gf618743f1b+fc35190cc0,gf67bdafdda+3fc8cb0b9e,gf974705667+de8e3777d4,w.2025.19
LSST Data Management Base Package
|
#include <vectorimage.h>
Public Member Functions | |
VectorImage (size_t n_rows, size_t n_cols, const T *value_init=Image< T, VectorImage< T > >::_value_default_ptr(), std::shared_ptr< const CoordinateSystem > coordsys=nullptr) | |
~VectorImage ()=default | |
T & | _get_value_impl (size_t row, size_t col) |
T & | _get_value_unchecked_impl (size_t row, size_t col) |
void | add_value_unchecked_impl (size_t row, size_t col, T value) |
T | get_value_unchecked_impl (size_t row, size_t col) const |
void | set_value_impl (size_t row, size_t col, T value) |
void | set_value_unchecked_impl (size_t row, size_t col, T value) |
size_t | get_n_cols_impl () const |
size_t | get_n_rows_impl () const |
T & | _get_value (size_t row, size_t col) |
T & | _get_value_unchecked (size_t row, size_t col) |
void | _check_row_col (size_t row, size_t col) const |
void | _check_row_col_impl (size_t row, size_t col) const |
const CoordinateSystem & | get_coordsys () const |
std::shared_ptr< const CoordinateSystem > | get_coordsys_ptr_const () const |
size_t | get_n_cols () const |
size_t | get_n_rows () const |
size_t | get_n_rows_impl ()=delete |
void | add_value (size_t row, size_t col, T value) |
void | add_value_impl (size_t row, size_t col, T value) |
void | add_value_unchecked (size_t row, size_t col, T value) |
void | fill (T value) |
void | fill_impl (T value) |
T | get_value (size_t row, size_t col) const |
T | get_value_impl (size_t row, size_t col) const |
T | get_value_unchecked (size_t row, size_t col) const |
void | set_value (size_t row, size_t col, T value) |
void | set_value_unchecked (size_t row, size_t col, T value) |
std::array< size_t, 2 > | shape () const |
size_t | size () const |
std::string | repr (bool name_keywords, std::string_view namespace_separator) const override |
Return a full, callable string representation of this. | |
std::string | str () const override |
Return a brief, human-readable string representation of this. | |
Image< T, VectorImage< T > > & | operator+= (T value) |
Image< T, VectorImage< T > > & | operator*= (T value) |
bool | operator== (const Image &other) const |
const bool | operator!= (const Image &other) const |
Static Public Member Functions | |
static const T * | _value_default_ptr () |
static std::string_view | null_str (const std::string_view &namespace_separator) |
Static Public Attributes | |
static constexpr T | _value_default |
static constexpr std::string_view | CC_NAMESPACE_SEPARATOR |
The C++ namespace separator. | |
static constexpr std::string_view | NULL_STR_GENERAL |
static constexpr std::string_view | PY_NAMESPACE_SEPARATOR |
Definition at line 43 of file vectorimage.h.
|
inlineexplicit |
Definition at line 45 of file vectorimage.h.
|
default |
|
inlineinherited |
Definition at line 133 of file image.h.
|
inlineinherited |
Definition at line 134 of file image.h.
|
inlineinherited |
Definition at line 123 of file image.h.
|
inline |
Definition at line 60 of file vectorimage.h.
|
inlineinherited |
|
inline |
Definition at line 71 of file vectorimage.h.
|
inlinestaticinherited |
|
inlineinherited |
Definition at line 150 of file image.h.
|
inlineinherited |
Definition at line 151 of file image.h.
|
inlineinherited |
|
inline |
Definition at line 79 of file vectorimage.h.
|
inlineinherited |
|
inlineinherited |
Definition at line 159 of file image.h.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Definition at line 84 of file vectorimage.h.
|
inlineinherited |
|
deleteinherited |
|
inline |
Definition at line 85 of file vectorimage.h.
|
inlineinherited |
Definition at line 168 of file image.h.
|
inlineinherited |
Definition at line 169 of file image.h.
|
inlineinherited |
|
inline |
Definition at line 80 of file vectorimage.h.
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Definition at line 202 of file image.h.
|
inlineinherited |
|
inlineoverridevirtualinherited |
Return a full, callable string representation of this.
name_keywords | Whether to prefix arguments with "{name}=", where name is the arg name in the header (as with keyword arguments in Python). |
namespace_separator | The string to use to delimit namespaces, i.e. :: in C++ and . in Python. |
Implements lsst::gauss2d::Object.
Definition at line 190 of file image.h.
|
inlineinherited |
Definition at line 177 of file image.h.
|
inline |
Definition at line 81 of file vectorimage.h.
|
inlineinherited |
|
inline |
Definition at line 82 of file vectorimage.h.
|
inlineinherited |
|
inlineinherited |
|
inlineoverridevirtualinherited |
Return a brief, human-readable string representation of this.
Implements lsst::gauss2d::Object.
Definition at line 197 of file image.h.
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |