Murl::Graph::IGenericParameterGroup Interface Referenceabstract

The IGenericParameterGroup graph node interface. More...

#include "murl_graph_i_generic_parameter_group.h"

Inheritance diagram for Murl::Graph::IGenericParameterGroup:

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 IConstantBufferParameterGroupGetConstantBufferParameterGroupInterface ()=0
 Get the mutable Graph::IConstantBufferParameterGroup interface. More...
 
virtual const IConstantBufferParameterGroupGetConstantBufferParameterGroupInterface () const =0
 Get the constant Graph::IConstantBufferParameterGroup interface. More...
 
virtual IConstantBufferParameterNodeTargetGetConstantBufferParameterNodeTarget ()=0
 Get the mutable Graph::IConstantBufferParameter container storing the individual parameters. More...
 
virtual const IConstantBufferParameterNodeTargetGetConstantBufferParameterNodeTarget () const =0
 Get the constant Graph::IConstantBufferParameter container storing the individual parameters. More...
 

Detailed Description

The IGenericParameterGroup graph node interface.

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

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

Member Function Documentation

◆ GetNodeInterface() [1/2]

virtual INode* Murl::Graph::IGenericParameterGroup::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::IGenericParameterGroup::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

◆ GetConstantBufferParameterGroupInterface() [1/2]

virtual IConstantBufferParameterGroup* Murl::Graph::IGenericParameterGroup::GetConstantBufferParameterGroupInterface ( )
pure virtual

Get the mutable Graph::IConstantBufferParameterGroup interface.

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

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

◆ GetConstantBufferParameterGroupInterface() [2/2]

virtual const IConstantBufferParameterGroup* Murl::Graph::IGenericParameterGroup::GetConstantBufferParameterGroupInterface ( ) const
pure virtual

Get the constant Graph::IConstantBufferParameterGroup interface.

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

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

◆ GetConstantBufferParameterNodeTarget() [1/2]

virtual IConstantBufferParameterNodeTarget* Murl::Graph::IGenericParameterGroup::GetConstantBufferParameterNodeTarget ( )
pure virtual

Get the mutable Graph::IConstantBufferParameter container storing the individual parameters.

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

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

◆ GetConstantBufferParameterNodeTarget() [2/2]

virtual const IConstantBufferParameterNodeTarget* Murl::Graph::IGenericParameterGroup::GetConstantBufferParameterNodeTarget ( ) const
pure virtual

Get the constant Graph::IConstantBufferParameter container storing the individual parameters.

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

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

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


Copyright © 2011-2024 Spraylight GmbH.