Table of Contents

Class: CompositeImageSink filetype/imagesink.py

An ImageSink that forwards all its method calls to each of its clients.

All filter-like image sinks are derived from the CompositeImageSink class. They all have the optional argument clients in the constructor.

Base Classes   
ImageSink
Methods   
Abort
AddClient
Begin
BeginImage
BeginSeries
ClearClients
End
EndImage
FinalEnd
Frame
HeaderInfo
SetFormat
SetOutputDatatype
SetOutputFilename
Skip
__init__
setscale
setshift
xinit
  Abort 
Abort ( self )

Part of ImageSink protocol

  AddClient 
AddClient ( self,  client )

Add a new client to the list of ImageSinks

Exceptions   
TypeError( "Trying to add non-instance object as client to CompositeImageSink: '%s'" % client )
  Begin 
Begin ( self,  filename )

Part of ImageSink protocol

  BeginImage 
BeginImage ( self )

Part of ImageSink protocol

  BeginSeries 
BeginSeries ( self,  n )

Part of ImageSink protocol

  ClearClients 
ClearClients ( self )

Remove all clients.

  End 
End ( self )

Part of ImageSink protocol

  EndImage 
EndImage ( self )

Part of ImageSink protocol

  FinalEnd 
FinalEnd ( self )

Part of ImageSink protocol

  Frame 
Frame ( self,  data )

Part of ImageSink protocol

  HeaderInfo 
HeaderInfo ( self,  header )

Part of ImageSink protocol

  SetFormat 
SetFormat ( self,  format )

Part of ImageSink protocol

  SetOutputDatatype 
SetOutputDatatype ( self,  datatype )

Part of ImageSink protocol

  SetOutputFilename 
SetOutputFilename ( self,  outfilename )

Part of ImageSink protocol

  Skip 
Skip ( self,  time )

Part of ImageSink protocol

  __init__ 
__init__ (
        self,
        clients=None,
        *arg,
        *kw,
        )

Constructor.

optional parameters:

clients

a single client (ImageSink instance) or a list of such clients.

All other arguments should be handled by the xinit method of the subclass.

  setscale 
setscale (
        self,
        scale=None,
        force=None,
        )

Part of ImageSink protocol

  setshift 
setshift ( self,  shift=None )

Part of ImageSink protocol

  xinit 
xinit (
        self,
        *arg,
        *kw,
        )

Warn for unhandled arguments.


Table of Contents

This document was automatically generated on Fri Jul 3 09:28:36 2009 by HappyDoc version WORKING