Table of Contents

Class: AccumulatingSink filetype/imagesink.py

General Image Sink to get multiple images on input, and write a single one.

Internally builds up an image, which gets written at the time of FinalEnd()

Base Classes   
CompositeImageSink
Methods   
Begin
BeginImage
End
EndImage
FinalEnd
Frame
HeaderInfo
SetOutputDatatype
SetOutputFilename
  Begin 
Begin ( self,  filename )

Part of ImageSink protocol

  BeginImage 
BeginImage ( self )

Part of ImageSink protocol

  End 
End ( self )

Part of ImageSink protocol

  EndImage 
EndImage ( self )

Part of ImageSink protocol

  FinalEnd 
FinalEnd ( self )

Part of ImageSink protocol

Sends the image out. Assumes that the output file name is ready in self.outfilename, the header prepared as self.header, and the image frame as self.data

  Frame 
Frame ( self,  data )

Part of ImageSink protocol

  HeaderInfo 
HeaderInfo ( self,  header )

Part of ImageSink protocol

  SetOutputDatatype 
SetOutputDatatype ( self,  datatype )

Part of ImageSink protocol

  SetOutputFilename 
SetOutputFilename ( self,  outname )

Part of ImageSink protocol


Table of Contents

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