MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ initialize()

virtual void MayaFlux::Nodes::Network::NodeNetwork::initialize ( )
inlinevirtual

Called once before first process_batch()

Use for expensive one-time initialization:

  • Building neighbor maps
  • Allocating buffers
  • Computing lookup tables

Reimplemented in MayaFlux::Nodes::Network::ModalNetwork, and MayaFlux::Nodes::Network::ParticleNetwork.

Definition at line 230 of file NodeNetwork.hpp.

230{ }

Referenced by ensure_initialized().

+ Here is the caller graph for this function: