HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
command.h File Reference
#include "pxr/pxr.h"
#include "pxr/imaging/hd/api.h"
#include "pxr/base/vt/dictionary.h"
#include "pxr/base/vt/value.h"
#include "pxr/base/tf/token.h"
#include <vector>
+ Include dependency graph for command.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HdCommandArgDescriptor
 
class  HdCommandDescriptor
 

Typedefs

using HdCommandArgDescriptors = std::vector< HdCommandArgDescriptor >
 
using HdCommandArgs = VtDictionary
 
using HdCommandDescriptors = std::vector< HdCommandDescriptor >
 

Typedef Documentation

Definition at line 66 of file command.h.

Command arguments are a map of tokens to values

Definition at line 71 of file command.h.

Definition at line 108 of file command.h.