Section: Visualization Toolkit IO Classes
To create an instance of class vtkTIFFWriter, simply invoke its constructor as follows
obj = vtkTIFFWriter
obj is an instance of the vtkTIFFWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTIFFWriter = obj.NewInstance ()
vtkTIFFWriter = obj.SafeDownCast (vtkObject o)
obj.SetCompression (int ) - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
int = obj.GetCompressionMinValue () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
int = obj.GetCompressionMaxValue () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
int = obj.GetCompression () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
obj.SetCompressionToNoCompression () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
obj.SetCompressionToPackBits () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
obj.SetCompressionToJPEG () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
obj.SetCompressionToDeflate () - Set compression type. Sinze LZW compression is patented outside US, the
additional work steps have to be taken in order to use that compression.
obj.SetCompressionToLZW ()