#include <vtkImageImportExecutive.h>
Definition at line 25 of file vtkImageImportExecutive.h.
Public Types | |
typedef vtkStreamingDemandDrivenPipeline | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
Static Public Member Functions | |
static vtkImageImportExecutive * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageImportExecutive * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageImportExecutive () | |
~vtkImageImportExecutive () |
Reimplemented from vtkStreamingDemandDrivenPipeline.
Definition at line 31 of file vtkImageImportExecutive.h.
vtkImageImportExecutive::vtkImageImportExecutive | ( | ) | [inline, protected] |
Definition at line 41 of file vtkImageImportExecutive.h.
vtkImageImportExecutive::~vtkImageImportExecutive | ( | ) | [inline, protected] |
Definition at line 42 of file vtkImageImportExecutive.h.
static vtkImageImportExecutive* vtkImageImportExecutive::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual const char* vtkImageImportExecutive::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
static int vtkImageImportExecutive::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkStreamingDemandDrivenPipeline.
virtual int vtkImageImportExecutive::IsA | ( | const char * | name | ) | [virtual] |
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 vtkStreamingDemandDrivenPipeline.
static vtkImageImportExecutive* vtkImageImportExecutive::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual int vtkImageImportExecutive::ProcessRequest | ( | vtkInformation * | request, | |
vtkInformationVector ** | inInfo, | |||
vtkInformationVector * | outInfo | |||
) | [virtual] |
Override to implement some requests with callbacks.
Reimplemented from vtkStreamingDemandDrivenPipeline.