HighMap library (C++)
|
This is the complete list of members for hmap::Array, including all inherited members.
Array() | hmap::Array | |
Array(Vec2< int > shape) | hmap::Array | |
Array(Vec2< int > shape, float value) | hmap::Array | |
Array(const std::string &filename) | 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 | |
extract_slice(Vec4< int > 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, Vec4< float > bbox) | hmap::Array | |
get_vector() const | hmap::Array | |
infos(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*(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 | |
resample_to_shape(Vec2< int > new_shape) const | hmap::Array | |
resample_to_shape_bicubic(Vec2< int > new_shape) const | hmap::Array | |
resample_to_shape_bilinear(Vec2< int > new_shape) const | hmap::Array | |
resample_to_shape_nearest(Vec2< int > new_shape) const | hmap::Array | |
row_to_vector(int i) | hmap::Array | |
set_shape(Vec2< int > new_shape) | hmap::Array | |
set_slice(Vec4< int > idx, float value) | hmap::Array | |
set_slice(Vec4< int > 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() | hmap::Array | |
vector | hmap::Array |