VMan  1.0
Library for voxel managment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
vmanVolumeParameters Struct Reference

#include <vman.h>

+ Collaboration diagram for vmanVolumeParameters:

Public Attributes

const vmanLayerlayers
 
int layerCount
 
int chunkEdgeLength
 
const char * baseDir
 
bool enableStatistics
 
void(* logFn )(vmanLogLevel level, const char *message)
 

Detailed Description

Definition at line 129 of file vman.h.

Member Data Documentation

const vmanLayer* layers

Array that describes the data layers available to each voxel.

Definition at line 134 of file vman.h.

int layerCount

Amount of elements stored in layers.

Definition at line 139 of file vman.h.

int chunkEdgeLength

Defines the selection used for the internal chunks.

Don't change this later on!

Definition at line 145 of file vman.h.

const char* baseDir

Chunks are stored here.

May be NULL, then nothing is saved to disk.

Definition at line 151 of file vman.h.

bool enableStatistics

Whether statistics should be enabled.

Definition at line 156 of file vman.h.

void(* logFn)(vmanLogLevel level, const char *message)

Callback for log messages.

If NULL vman uses its internal logging function.

Definition at line 162 of file vman.h.


The documentation for this struct was generated from the following file: