HDK
|
#include "GEO_PrimTetra.h"
#include <UT/UT_Defines.h>
#include <UT/UT_SparseArray.h>
#include <UT/UT_SysClone.h>
#include <UT/UT_IStream.h>
#include <UT/UT_JSONParser.h>
#include <UT/UT_JSONWriter.h>
#include <UT/UT_MemoryCounter.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_Vector3.h>
#include <GA/GA_AttributeRefMap.h>
#include <GA/GA_AttributeRefMapDestHandle.h>
#include <GA/GA_Defragment.h>
#include <GA/GA_WorkVertexBuffer.h>
#include <GA/GA_WeightedSum.h>
#include <GA/GA_MergeMap.h>
#include <GA/GA_IntrinsicMacros.h>
#include <GA/GA_ElementWrangler.h>
#include <GA/GA_PrimitiveJSON.h>
#include <GA/GA_RangeMemberQuery.h>
#include <GA/GA_LoadMap.h>
#include <GA/GA_SaveMap.h>
#include <GEO/GEO_ConvertParms.h>
#include <GEO/GEO_Detail.h>
#include <GEO/GEO_ParallelWiringUtil.h>
#include <GEO/GEO_PrimPoly.h>
#include <GEO/GEO_PrimType.h>
#include <DM/DM_RenderTable.h>
#include "GR_PrimTetra.h"
#include "GT_PrimTetra.h"
Go to the source code of this file.
Classes | |
class | HDK_Sample::geo_PrimTetraJSON |
Namespaces | |
HDK_Sample | |
This namespace is used to hold all HDK example source code. | |
Macros | |
#define | TIMING_DEF |
#define | TIMING_LOG(msg) |
#define | PT_PER_TET 4 |
Enumerations | |
enum | { geo_INTRINSIC_ADDRESS, geo_INTRINSIC_AUTHOR, geo_NUM_INTRINSICS } |
Functions | |
template void | UTparallelForLightItems (const UT_BlockedRange< GA_Size > &, const GEO_PrimTetra::geo_SetVertexListsParallel &, const bool) |
void | newGeometryPrim (GA_PrimitiveFactory *factory) |
#define PT_PER_TET 4 |
Definition at line 84 of file GEO_PrimTetra.C.
#define TIMING_DEF |
Definition at line 75 of file GEO_PrimTetra.C.
#define TIMING_LOG | ( | msg | ) |
Definition at line 76 of file GEO_PrimTetra.C.
anonymous enum |
Enumerator | |
---|---|
geo_INTRINSIC_ADDRESS | |
geo_INTRINSIC_AUTHOR | |
geo_NUM_INTRINSICS |
Definition at line 915 of file GEO_PrimTetra.C.
void newGeometryPrim | ( | GA_PrimitiveFactory * | factory | ) |
Definition at line 908 of file GEO_PrimTetra.C.
template void UTparallelForLightItems | ( | const UT_BlockedRange< GA_Size > & | , |
const GEO_PrimTetra::geo_SetVertexListsParallel & | , | ||
const bool | |||
) |