#include <vtkRectilinearGridSource.h>
Inheritance diagram for vtkRectilinearGridSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkRectilinearGrid * | GetOutput () |
vtkRectilinearGrid * | GetOutput (int idx) |
void | SetOutput (vtkRectilinearGrid *output) |
Static Public Methods | |
vtkRectilinearGridSource * | New () |
int | IsTypeOf (const char *type) |
vtkRectilinearGridSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkRectilinearGridSource () | |
~vtkRectilinearGridSource () | |
vtkRectilinearGridSource (const vtkRectilinearGridSource &) | |
void | operator= (const vtkRectilinearGridSource &) |
Protected Attributes | |
int | ExecuteExtent [6] |
vtkRectilinearGridSource is an abstract class whose subclasses generate rectilinear grid data.
Definition at line 58 of file vtkRectilinearGridSource.h.
|
|
|
Definition at line 72 of file vtkRectilinearGridSource.h. |
|
Definition at line 73 of file vtkRectilinearGridSource.h. |
|
Instantiate object with no start, end, or progress methods. Reimplemented from vtkSource. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. |
|
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 vtkSource. |
|
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 vtkSource. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkSource. |
|
Get the output of this source. |
|
Reimplemented from vtkSource. Definition at line 66 of file vtkRectilinearGridSource.h. |
|
|
|
Definition at line 74 of file vtkRectilinearGridSource.h. |
|
Definition at line 78 of file vtkRectilinearGridSource.h. |