vtkHierarchicalBoxCellDataToPointData Class Reference
#include <vtkHierarchicalBoxCellDataToPointData.h>
Inheritance diagram for vtkHierarchicalBoxCellDataToPointData:
[legend]Collaboration diagram for vtkHierarchicalBoxCellDataToPointData:
[legend]List of all members.
Detailed Description
map cell data to point data
vtkHierarchicalBoxCellDataToPointData 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.
- Created by:
-
- CVS contributions (if > 5%):
- Geveci, Berk (90%)
- King, Brad (9%)
- CVS logs (CVSweb):
.cxx (/Graphics/vtkHierarchicalBoxCellDataToPointData
.cxx)
.h (/Graphics/vtkHierarchicalBoxCellDataToPointData
.h)
- Examples:
- vtkHierarchicalBoxCellDataToPointData (Examples)
- Tests:
- vtkHierarchicalBoxCellDataToPointData (Tests)
Definition at line 49 of file vtkHierarchicalBoxCellDataToPointData.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkHierarchicalBoxCellDataToPointData::vtkHierarchicalBoxCellDataToPointData |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkHierarchicalBoxCellDataToPointData::GetClassName |
( |
|
) |
[virtual] |
|
int vtkHierarchicalBoxCellDataToPointData::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxToHierarchicalBoxFilter. |
virtual int vtkHierarchicalBoxCellDataToPointData::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkHierarchicalBoxToHierarchicalBoxFilter. |
void vtkHierarchicalBoxCellDataToPointData::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 vtkHierarchicalBoxToHierarchicalBoxFilter. |
virtual void vtkHierarchicalBoxCellDataToPointData::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 vtkHierarchicalBoxCellDataToPointData::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 vtkHierarchicalBoxCellDataToPointData::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 vtkHierarchicalBoxCellDataToPointData::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 void vtkHierarchicalBoxCellDataToPointData::ExecuteData |
( |
vtkDataObject * |
|
) |
[protected, virtual] |
|
|
This method is the one that should be used by subclasses, right now the default implementation is to call the backwards compatibility method
Reimplemented from vtkSource. |
Member Data Documentation
The documentation for this class was generated from the following file: