VTK
|
Compute point arrays from cell arrays. More...
#include <vtkPCellDataToPointData.h>
Public Types | |
typedef vtkCellDataToPointData | Superclass |
![]() | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPCellDataToPointData * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPieceInvariant (int) |
virtual int | GetPieceInvariant () |
virtual void | PieceInvariantOn () |
virtual void | PieceInvariantOff () |
![]() | |
vtkCellDataToPointData * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPassCellData (int) |
virtual int | GetPassCellData () |
virtual void | PassCellDataOn () |
virtual void | PassCellDataOff () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPCellDataToPointData * | SafeDownCast (vtkObjectBase *o) |
static vtkPCellDataToPointData * | New () |
![]() | |
static vtkCellDataToPointData * | New () |
static int | IsTypeOf (const char *type) |
static vtkCellDataToPointData * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPCellDataToPointData () | |
~vtkPCellDataToPointData () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
![]() | |
vtkCellDataToPointData () | |
~vtkCellDataToPointData () | |
int | RequestDataForUnstructuredGrid (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | PieceInvariant |
![]() | |
int | PassCellData |
Compute point arrays from cell arrays.
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 31 of file vtkPCellDataToPointData.h.
Definition at line 34 of file vtkPCellDataToPointData.h.
|
protected |
|
inlineprotected |
Definition at line 49 of file vtkPCellDataToPointData.h.
|
static |
|
virtual |
Reimplemented from vtkCellDataToPointData.
|
static |
|
protectedvirtual |
Reimplemented from vtkCellDataToPointData.
vtkPCellDataToPointData* vtkPCellDataToPointData::NewInstance | ( | ) | const |
void vtkPCellDataToPointData::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
virtual |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
|
virtual |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
|
virtual |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
|
virtual |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
|
protectedvirtual |
Reimplemented from vtkCellDataToPointData.
|
protectedvirtual |
|
protected |
Definition at line 59 of file vtkPCellDataToPointData.h.