|
lsst.gauss2d gbf99507273+d801c9999e
|
Public Member Functions | |
| GradientsExtra (const Image< idx_type, Indices > ¶m_map_in, const Image< t, Data > ¶m_factor_in, std::shared_ptr< ImageArray< t, Data > > output, size_t n_gauss) | |
| void | add_index_to_set (size_t g, std::set< size_t > &set) |
| void | add (size_t g, size_t dim1, size_t dim2, const ValuesGauss &gradients) |
| std::string | repr (bool name_keywords=false, std::string_view namespace_separator=Object::CC_NAMESPACE_SEPARATOR) const override |
| std::string | str () const override |
| Return a brief, human-readable string representation of this. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from lsst::gauss2d::Object | |
| static std::string_view | null_str (const std::string_view &namespace_separator) |
| Static Public Attributes inherited from lsst::gauss2d::Object | |
| static constexpr std::string_view | CC_NAMESPACE_SEPARATOR = "::" |
| The C++ namespace separator. | |
| static constexpr std::string_view | NULL_STR_GENERAL = "None" |
| static constexpr std::string_view | PY_NAMESPACE_SEPARATOR = "." |
|
inlineoverridevirtual |
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.
|
inlineoverridevirtual |
Return a brief, human-readable string representation of this.
Implements lsst::gauss2d::Object.