MDL SDK API nvidia_logo_transpbg.gif Up
mi::mdl::DAG_call::Call_argument Struct Reference

A simple value helper class, a pair of an argument expression and a parameter name. More...

#include <mdl_generated_dag.h>

Public Member Functions

 Call_argument ()
 Default constructor. More...
 
 Call_argument (DAG_node const *arg, char const *param_name)
 Constructor. More...
 

Public Attributes

DAG_node const * arg
 The call argument expression. More...
 
char const * param_name
 The name of the parameter. More...
 

Detailed Description

A simple value helper class, a pair of an argument expression and a parameter name.

Constructor & Destructor Documentation

 Call_argument() [1/2]

mi::mdl::DAG_call::Call_argument::Call_argument ( )
inline

Default constructor.

 Call_argument() [2/2]

mi::mdl::DAG_call::Call_argument::Call_argument ( DAG_node const *  arg,
char const *  param_name 
)
inline

Constructor.

Parameters
argThe call argument expression.
param_nameThe name of the parameter.

Member Data Documentation

 arg

DAG_node const* mi::mdl::DAG_call::Call_argument::arg

The call argument expression.

 param_name

char const* mi::mdl::DAG_call::Call_argument::param_name

The name of the parameter.