HDK
|
#include "GAS_NetVDBSliceExchange.h"
#include <UT/UT_DSOVersion.h>
#include <UT/UT_Interrupt.h>
#include <UT/UT_NetMessage.h>
#include <UT/UT_StringStream.h>
#include <SIM/SIM_PRMShared.h>
#include <SIM/SIM_DopDescription.h>
#include <SIM/SIM_Object.h>
#include <SIM/SIM_GeometryCopy.h>
#include <SIM/SIM_Slice.h>
#include <GEO/GEO_PrimVolume.h>
#include <GU/GU_PrimVDB.h>
Go to the source code of this file.
void GASnetvdbsliceexchangeApplyPacket | ( | GU_PrimVDB * | vdb, |
GAS_NetVDBSliceExchange * | solver, | ||
SIM_Object * | obj, | ||
UT_NetMessage * | msg | ||
) |
Definition at line 309 of file GAS_NetVDBSliceExchange.C.
void GASnetvdbsliceexchangeApplyPacketToVDB | ( | GridType & | grid, |
GAS_NetVDBSliceExchange * | solver, | ||
SIM_Object * | obj, | ||
UT_NetMessage * | msg | ||
) |
Definition at line 236 of file GAS_NetVDBSliceExchange.C.
void GASnetvdbsliceexchangeBuildPacket | ( | GU_PrimVDB * | vdb, |
UT_Array< UT_NetMessage * > & | msgs, | ||
GAS_NetVDBSliceExchange * | solver, | ||
SIM_Object * | obj, | ||
fpreal | overlap, | ||
exint | thisslice, | ||
const SIM_SliceSearchTable & | slicetable | ||
) |
Definition at line 498 of file GAS_NetVDBSliceExchange.C.
void GASnetvdbsliceexchangeBuildPacketGrid | ( | GridType & | grid, |
const GEO_PrimVolumeXform & | indexxform, | ||
UT_Array< UT_NetMessage * > & | msgs, | ||
GAS_NetVDBSliceExchange * | solver, | ||
SIM_Object * | obj, | ||
fpreal | overlap, | ||
exint | thisslice, | ||
const SIM_SliceSearchTable & | slicetable | ||
) |
Definition at line 322 of file GAS_NetVDBSliceExchange.C.
void GASnetvdbsliceexchangeNetExchange | ( | GAS_NetVDBSliceExchange * | solver, |
SIM_Object * | obj, | ||
GU_PrimVDB * | vdb, | ||
const char * | tracker, | ||
int | port, | ||
const char * | jobname, | ||
exint | thisslice, | ||
const SIM_SliceSearchTable & | slicetable | ||
) |
Definition at line 514 of file GAS_NetVDBSliceExchange.C.
This is the hook that Houdini grabs from the dll to link in this. As such, it merely has to implement the data factory for this node.
Definition at line 52 of file GAS_NetVDBSliceExchange.C.