|
HighMap library (C++)
|
This is the complete list of members for hmap::Array, including all inherited members.
| argmax(float &vmax, int &i, int &j) const | hmap::Array | |
| Array() | hmap::Array | |
| Array(glm::ivec2 shape) | hmap::Array | |
| Array(glm::ivec2 shape, float value) | hmap::Array | |
| Array(const std::string &filename, bool flip_j=false) | hmap::Array | |
| col_to_vector(int j) | hmap::Array | |
| count_non_zero() | hmap::Array | |
| depose_amount_bilinear_at(int i, int j, float u, float v, float amount) | hmap::Array | |
| depose_amount_kernel_at(int i, int j, const Array &kernel, float amount) | hmap::Array | |
| depose_amount_kernel_bilinear_at(int i, int j, float u, float v, int ir, float amount) | hmap::Array | |
| dump(const std::string &fname="out.png") const | hmap::Array | |
| dump_histogram(const std::string &msg="") const | hmap::Array | |
| extract_slice(glm::ivec4 idx) const | hmap::Array | |
| extract_slice(int i1, int i2, int j1, int j2) const | hmap::Array | |
| from_file(const std::string &fname) | hmap::Array | |
| from_numpy(const std::string &fname) | hmap::Array | |
| get_gradient_x_at(int i, int j) const | hmap::Array | |
| get_gradient_x_bilinear_at(int i, int j, float u, float v) const | hmap::Array | |
| get_gradient_y_at(int i, int j) const | hmap::Array | |
| get_gradient_y_bilinear_at(int i, int j, float u, float v) const | hmap::Array | |
| get_normal_at(int i, int j) const | hmap::Array | |
| get_shape() | hmap::Array | |
| get_sizeof() const | hmap::Array | |
| get_value_bicubic_at(int i, int j, float u, float v) const | hmap::Array | |
| get_value_bilinear_at(int i, int j, float u, float v) const | hmap::Array | |
| get_value_nearest(float x, float y, glm::vec4 bbox) | hmap::Array | |
| get_vector() const | hmap::Array | |
| infos(const std::string &msg="") const | hmap::Array | |
| linear_index(int i, int j) const | hmap::Array | |
| linear_index_reverse(int k) const | hmap::Array | |
| max() const | hmap::Array | |
| mean() const | hmap::Array | |
| min() const | hmap::Array | |
| normalization_coeff(float vmin=0.f, float vmax=1.f) const | hmap::Array | |
| normalize() | hmap::Array | |
| operator()(int i, int j) | hmap::Array | inline |
| operator()(int i, int j) const | hmap::Array | inline |
| operator()(glm::ivec2 ij) | hmap::Array | inline |
| operator()(glm::ivec2 ij) const | hmap::Array | inline |
| operator()(int index) const | hmap::Array | inline |
| operator()(int index) | hmap::Array | inline |
| operator*(const float value) const | hmap::Array | |
| operator*(const Array &array) const | hmap::Array | |
| operator* | hmap::Array | friend |
| operator*=(const float value) | hmap::Array | |
| operator*=(const Array &array) | hmap::Array | |
| operator+(const float value) const | hmap::Array | |
| operator+(const Array &array) const | hmap::Array | |
| operator+ | hmap::Array | friend |
| operator+=(const float value) | hmap::Array | |
| operator+=(const Array &array) | hmap::Array | |
| operator-() const | hmap::Array | |
| operator-(const float value) const | hmap::Array | |
| operator-(const Array &array) const | hmap::Array | |
| operator- | hmap::Array | friend |
| operator-=(const float value) | hmap::Array | |
| operator-=(const Array &array) | hmap::Array | |
| operator/(const float value) const | hmap::Array | |
| operator/(const Array &array) const | hmap::Array | |
| operator/ | hmap::Array | friend |
| operator/=(const float value) | hmap::Array | |
| operator/=(const Array &array) | hmap::Array | |
| operator=(const float value) | hmap::Array | |
| print() const | hmap::Array | |
| ptp() const | hmap::Array | |
| remapped() const | hmap::Array | |
| resample_to_shape(glm::ivec2 new_shape) const | hmap::Array | |
| resample_to_shape_bicubic(glm::ivec2 new_shape) const | hmap::Array | |
| resample_to_shape_bilinear(glm::ivec2 new_shape) const | hmap::Array | |
| resample_to_shape_nearest(glm::ivec2 new_shape) const | hmap::Array | |
| row_to_vector(int i) | hmap::Array | |
| set_shape(glm::ivec2 new_shape) | hmap::Array | |
| set_slice(glm::ivec4 idx, float value) | hmap::Array | |
| set_slice(glm::ivec4 idx, const Array &array) | hmap::Array | |
| shape | hmap::Array | |
| size() const | hmap::Array | |
| std() const | hmap::Array | |
| sum() const | hmap::Array | |
| to_cv_mat() | hmap::Array | |
| to_exr(const std::string &fname) const | hmap::Array | |
| to_file(const std::string &fname) const | hmap::Array | |
| to_numpy(const std::string &fname) const | hmap::Array | |
| to_png(const std::string &fname, int cmap, bool hillshading=false, int depth=CV_8U) const | hmap::Array | |
| to_png_grayscale(const std::string &fname, int depth=CV_8U) const | hmap::Array | |
| to_raw_16bit(const std::string &fname) const | hmap::Array | |
| to_tiff(const std::string &fname) const | hmap::Array | |
| unique_values() const | hmap::Array | |
| vector | hmap::Array |