gstlal 1.13.0
Loading...
Searching...
No Matches
python.matplotlibhelper.BaseMatplotlibTransform Class Reference
Inheritance diagram for python.matplotlibhelper.BaseMatplotlibTransform:
Collaboration diagram for python.matplotlibhelper.BaseMatplotlibTransform:

Public Member Functions

 __init__ (self)
 do_transform_caps (self, direction, caps)
 do_transform_size (self, direction, caps, size, othercaps)

Public Attributes

 figure = figure()
 axes = self.figure.gca()

Detailed Description

Base class for transform elements that use Matplotlib to render video.

Definition at line 98 of file matplotlibhelper.py.

Constructor & Destructor Documentation

◆ __init__()

python.matplotlibhelper.BaseMatplotlibTransform.__init__ ( self)

Definition at line 103 of file matplotlibhelper.py.

Member Function Documentation

◆ do_transform_caps()

python.matplotlibhelper.BaseMatplotlibTransform.do_transform_caps ( self,
direction,
caps )
GstBaseTransform->transform_caps virtual method.

Definition at line 107 of file matplotlibhelper.py.

◆ do_transform_size()

python.matplotlibhelper.BaseMatplotlibTransform.do_transform_size ( self,
direction,
caps,
size,
othercaps )
GstBaseTransform->transform_size virtual method.

Definition at line 115 of file matplotlibhelper.py.

Member Data Documentation

◆ axes

python.matplotlibhelper.BaseMatplotlibTransform.axes = self.figure.gca()

Definition at line 105 of file matplotlibhelper.py.

◆ figure

python.matplotlibhelper.BaseMatplotlibTransform.figure = figure()

Definition at line 104 of file matplotlibhelper.py.


The documentation for this class was generated from the following file: