HDK
|
#include "HUSD_API.h"
#include "HUSD_DataHandle.h"
#include "HUSD_OutputProcessor.h"
#include "HUSD_TimeCode.h"
#include <UT/UT_Interval.h>
#include <UT/UT_Options.h>
#include <UT/UT_PathPattern.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringMap.h>
#include <UT/UT_UniquePtr.h>
#include <SYS/SYS_Types.h>
Go to the source code of this file.
Classes | |
struct | HUSD_OutputProcessorAndOverrides |
class | husd_SaveTimeData |
class | husd_SaveProcessorData |
class | husd_SaveDefaultPrimData |
class | husd_SaveConfigFlags |
class | HUSD_Save |
Typedefs | |
using | HUSD_OutputProcessorAndOverridesArray = UT_Array< HUSD_OutputProcessorAndOverrides > |
Enumerations | |
enum | HUSD_SaveStyle { HUSD_SAVE_FLATTENED_IMPLICIT_LAYERS, HUSD_SAVE_FLATTENED_ALL_LAYERS, HUSD_SAVE_FLATTENED_STAGE, HUSD_SAVE_SEPARATE_LAYERS } |
Definition at line 51 of file HUSD_Save.h.
enum HUSD_SaveStyle |
Enumerator | |
---|---|
HUSD_SAVE_FLATTENED_IMPLICIT_LAYERS | |
HUSD_SAVE_FLATTENED_ALL_LAYERS | |
HUSD_SAVE_FLATTENED_STAGE | |
HUSD_SAVE_SEPARATE_LAYERS |
Definition at line 35 of file HUSD_Save.h.