Go to the source code of this file.
Typedefs | |
| typedef typedefMR_EXTERN_C_BEGIN struct MRVdbVolumes | MRVdbVolumes |
Functions | |
| MRMESHC_API const MRVdbVolume | mrVdbVolumesGet (const MRVdbVolumes *volumes, size_t index) |
| gets the volumes' value at index | |
| MRMESHC_API size_t | mrVdbVolumesSize (const MRVdbVolumes *volumes) |
| gets the volumes' size | |
| MRMESHC_API void | mrVdbVolumesFree (MRVdbVolumes *volumes) |
| deallocates the VdbVolumes object | |
| MRMESHC_API MRVdbVolumes * | mrVoxelsLoadFromAnySupportedFormat (const char *file, MRProgressCallback cb, MRString **errorStr) |
| Detects the format from file extension and loads voxels from it. | |
| typedef typedefMR_EXTERN_C_BEGIN struct MRVdbVolumes MRVdbVolumes |
| MRMESHC_API void mrVdbVolumesFree | ( | MRVdbVolumes * | volumes | ) |
deallocates the VdbVolumes object
| MRMESHC_API const MRVdbVolume mrVdbVolumesGet | ( | const MRVdbVolumes * | volumes, |
| size_t | index ) |
gets the volumes' value at index
| MRMESHC_API size_t mrVdbVolumesSize | ( | const MRVdbVolumes * | volumes | ) |
gets the volumes' size
| MRMESHC_API MRVdbVolumes * mrVoxelsLoadFromAnySupportedFormat | ( | const char * | file, |
| MRProgressCallback | cb, | ||
| MRString ** | errorStr ) |
Detects the format from file extension and loads voxels from it.