|
libtcod
|
This is the complete list of members for TCODHeightMap, including all inherited members.
| add(float f) | TCODHeightMap | |
| add(const TCODHeightMap *a, const TCODHeightMap *b) | TCODHeightMap | |
| addFbm(TCODNoise *noise, float mul_x, float mul_y, float add_x, float add_y, float octaves, float delta, float scale) | TCODHeightMap | |
| addHill(float x, float y, float radius, float height) | TCODHeightMap | |
| addVoronoi(int nbPoints, int nbCoef, const float *coef, TCODRandom *rnd) | TCODHeightMap | |
| clamp(float min, float max) | TCODHeightMap | |
| clear() | TCODHeightMap | |
| copy(const TCODHeightMap *source) | TCODHeightMap | inline |
| countCells(float min, float max) const | TCODHeightMap | |
| digBezier(int px[4], int py[4], float startRadius, float startDepth, float endRadius, float endDepth) | TCODHeightMap | |
| digHill(float hx, float hy, float h_radius, float height) | TCODHeightMap | |
| getInterpolatedValue(float x, float y) const | TCODHeightMap | |
| getMinMax(float *min, float *max) const | TCODHeightMap | |
| getNormal(float x, float y, float n[3], float waterLevel=0.0f) const | TCODHeightMap | |
| getSlope(int x, int y) const | TCODHeightMap | |
| getValue(int x, int y) const | TCODHeightMap | inline |
| h (defined in TCODHeightMap) | TCODHeightMap | |
| hasLandOnBorder(float waterLevel) const | TCODHeightMap | |
| islandify(float seaLevel, TCODRandom *rnd) (defined in TCODHeightMap) | TCODHeightMap | |
| kernelTransform(int kernelSize, const int *dx, const int *dy, const float *weight, float minLevel, float maxLevel) | TCODHeightMap | |
| lerp(const TCODHeightMap *a, const TCODHeightMap *b, float coef) | TCODHeightMap | |
| midPointDisplacement(TCODRandom *rnd=NULL, float roughness=0.45f) | TCODHeightMap | |
| multiply(const TCODHeightMap *a, const TCODHeightMap *b) | TCODHeightMap | |
| normalize(float newMin=0.0f, float newMax=1.0f) | TCODHeightMap | |
| operator=(const TCODHeightMap &rhs) (defined in TCODHeightMap) | TCODHeightMap | inline |
| operator=(TCODHeightMap &&rhs) (defined in TCODHeightMap) | TCODHeightMap | inline |
| rainErosion(int nbDrops, float erosionCoef, float sedimentationCoef, TCODRandom *rnd) | TCODHeightMap | |
| scale(float f) | TCODHeightMap | |
| scaleFbm(TCODNoise *noise, float mul_x, float mul_y, float add_x, float add_y, float octaves, float delta, float scale) | TCODHeightMap | |
| setValue(int x, int y, float v) | TCODHeightMap | inline |
| swap(TCODHeightMap &rhs) noexcept (defined in TCODHeightMap) | TCODHeightMap | inline |
| TCODHeightMap()=default (defined in TCODHeightMap) | TCODHeightMap | |
| TCODHeightMap(int width, int height) | TCODHeightMap | inline |
| TCODHeightMap(const TCODHeightMap &rhs) (defined in TCODHeightMap) | TCODHeightMap | inline |
| TCODHeightMap(TCODHeightMap &&rhs) (defined in TCODHeightMap) | TCODHeightMap | inline |
| values (defined in TCODHeightMap) | TCODHeightMap | |
| w (defined in TCODHeightMap) | TCODHeightMap | |
| ~TCODHeightMap() (defined in TCODHeightMap) | TCODHeightMap | inline |