The IFloatVector4Attribute interface. More...

#include "murl_graph_i_attribute.h"

Public Member Functions

virtual IAttributeGetAttributeInterface ()=0
 Get the attribute object's mutable base interface to access common properties. More...
 
virtual const IAttributeGetAttributeInterface () const =0
 Get the attribute object's constant base interface to access common properties. More...
 
virtual FloatGetValue (UInt32 index)=0
 Get a mutable pointer to the attribute's value at a given index. More...
 
virtual const FloatGetValue (UInt32 index) const =0
 Get a constant pointer to the attribute's value at a given index. More...
 

Detailed Description

The IFloatVector4Attribute interface.

This interface represents a specialized vertex attribute object representing a 4-component vector of 32bit floating point values.

Member Function Documentation

◆ GetAttributeInterface() [1/2]

virtual IAttribute* Murl::Graph::IFloatVector4Attribute::GetAttributeInterface ( )
pure virtual

Get the attribute object's mutable base interface to access common properties.

Returns
The mutable base interface.

◆ GetAttributeInterface() [2/2]

virtual const IAttribute* Murl::Graph::IFloatVector4Attribute::GetAttributeInterface ( ) const
pure virtual

Get the attribute object's constant base interface to access common properties.

Returns
The constant base interface.

◆ GetValue() [1/2]

virtual Float* Murl::Graph::IFloatVector4Attribute::GetValue ( UInt32  index)
pure virtual

Get a mutable pointer to the attribute's value at a given index.

Parameters
indexThe zero-based index of the vertex entry to access.
Returns
A pointer to the attribute value within the requested vertex entry.

◆ GetValue() [2/2]

virtual const Float* Murl::Graph::IFloatVector4Attribute::GetValue ( UInt32  index) const
pure virtual

Get a constant pointer to the attribute's value at a given index.

Parameters
indexThe zero-based index of the vertex entry to access.
Returns
A pointer to the attribute value within the requested vertex entry.

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


Copyright © 2011-2024 Spraylight GmbH.