Voxvision
1
Creating and manipulating voxel octrees
src
voxtrees
datareader.h
Go to the documentation of this file.
1
6
#ifndef __READER_H_
7
#define __READER_H_
8
9
#include "
params.h
"
10
35
VOX_EXPORT
struct
vox_node
*
vox_read_raw_data
(
const
char
*filename,
unsigned
int
dim[],
36
unsigned
int
samplesize,
37
int
(^test)(
unsigned
int
sample),
38
const
char
**error);
39
53
VOX_EXPORT
int
vox_find_data_file
(
const
char
*filename,
char
*fullpath);
54
55
#endif
vox_find_data_file
VOX_EXPORT int vox_find_data_file(const char *filename, char *fullpath)
Find a full path of a data file.
vox_read_raw_data
VOX_EXPORT struct vox_node * vox_read_raw_data(const char *filename, unsigned int dim[], unsigned int samplesize, int(^test)(unsigned int sample), const char **error)
Build a tree from raw density file.
params.h
Global parameters used by the library.
vox_node
Voxel tree/node data structure.
Generated on Sun Jun 18 2023 19:31:10 for Voxvision by
1.9.1