HDK
|
#include "TIL_API.h"
#include "TIL_Defines.h"
#include "TIL_Tile.h"
#include "TIL_PriorityQueue.h"
#include <UT/UT_Cache.h>
#include <UT/UT_Map.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_StopWatch.h>
#include <UT/UT_Lock.h>
#include <SYS/SYS_Hash.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | TIL_TileCache |
struct | TIL_TileCache::TileKey::Hasher |
Typedefs | |
typedef bool(* | TIL_IsPlaneCheckpointedCallbackType )(void *opaque_cop_node, const char *plane_name, float cook_time) |
typedef bool(* TIL_IsPlaneCheckpointedCallbackType)(void *opaque_cop_node, const char *plane_name, float cook_time) |
Definition at line 35 of file TIL_TileCache.h.