MayaFlux 0.3.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, MayaFlux::Nodes::Network::ParticleNetwork, MayaFlux::Nodes::Network::PointCloudNetwork, and MayaFlux::Nodes::Network::WaveguideNetwork.

Definition at line 244 of file NodeNetwork.hpp.

244{ }

Referenced by ensure_initialized().

+ Here is the caller graph for this function: