#include <vtkDataSetSource.h>
Inheritance diagram for vtkDataSetSource:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
vtkDataSet * | GetOutput () |
vtkDataSet * | GetOutput (int idx) |
void | SetOutput (vtkDataSet *) |
Static Public Methods | |
vtkDataSetSource * | New () |
int | IsTypeOf (const char *type) |
vtkDataSetSource * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkDataSetSource () | |
~vtkDataSetSource () |
vtkDataSetSource is an abstract class whose subclasses generate datasets.
Definition at line 55 of file vtkDataSetSource.h.
|
|
|
Definition at line 71 of file vtkDataSetSource.h. |
|
|
|
|
|
|
Get the output of this source. Reimplemented in vtkDataSetToDataSetFilter. Referenced by vtkDataSetToDataSetFilter::GetOutput().
|
|
Get the output of this source. Reimplemented from vtkSource. Reimplemented in vtkDataSetToDataSetFilter. Definition at line 64 of file vtkDataSetSource.h. |
|
Get the output of this source. |