#include <vtkTIFFReader.h>
Inheritance diagram for vtkTIFFReader:
vtkTIFFReader is a source object that reads TIFF files. It should be able to read almost any TIFF file
Definition at line 37 of file vtkTIFFReader.h.
Public Types | |
typedef vtkImageReader2 | Superclass |
enum | { NOFORMAT, RGB, GRAYSCALE, PALETTE_RGB, PALETTE_GRAYSCALE, OTHER } |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | InitializeColors () |
void | ReadImageInternal (void *, void *outPtr, int *outExt, unsigned int size) |
vtkTIFFReaderInternal * | GetInternalImage () |
int | EvaluateImageAt (void *, void *) |
virtual int | CanReadFile (const char *fname) |
virtual const char * | GetFileExtensions () |
virtual const char * | GetDescriptiveName () |
Static Public Member Functions | |
static vtkTIFFReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkTIFFReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTIFFReader () | |
~vtkTIFFReader () | |
void | GetColor (int index, unsigned short *r, unsigned short *g, unsigned short *b) |
unsigned int | GetFormat () |
virtual void | ExecuteInformation () |
virtual void | ExecuteData (vtkDataObject *out) |
|
Reimplemented from vtkImageReader2. Definition at line 41 of file vtkTIFFReader.h. |
|
Definition at line 69 of file vtkTIFFReader.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReader2. |
|
Reimplemented from vtkImageReader2. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImageReader2. |
|
Is the given file name a tiff file file? |
|
Get the file extensions for this format. Returns a string with a space separated list of extensions in the format .extension Reimplemented from vtkImageReader2. Definition at line 50 of file vtkTIFFReader.h. |
|
Return a descriptive name for the file format that might be useful in a GUI. Reimplemented from vtkImageReader2. Definition at line 59 of file vtkTIFFReader.h. |
|
Auxilary methods used by the reader internally. |
|
|
|
Method to access internal image. Not to be used outside the class. Definition at line 75 of file vtkTIFFReader.h. |
|
|
|
|
|
|
|
Reimplemented from vtkImageReader2. |
|
This method is the old style execute method Reimplemented from vtkImageReader2. |