HighMap library (C++)
Loading...
Searching...
No Matches
hmap::Array Member List

This is the complete list of members for hmap::Array, including all inherited members.

argmax(float &vmax, int &i, int &j) consthmap::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") consthmap::Array
dump_histogram(const std::string &msg="") consthmap::Array
extract_slice(glm::ivec4 idx) consthmap::Array
extract_slice(int i1, int i2, int j1, int j2) consthmap::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) consthmap::Array
get_gradient_x_bilinear_at(int i, int j, float u, float v) consthmap::Array
get_gradient_y_at(int i, int j) consthmap::Array
get_gradient_y_bilinear_at(int i, int j, float u, float v) consthmap::Array
get_normal_at(int i, int j) consthmap::Array
get_shape()hmap::Array
get_sizeof() consthmap::Array
get_value_bicubic_at(int i, int j, float u, float v) consthmap::Array
get_value_bilinear_at(int i, int j, float u, float v) consthmap::Array
get_value_nearest(float x, float y, glm::vec4 bbox)hmap::Array
get_vector() consthmap::Array
infos(const std::string &msg="") consthmap::Array
linear_index(int i, int j) consthmap::Array
linear_index_reverse(int k) consthmap::Array
max() consthmap::Array
mean() consthmap::Array
min() consthmap::Array
normalization_coeff(float vmin=0.f, float vmax=1.f) consthmap::Array
normalize()hmap::Array
operator()(int i, int j)hmap::Arrayinline
operator()(int i, int j) consthmap::Arrayinline
operator()(glm::ivec2 ij)hmap::Arrayinline
operator()(glm::ivec2 ij) consthmap::Arrayinline
operator()(int index) consthmap::Arrayinline
operator()(int index)hmap::Arrayinline
operator*(const float value) consthmap::Array
operator*(const Array &array) consthmap::Array
operator*hmap::Arrayfriend
operator*=(const float value)hmap::Array
operator*=(const Array &array)hmap::Array
operator+(const float value) consthmap::Array
operator+(const Array &array) consthmap::Array
operator+hmap::Arrayfriend
operator+=(const float value)hmap::Array
operator+=(const Array &array)hmap::Array
operator-() consthmap::Array
operator-(const float value) consthmap::Array
operator-(const Array &array) consthmap::Array
operator-hmap::Arrayfriend
operator-=(const float value)hmap::Array
operator-=(const Array &array)hmap::Array
operator/(const float value) consthmap::Array
operator/(const Array &array) consthmap::Array
operator/hmap::Arrayfriend
operator/=(const float value)hmap::Array
operator/=(const Array &array)hmap::Array
operator=(const float value)hmap::Array
print() consthmap::Array
ptp() consthmap::Array
remapped() consthmap::Array
resample_to_shape(glm::ivec2 new_shape) consthmap::Array
resample_to_shape_bicubic(glm::ivec2 new_shape) consthmap::Array
resample_to_shape_bilinear(glm::ivec2 new_shape) consthmap::Array
resample_to_shape_nearest(glm::ivec2 new_shape) consthmap::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
shapehmap::Array
size() consthmap::Array
std() consthmap::Array
sum() consthmap::Array
to_cv_mat()hmap::Array
to_exr(const std::string &fname) consthmap::Array
to_file(const std::string &fname) consthmap::Array
to_numpy(const std::string &fname) consthmap::Array
to_png(const std::string &fname, int cmap, bool hillshading=false, int depth=CV_8U) consthmap::Array
to_png_grayscale(const std::string &fname, int depth=CV_8U) consthmap::Array
to_raw_16bit(const std::string &fname) consthmap::Array
to_tiff(const std::string &fname) consthmap::Array
unique_values() consthmap::Array
vectorhmap::Array