gstlal  1.4.1
Public Member Functions | Public Attributes | List of all members
python.matplotlibhelper.BaseMatplotlibTransform Class Reference
Inheritance diagram for python.matplotlibhelper.BaseMatplotlibTransform:
[legend]
Collaboration diagram for python.matplotlibhelper.BaseMatplotlibTransform:
[legend]

Public Member Functions

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

Public Attributes

 figure
 
 axes
 

Detailed Description

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

Definition at line 96 of file matplotlibhelper.py.

Member Function Documentation

◆ do_transform_caps()

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

Definition at line 105 of file matplotlibhelper.py.

◆ do_transform_size()

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

Definition at line 113 of file matplotlibhelper.py.


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