|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Seed vertex data from the upstream operator's current output.
Called by OperatorChain when consumes_upstream() is true. No-op if already initialised (m_count > 0) or if upstream is null. Derives vertex type from the upstream layout stride matching k_stride.
Reimplemented from MayaFlux::Nodes::Network::GraphicsOperator.
Definition at line 55 of file FieldOperator.cpp.
References count, MayaFlux::Nodes::Network::NetworkOperator::get_type_name(), MayaFlux::Nodes::Network::GraphicsOperator::get_vertex_data(), MayaFlux::Nodes::Network::GraphicsOperator::get_vertex_layout(), MayaFlux::Nodes::Network::GraphicsOperator::get_vertex_type_name(), k_stride, LINE, m_count, m_vertex_type, MESH, MF_DEBUG, MF_WARN, MayaFlux::Journal::NodeProcessing, MayaFlux::Journal::Nodes, POINT, and store_reference().
Here is the call graph for this function: