HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdCommandArgDescriptor Class Reference

#include <command.h>

Public Member Functions

 HdCommandArgDescriptor ()
 
 HdCommandArgDescriptor (const TfToken &argName, const VtValue &defaultValue_)
 

Public Attributes

const TfToken argName
 
const VtValue defaultValue
 

Detailed Description

A bundle of state describing an argument to a command. See HdCommandDescriptor for more information about commands.

Definition at line 45 of file command.h.

Constructor & Destructor Documentation

HdCommandArgDescriptor::HdCommandArgDescriptor ( )
HdCommandArgDescriptor::HdCommandArgDescriptor ( const TfToken argName,
const VtValue defaultValue_ 
)
inline

Definition at line 49 of file command.h.

Member Data Documentation

const TfToken HdCommandArgDescriptor::argName

The name of the argument

Definition at line 58 of file command.h.

const VtValue HdCommandArgDescriptor::defaultValue

Default value for this argument

Definition at line 63 of file command.h.


The documentation for this class was generated from the following file: