#include <vtkPCellDataToPointData.h>
Inheritance diagram for vtkPCellDataToPointData:
Like it super class, this filter averages the cell data around a point to get new point data. This subclass requests a layer of ghost cells to make the results invariant to pieces. There is a "PieceInvariant" flag that lets the user change the behavior of the filter to that of its superclass.
Definition at line 44 of file vtkPCellDataToPointData.h.
Public Types | |
typedef vtkCellDataToPointData | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPieceInvariant (int) |
virtual int | GetPieceInvariant () |
virtual void | PieceInvariantOn () |
virtual void | PieceInvariantOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkPCellDataToPointData * | SafeDownCast (vtkObject *o) |
vtkPCellDataToPointData * | New () |
Protected Methods | |
vtkPCellDataToPointData () | |
~vtkPCellDataToPointData () | |
virtual void | Execute () |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
Protected Attributes | |
int | PieceInvariant |
|
Reimplemented from vtkCellDataToPointData. Definition at line 47 of file vtkPCellDataToPointData.h. |
|
|
|
Definition at line 62 of file vtkPCellDataToPointData.h. |
|
Reimplemented from vtkCellDataToPointData. |
|
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 vtkCellDataToPointData. |
|
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 vtkCellDataToPointData. |
|
Reimplemented from vtkCellDataToPointData. |
|
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 vtkCellDataToPointData. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkCellDataToPointData. |
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
|
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on. |
|
This method is the old style execute method Reimplemented from vtkCellDataToPointData. |
|
By default copy the output update extent to the input Reimplemented from vtkDataSetToDataSetFilter. |
|
Definition at line 68 of file vtkPCellDataToPointData.h. |