Classes | |
| class | Access |
| union | ChunkIdHelper |
| struct | ChunkFileHeader |
| struct | ChunkFileLayerInfo |
| class | Chunk |
| class | JobEntry |
| class | Volume |
Typedefs | |
| typedef uint64_t | ChunkId |
| typedef tthread::lock_guard < tthread::mutex > | lock_guard |
Functions | |
| bool | InsideSelection (const vmanSelection *selection, int x, int y, int z) |
| ChunkFileLayerInfo * | FindChunkLayerByName (std::vector< ChunkFileLayerInfo > &layerInfos, const char *name) |
| bool | IsLittleEndian_ () |
| FileType | GetFileType (const char *path) |
| bool | MakeDirectory (const char *path) |
| bool | MakePath (const char *path) |
| std::string | Format (const char *format,...) |
| std::string | CoordsToString (int x, int y, int z) |
| std::string | SelectionToString (const vmanSelection *selection) |
| time_t | AddSeconds (const time_t tv, int seconds) |
| uint16_t | EndianSwap (uint16_t n) |
| int16_t | EndianSwap (int16_t n) |
| uint32_t | EndianSwap (uint32_t n) |
| int32_t | EndianSwap (int32_t n) |
| uint16_t | LittleEndian (uint16_t n) |
| int16_t | LittleEndian (int16_t n) |
| uint32_t | LittleEndian (uint32_t n) |
| int32_t | LittleEndian (int32_t n) |
| uint16_t | BigEndian (uint16_t n) |
| int16_t | BigEndian (int16_t n) |
| uint32_t | BigEndian (uint32_t n) |
| int32_t | BigEndian (int32_t n) |
| int | Index2D (int w, int h, int x, int y) |
| int | Index3D (int w, int h, int d, int x, int y, int z) |
Variables | |
| const bool | IsLittleEndian = IsLittleEndian_() |
| const char | DirSep = '/' |
| typedef tthread::lock_guard<tthread::mutex> lock_guard |
| enum JobType |
Definition at line 10 of file JobEntry.h.
| enum FileType |
| enum Statistic |
| bool vman::InsideSelection | ( | const vmanSelection * | selection, |
| int | x, | ||
| int | y, | ||
| int | z | ||
| ) |
Definition at line 118 of file Access.cpp.
| ChunkFileLayerInfo* vman::FindChunkLayerByName | ( | std::vector< ChunkFileLayerInfo > & | layerInfos, |
| const char * | name | ||
| ) |
| FileType GetFileType | ( | const char * | path | ) |
| bool MakeDirectory | ( | const char * | path | ) |
| bool MakePath | ( | const char * | path | ) |
| std::string Format | ( | const char * | format, |
| ... | |||
| ) |
| std::string CoordsToString | ( | int | x, |
| int | y, | ||
| int | z | ||
| ) |
| std::string SelectionToString | ( | const vmanSelection * | selection | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| const bool IsLittleEndian = IsLittleEndian_() |