#include <vtkCellDataToPointData.h>
Inheritance diagram for vtkCellDataToPointData:
vtkCellDataToPointData is a filter that transforms cell data (i.e., data specified per cell) into point data (i.e., data specified at cell points). The method of transformation is based on averaging the data values of all cells using a particular point. Optionally, the input cell data can be passed through to the output as well.
Definition at line 57 of file vtkCellDataToPointData.h.
Public Types | |
typedef vtkDataSetToDataSetFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPassCellData (int) |
virtual int | GetPassCellData () |
virtual void | PassCellDataOn () |
virtual void | PassCellDataOff () |
Static Public Member Functions | |
vtkCellDataToPointData * | New () |
int | IsTypeOf (const char *type) |
vtkCellDataToPointData * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCellDataToPointData () | |
~vtkCellDataToPointData () | |
void | Execute () |
Protected Attributes | |
int | PassCellData |
|
Reimplemented from vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. Definition at line 61 of file vtkCellDataToPointData.h. |
|
|
|
Definition at line 75 of file vtkCellDataToPointData.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. Reimplemented in vtkPCellDataToPointData. |
|
Reimplemented from vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. |
|
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 vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. |
|
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 vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. |
|
Reimplemented from vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. |
|
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 vtkDataSetToDataSetFilter. Reimplemented in vtkPCellDataToPointData. |
|
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. |
|
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. |
|
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. |
|
Control whether the input cell data is to be passed to the output. If on, then the input cell data is passed through to the output; otherwise, only generated point data is placed into the output. |
|
This method is the old style execute method Reimplemented from vtkSource. Reimplemented in vtkPCellDataToPointData. |
|
Definition at line 79 of file vtkCellDataToPointData.h. |