savu.plugins.cpu_plugin

class savu.plugins.cpu_plugin.CpuPlugin

Bases: object

The base class from which all plugins should inherit.

process(data, output, processes, process)

This method is called after the plugin has been created by the pipeline framework

Parameters:
  • data (savu.data.structures) – The input data object.
  • data – The output data object
  • processes – The number of processes which will be doing the work
  • path (int) – The specific process which we are
run_process(data, output, processes, process)

Previous topic

savu.plugins.plugin

Next topic

savu.plugins.gpu_plugin

This Page