We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.

Only Essential Cookies
Accept All
ReferencesComputer Graphics KitC/C++CG Rendering FrameworkClass SummaryNodeFG

NodeFG

Expand

Class Info

class NodeFG

A node class in the FrameGraph directed acyclic graph.

Public Constructor Summary

Expand

Constructor Name

NodeFG(DirectedAcyclicGraph& daGraph)

A constructor.

Public Destructor Summary

Expand

Destructor Name

virtual ~NodeFG()

A destructor.

Public Method Summary

Expand

Qualifier and Type

Method Name and Description

u32

GetRefCount()

Obtains the reference count.

bool

IsCulled()

Whether culling is performed.

  • true: yes
  • false: no

Public Constructors

NodeFG

Expand

Constructor

NodeFG(DirectedAcyclicGraph& daGraph)

A constructor.

Parameters

Expand

Name

Description

daGraph

Directed acyclic graph.

Public Destructors

~NodeFG

Expand

Destructor

~NodeFG()

A destructor.

Public Methods

GetRefCount

Expand

Method

u32 GetRefCount()

Obtains the reference count.

Returns

Expand

Type

Description

u32

Reference count.

IsCulled

Expand

Method

bool IsCulled()

Checks whether culling is performed.

Returns

Expand

Type

Description

bool

Whether culling is performed.

  • true: yes
  • false: no
Search in References
Enter a keyword.