Compute Graph Framework SDK Reference  5.16
dw::framework::NodeAllocationParams Struct Reference

Detailed Description

Definition at line 57 of file SimpleNode.hpp.

Public Member Functions

 NodeAllocationParams ()=delete
 
 NodeAllocationParams (size_t maxInputPortCount_, size_t maxOutputPortCount_, size_t maxPassCount_)
 

Public Attributes

size_t maxInputPortCount {}
 
size_t maxOutputPortCount {}
 
size_t maxPassCount {}
 

Constructor & Destructor Documentation

◆ NodeAllocationParams() [1/2]

dw::framework::NodeAllocationParams::NodeAllocationParams ( )
delete

◆ NodeAllocationParams() [2/2]

dw::framework::NodeAllocationParams::NodeAllocationParams ( size_t  maxInputPortCount_,
size_t  maxOutputPortCount_,
size_t  maxPassCount_ 
)
inline

Definition at line 61 of file SimpleNode.hpp.

Member Data Documentation

◆ maxInputPortCount

size_t dw::framework::NodeAllocationParams::maxInputPortCount {}

Definition at line 70 of file SimpleNode.hpp.

◆ maxOutputPortCount

size_t dw::framework::NodeAllocationParams::maxOutputPortCount {}

Definition at line 71 of file SimpleNode.hpp.

◆ maxPassCount

size_t dw::framework::NodeAllocationParams::maxPassCount {}

Definition at line 72 of file SimpleNode.hpp.


The documentation for this struct was generated from the following file: