#include <stdio.h>#include <iostream>#include <CMD/CMD_Args.h>#include <UT/UT_Assert.h>#include <GEO/GEO_AttributeHandle.h>#include <GU/GU_Detail.h>#include <GU/GU_PrimVolume.h>Go to the source code of this file.
Functions | |
| bool | voxelLoad (UT_IStream &is, GU_Detail *gdp) |
| bool | voxelLoad (const char *fname, GU_Detail *gdp) |
| bool | voxelSave (ostream &os, const GU_Detail *gdp) |
| bool | voxelSave (const char *fname, const GU_Detail *gdp) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 248 of file geo2voxel.C.
| bool voxelLoad | ( | const char * | fname, | |
| GU_Detail * | gdp | |||
| ) |
Definition at line 132 of file geo2voxel.C.
| bool voxelLoad | ( | UT_IStream & | is, | |
| GU_Detail * | gdp | |||
| ) |
| bool voxelSave | ( | const char * | fname, | |
| const GU_Detail * | gdp | |||
| ) |
Definition at line 221 of file geo2voxel.C.
| bool voxelSave | ( | ostream & | os, | |
| const GU_Detail * | gdp | |||
| ) |
1.5.9