#include <ecintegrator.h>
Public Member Functions | |
YRSurfaceIntegrator * | GetIntegrator () |
Access our yafray integrator. | |
virtual PYOBJECT | PyAsString () |
Python text representation method This function must be implemented by all children. | |
Static Public Member Functions | |
static bool | PyTypeCheck (PYOBJECT a_pObject) |
Python type check Verifies that the provided python object encapsulates an integrator. |
Base class for all supported surface integrators.
This class encapsulates the YR integrator interface, and provides Python support. All concrete implementations are simply specialized construction interfaces.
Definition at line 42 of file ecintegrator.h.
virtual PYOBJECT SurfaceIntegrator::PyAsString | ( | ) | [virtual] |
Python text representation method This function must be implemented by all children.
Reimplemented from EclipseObject.
static bool SurfaceIntegrator::PyTypeCheck | ( | PYOBJECT | a_pObject | ) | [static] |
Python type check Verifies that the provided python object encapsulates an integrator.
Reimplemented from EclipseObject.