map point data to cell data
More...
#include <vtkPointDataToCellData.h>
Inherits vtkDataSetAlgorithm.
map point data to cell data
vtkPointDataToCellData is a filter that transforms point data (i.e., data specified per point) into cell data (i.e., data specified per cell). The method of transformation is based on averaging the data values of all points defining a particular cell. Optionally, the input point 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 vtkCellDataToPointData
- Examples:
- vtkPointDataToCellData (Examples)
- Tests:
- vtkPointDataToCellData (Tests)
Definition at line 46 of file vtkPointDataToCellData.h.
vtkPointDataToCellData::vtkPointDataToCellData |
( |
| ) |
|
|
protected |
vtkPointDataToCellData::~vtkPointDataToCellData |
( |
| ) |
|
|
inlineprotected |
static int vtkPointDataToCellData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPointDataToCellData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPointDataToCellData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPointDataToCellData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkPointDataToCellData::SetPassPointData |
( |
int |
| ) |
|
|
virtual |
Control whether the input point data is to be passed to the output. If on, then the input point data is passed through to the output; otherwise, only generated point data is placed into the output.
virtual int vtkPointDataToCellData::GetPassPointData |
( |
| ) |
|
|
virtual |
Control whether the input point data is to be passed to the output. If on, then the input point data is passed through to the output; otherwise, only generated point data is placed into the output.
virtual void vtkPointDataToCellData::PassPointDataOn |
( |
| ) |
|
|
virtual |
Control whether the input point data is to be passed to the output. If on, then the input point data is passed through to the output; otherwise, only generated point data is placed into the output.
virtual void vtkPointDataToCellData::PassPointDataOff |
( |
| ) |
|
|
virtual |
Control whether the input point data is to be passed to the output. If on, then the input point data is passed through to the output; otherwise, only generated point data is placed into the output.
virtual int vtkPointDataToCellData::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
int vtkPointDataToCellData::PassPointData |
|
protected |
The documentation for this class was generated from the following file: