map cell data to point data
More...
#include <vtkCellDataToPointData.h>
map cell data to point data
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.
- Warning
- This filter is an abstract filter, that is, the output is an abstract type (i.e., vtkDataSet). Use the convenience methods (e.g., GetPolyDataOutput(), GetStructuredPointsOutput(), etc.) to get the type of output you want.
- See Also
- vtkPointData vtkCellData vtkPointDataToCellData
- Examples:
- vtkCellDataToPointData (Examples)
- Tests:
- vtkCellDataToPointData (Tests)
Definition at line 48 of file vtkCellDataToPointData.h.
vtkCellDataToPointData::vtkCellDataToPointData |
( |
| ) |
|
|
protected |
vtkCellDataToPointData::~vtkCellDataToPointData |
( |
| ) |
|
|
inlineprotected |
static int vtkCellDataToPointData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkCellDataToPointData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkCellDataToPointData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkCellDataToPointData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkCellDataToPointData::SetPassCellData |
( |
int |
| ) |
|
|
virtual |
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.
virtual int vtkCellDataToPointData::GetPassCellData |
( |
| ) |
|
|
virtual |
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.
virtual void vtkCellDataToPointData::PassCellDataOn |
( |
| ) |
|
|
virtual |
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.
virtual void vtkCellDataToPointData::PassCellDataOff |
( |
| ) |
|
|
virtual |
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.
virtual int vtkCellDataToPointData::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
int vtkCellDataToPointData::RequestDataForUnstructuredGrid |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkCellDataToPointData::PassCellData |
|
protected |
The documentation for this class was generated from the following file: