This is the complete list of members for cDistortedHeightmap, including all inherited members.
BiomeNeighbors typedef | cDistortedHeightmap | protected |
cDistortedHeightmap(int a_Seed, cBiomeGen &a_BiomeGen) | cDistortedHeightmap | |
CreateShapeGen(cIniFile &a_IniFile, cBiomeGen &a_BiomeGen, int a_Seed, bool &a_CacheOffByDefault) | cTerrainShapeGen | static |
DIM_X | cDistortedHeightmap | protectedstatic |
DIM_Y | cDistortedHeightmap | protectedstatic |
DIM_Z | cDistortedHeightmap | protectedstatic |
GenerateHeightArray(void) | cDistortedHeightmap | protected |
GenShape(cChunkCoords a_ChunkCoords, cChunkDesc::Shape &a_Shape) override | cDistortedHeightmap | protectedvirtual |
GetDistortAmpsAt(BiomeNeighbors &a_Neighbors, int a_RelX, int a_RelZ, NOISE_DATATYPE &a_DistortAmpX, NOISE_DATATYPE &a_DistortAmpZ) | cDistortedHeightmap | protected |
GetHeightmapAt(NOISE_DATATYPE a_X, NOISE_DATATYPE a_Z) | cDistortedHeightmap | protected |
Initialize(cIniFile &a_IniFile) | cDistortedHeightmap | protected |
InitializeShapeGen(cIniFile &a_IniFile) override | cDistortedHeightmap | protectedvirtual |
INTERPOL_X | cDistortedHeightmap | protectedstatic |
INTERPOL_Y | cDistortedHeightmap | protectedstatic |
INTERPOL_Z | cDistortedHeightmap | protectedstatic |
m_BiomeGen | cDistortedHeightmap | protected |
m_CurChunkCoords | cDistortedHeightmap | protected |
m_CurChunkHeights | cDistortedHeightmap | protected |
m_DistortAmpX | cDistortedHeightmap | protected |
m_DistortAmpZ | cDistortedHeightmap | protected |
m_DistortedHeightmap | cDistortedHeightmap | protected |
m_FrequencyX | cDistortedHeightmap | protected |
m_FrequencyY | cDistortedHeightmap | protected |
m_FrequencyZ | cDistortedHeightmap | protected |
m_GenParam | cDistortedHeightmap | protectedstatic |
m_HeightGen | cDistortedHeightmap | protected |
m_IsInitialized | cDistortedHeightmap | protected |
m_NoiseDistortX | cDistortedHeightmap | protected |
m_NoiseDistortZ | cDistortedHeightmap | protected |
m_SeaLevel | cDistortedHeightmap | protected |
m_UnderlyingHeiGen | cDistortedHeightmap | protected |
PrepareState(cChunkCoords a_ChunkCoords) | cDistortedHeightmap | protected |
UpdateDistortAmps(void) | cDistortedHeightmap | protected |
~cTerrainShapeGen() | cTerrainShapeGen | inlinevirtual |