HDK
|
#include "APEX_API.h"
#include "APEX_Buffer.h"
#include "APEX_COW.h"
#include "APEX_Include.h"
#include "APEX_Types.h"
#include <GU/GU_Detail.h>
#include <UT/UT_Array.h>
#include <UT/UT_ArrayMap.h>
#include <UT/UT_ArrayStringMap.h>
#include <UT/UT_Assert.h>
#include <UT/UT_Base64.h>
#include <UT/UT_OptionEntry.h>
#include <UT/UT_Options.h>
#include <UT/UT_StringArray.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_StringStream.h>
#include <UT/UT_UniquePtr.h>
#include <UT/UT_ValArray.h>
#include <UT/UT_WorkBuffer.h>
#include <SYS/SYS_Types.h>
#include <new>
#include <typeindex>
#include <utility>
Go to the source code of this file.
Classes | |
struct | UT::DefaultClearer< T > |
struct | UT::DefaultClearer< apex::APEX_TrackedArgument > |
class | apex::APEX_ParmDict |
Namespaces | |
UT | |
apex | |
Typedefs | |
using | apex::Dict = APEX_COWHandle< APEX_ParmDict > |
using | apex::DictArray = ApexArray< Dict > |
Functions | |
void | apex::setUtOption (UT_Options &opt, const UT_StringRef &key, const APEX_Argument &arg, bool include_geometry=false, bool include_typeinfo=true) |