Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkHierarchicalBoxCellDataToPointData Class Reference

#include <vtkHierarchicalBoxCellDataToPointData.h>

Inheritance diagram for vtkHierarchicalBoxCellDataToPointData:

Inheritance graph
[legend]
Collaboration diagram for vtkHierarchicalBoxCellDataToPointData:

Collaboration graph
[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:
  • Geveci, Berk
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.

Public Types

typedef vtkHierarchicalBoxToHierarchicalBoxFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetPassCellData (int)
virtual int GetPassCellData ()
virtual void PassCellDataOn ()
virtual void PassCellDataOff ()

Static Public Member Functions

vtkHierarchicalBoxCellDataToPointDataNew ()
int IsTypeOf (const char *type)
vtkHierarchicalBoxCellDataToPointDataSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkHierarchicalBoxCellDataToPointData ()
 ~vtkHierarchicalBoxCellDataToPointData ()
virtual void ExecuteData (vtkDataObject *)

Protected Attributes

int PassCellData


Member Typedef Documentation

typedef vtkHierarchicalBoxToHierarchicalBoxFilter vtkHierarchicalBoxCellDataToPointData::Superclass
 

Reimplemented from vtkHierarchicalBoxToHierarchicalBoxFilter.

Definition at line 55 of file vtkHierarchicalBoxCellDataToPointData.h.


Constructor & Destructor Documentation

vtkHierarchicalBoxCellDataToPointData::vtkHierarchicalBoxCellDataToPointData  )  [protected]
 

vtkHierarchicalBoxCellDataToPointData::~vtkHierarchicalBoxCellDataToPointData  )  [protected]
 


Member Function Documentation

vtkHierarchicalBoxCellDataToPointData* vtkHierarchicalBoxCellDataToPointData::New  )  [static]
 

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]
 

Reimplemented from vtkHierarchicalBoxToHierarchicalBoxFilter.

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.

vtkHierarchicalBoxCellDataToPointData* vtkHierarchicalBoxCellDataToPointData::SafeDownCast vtkObject o  )  [static]
 

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

int vtkHierarchicalBoxCellDataToPointData::PassCellData [protected]
 

Definition at line 73 of file vtkHierarchicalBoxCellDataToPointData.h.


The documentation for this class was generated from the following file: