irtk.scene.Integrator

class irtk.scene.Integrator(type: str, config: Dict[str, Any] | None = {})

A class representing an integrator.

__init__(type: str, config: Dict[str, Any] | None = {}) None

Initializes an Integrator object.

Parameters:
  • type (str) – The type of the integrator.

  • config (Optional[Dict[str, Any]]) – The configuration of the integrator.