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

This is the complete list of members for hmap::Tile, 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
bboxhmap::Tile
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
extract_slice(Vec4< int > idx) consthmap::Array
extract_slice(int i1, int i2, int j1, int j2) consthmap::Array
from_array_interp(Array &array)hmap::Tile
from_array_interp_bicubic(Array &array)hmap::Tile
from_array_interp_bilinear(Array &array)hmap::Tile
from_array_interp_nearest(Array &array)hmap::Tile
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, Vec4< float > bbox)hmap::Array
get_vector() consthmap::Array
infos() consthmap::Tile
hmap::Array::infos(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*(const float value) consthmap::Array
operator*(const Array &array) consthmap::Array
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+=(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-=(const float value)hmap::Array
operator-=(const Array &array)hmap::Array
operator/(const float value) consthmap::Array
operator/(const Array &array) consthmap::Array
operator/=(const float value)hmap::Array
operator/=(const Array &array)hmap::Array
operator=(const Array &array)hmap::Tile
hmap::Array::operator=(const float value)hmap::Array
print() consthmap::Array
ptp() consthmap::Array
resample_to_shape(Vec2< int > new_shape) consthmap::Array
resample_to_shape_bicubic(Vec2< int > new_shape) consthmap::Array
resample_to_shape_bilinear(Vec2< int > new_shape) consthmap::Array
resample_to_shape_nearest(Vec2< int > new_shape) consthmap::Array
row_to_vector(int i)hmap::Array
scalehmap::Tile
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
shapehmap::Array
shifthmap::Tile
size() consthmap::Array
std() consthmap::Array
sum() consthmap::Array
Tile(Vec2< int > shape, Vec2< float > shift, Vec2< float > scale, Vec4< float > bbox)hmap::Tile
Tile()hmap::Tile
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()hmap::Array
vectorhmap::Array