VTK
|
Compute point arrays from cell arrays. More...
#include <vtkPCellDataToPointData.h>
Public Types | |
typedef vtkCellDataToPointData | 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 () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPCellDataToPointData * | SafeDownCast (vtkObjectBase *o) |
static vtkPCellDataToPointData * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPCellDataToPointData () | |
~vtkPCellDataToPointData () | |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | PieceInvariant |
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.
Reimplemented from vtkCellDataToPointData.
Definition at line 34 of file vtkPCellDataToPointData.h.
vtkPCellDataToPointData::vtkPCellDataToPointData | ( | ) | [protected] |
vtkPCellDataToPointData::~vtkPCellDataToPointData | ( | ) | [inline, protected] |
Definition at line 49 of file vtkPCellDataToPointData.h.
static int vtkPCellDataToPointData::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkCellDataToPointData.
virtual int vtkPCellDataToPointData::IsA | ( | const char * | name | ) | [virtual] |
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 vtkCellDataToPointData.
static vtkPCellDataToPointData* vtkPCellDataToPointData::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkCellDataToPointData.
virtual vtkObjectBase* vtkPCellDataToPointData::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkCellDataToPointData.
Reimplemented from vtkCellDataToPointData.
void vtkPCellDataToPointData::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
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.
static vtkPCellDataToPointData* vtkPCellDataToPointData::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkCellDataToPointData.
virtual void vtkPCellDataToPointData::SetPieceInvariant | ( | int | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual int vtkPCellDataToPointData::GetPieceInvariant | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void vtkPCellDataToPointData::PieceInvariantOn | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual void vtkPCellDataToPointData::PieceInvariantOff | ( | ) | [virtual] |
To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.
virtual int vtkPCellDataToPointData::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkCellDataToPointData.
virtual int vtkPCellDataToPointData::RequestUpdateExtent | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when each filter in the pipeline decides what portion of its input is needed to create the portion of its output that the downstream filter asks for. This happens during the second pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.
int vtkPCellDataToPointData::PieceInvariant [protected] |
Definition at line 59 of file vtkPCellDataToPointData.h.