VTK
|
#include <vtkImageImportExecutive.h>
Public Types | |
typedef vtkStreamingDemandDrivenPipeline | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImageImportExecutive * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImageImportExecutive () | |
~vtkImageImportExecutive () |
Definition at line 26 of file vtkImageImportExecutive.h.
Reimplemented from vtkStreamingDemandDrivenPipeline.
Definition at line 32 of file vtkImageImportExecutive.h.
vtkImageImportExecutive::vtkImageImportExecutive | ( | ) | [inline, protected] |
Definition at line 42 of file vtkImageImportExecutive.h.
vtkImageImportExecutive::~vtkImageImportExecutive | ( | ) | [inline, protected] |
Definition at line 43 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.
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkStreamingDemandDrivenPipeline.
static vtkImageImportExecutive* vtkImageImportExecutive::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual vtkObjectBase* vtkImageImportExecutive::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkStreamingDemandDrivenPipeline.
Reimplemented from vtkStreamingDemandDrivenPipeline.
virtual int vtkImageImportExecutive::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [virtual] |
Override to implement some requests with callbacks.
Reimplemented from vtkStreamingDemandDrivenPipeline.