HDK
|
#include <GU/GU_Detail.h>
#include <GU/GU_PrimVolume.h>
#include <GA/GA_Handle.h>
#include <CMD/CMD_Args.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Exit.h>
#include <UT/UT_IStream.h>
#include <UT/UT_Main.h>
#include <UT/UT_OFStream.h>
#include <ostream>
#include <iostream>
#include <stdio.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 (std::ostream &os, const GU_Detail *gdp) |
bool | voxelSave (const char *fname, const GU_Detail *gdp) |
int | theMain (int argc, char *argv[]) |
UT_MAIN (theMain) | |
Definition at line 263 of file geo2voxel.C.
UT_MAIN | ( | theMain | ) |
bool voxelLoad | ( | UT_IStream & | is, |
GU_Detail * | gdp | ||
) |
Definition at line 56 of file geo2voxel.C.
bool voxelLoad | ( | const char * | fname, |
GU_Detail * | gdp | ||
) |
Definition at line 141 of file geo2voxel.C.
bool voxelSave | ( | std::ostream & | os, |
const GU_Detail * | gdp | ||
) |
Definition at line 151 of file geo2voxel.C.
bool voxelSave | ( | const char * | fname, |
const GU_Detail * | gdp | ||
) |
Definition at line 236 of file geo2voxel.C.