Compute Graph Framework SDK Reference  5.12
Deprecated List
Member dw::framework::PassImpl< PassFunctionT >::PassImpl (Node &node, PassFunctionT const passFunc, dwProcessorType const processor, cudaStream_t const cudaStream, std::initializer_list< std::pair< dwStatus, uint32_t > > const &returnMapping={})
Member dw::framework::SimpleNode::addPass (Pass *pass)
Use registerPass() instead.
Member dw::framework::SimpleNode::make_port (Args &&... args)
Use initInputPort() / initInputArrayPort() / initOutputPort() / initOutputArrayPort() and getInputPort() / getInputPort(size_t) / getOutputPort() / getOutputPort(size_t) instead.
Member dw::framework::SimpleNodeT< T >::createSetupPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::setupImpl.
Member dw::framework::SimpleNodeT< T >::createTeardownPass () override
When using SimpleProcessNodeT as the base class for a concrete node this methods shouldn't be invoked since the base class provides a default implementation for the setup pass in SimpleProcessNodeT::teardownImpl.
Class dw::framework::SimpleProcessNode
Use SimpleNode instead.
Class dw::framework::SimpleProcessNodeT< T >
Use SimpleNodeT<T> instead.