Murl::Graph::IGenericParameters Interface Referenceabstract

The IGenericParameters graph node interface. More...

#include "murl_graph_i_generic_parameters.h"

Inheritance diagram for Murl::Graph::IGenericParameters:

Public Member Functions

virtual INodeGetNodeInterface ()=0
 Get the mutable Graph::INode interface. More...
 
virtual const INodeGetNodeInterface () const =0
 Get the constant Graph::INode interface. More...
 
virtual IParametersGetParametersInterface ()=0
 Get the mutable Graph::IParameters interface. More...
 
virtual const IParametersGetParametersInterface () const =0
 Get the constant Graph::IParameters interface. More...
 
virtual IConstantBufferParametersGetConstantBufferParametersInterface ()=0
 Get the mutable Graph::IConstantBufferParameters interface. More...
 
virtual const IConstantBufferParametersGetConstantBufferParametersInterface () const =0
 Get the constant Graph::IConstantBufferParameters interface. More...
 
virtual IConstantBufferParameterGroupNodeTargetGetConstantBufferParameterGroupNodeTarget ()=0
 Get the mutable Graph::IConstantBufferParameterGroup container storing the individual parameter groups. More...
 
virtual const IConstantBufferParameterGroupNodeTargetGetConstantBufferParameterGroupNodeTarget () const =0
 Get the constant Graph::IConstantBufferParameterGroup container storing the individual parameter groups. More...
 

Detailed Description

The IGenericParameters graph node interface.

A generic parameters node represent a specialized constant buffer parameters node, and can be used to manually define a set of individual parameter groups without any connection to a specific shader.

See the Graph::IConstantBufferParameters base interface for additional information.

Member Function Documentation

◆ GetNodeInterface() [1/2]

virtual INode* Murl::Graph::IGenericParameters::GetNodeInterface ( )
pure virtual

Get the mutable Graph::INode interface.

This method returns a mutable pointer to the node's Graph::INode interface, to be able to query or modify common node properties such as active state, visibility or ID.

Returns
The mutable Graph::INode interface, or null if not available

◆ GetNodeInterface() [2/2]

virtual const INode* Murl::Graph::IGenericParameters::GetNodeInterface ( ) const
pure virtual

Get the constant Graph::INode interface.

This method returns a constant pointer to the node's Graph::INode interface, to be able to query common node properties such as active state, visibility or ID.

Returns
The constant Graph::INode interface, or null if not available

◆ GetParametersInterface() [1/2]

virtual IParameters* Murl::Graph::IGenericParameters::GetParametersInterface ( )
pure virtual

Get the mutable Graph::IParameters interface.

This method returns a mutable pointer to the node's Graph::IParameters interface, to be able to query or modify common parameter properties.

Returns
The mutable Graph::IParameters interface, or null if not available

◆ GetParametersInterface() [2/2]

virtual const IParameters* Murl::Graph::IGenericParameters::GetParametersInterface ( ) const
pure virtual

Get the constant Graph::IParameters interface.

This method returns a constant pointer to the node's Graph::IParameters interface, to be able to query common parameter properties.

Returns
The constant Graph::IParameters interface, or null if not available

◆ GetConstantBufferParametersInterface() [1/2]

virtual IConstantBufferParameters* Murl::Graph::IGenericParameters::GetConstantBufferParametersInterface ( )
pure virtual

Get the mutable Graph::IConstantBufferParameters interface.

This method returns a mutable pointer to the node's Graph::IConstantBufferParameters interface.

Returns
The mutable Graph::IConstantBufferParameters interface, or null if not available

◆ GetConstantBufferParametersInterface() [2/2]

virtual const IConstantBufferParameters* Murl::Graph::IGenericParameters::GetConstantBufferParametersInterface ( ) const
pure virtual

Get the constant Graph::IConstantBufferParameters interface.

This method returns a constant pointer to the node's Graph::IConstantBufferParameters interface.

Returns
The constant Graph::IConstantBufferParameters interface, or null if not available

◆ GetConstantBufferParameterGroupNodeTarget() [1/2]

virtual IConstantBufferParameterGroupNodeTarget* Murl::Graph::IGenericParameters::GetConstantBufferParameterGroupNodeTarget ( )
pure virtual

Get the mutable Graph::IConstantBufferParameterGroup container storing the individual parameter groups.

This method returns a mutable pointer to the node's Graph::IConstantBufferParameterGroup container that can be used to set or query the individual generic parameter group nodes.

Returns
The mutable Graph::IConstantBufferParameterGroup container, or null if not available.

◆ GetConstantBufferParameterGroupNodeTarget() [2/2]

virtual const IConstantBufferParameterGroupNodeTarget* Murl::Graph::IGenericParameters::GetConstantBufferParameterGroupNodeTarget ( ) const
pure virtual

Get the constant Graph::IConstantBufferParameterGroup container storing the individual parameter groups.

This method returns a constant pointer to the node's Graph::IConstantBufferParameterGroup container that can be used to query the individual generic parameter group nodes.

Returns
The constant Graph::IConstantBufferParameterGroup container, or null if not available.

The documentation for this interface was generated from the following file:
  • murl_graph_i_generic_parameters.h


Copyright © 2011-2024 Spraylight GmbH.