Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkCellDataToPointData Class Reference

map cell data to point data. More...

#include <vtkCellDataToPointData.h>

Inheritance diagram for vtkCellDataToPointData:

Inheritance graph
[legend]
Collaboration diagram for vtkCellDataToPointData:

Collaboration graph
[legend]
List of all members.

Public Methods

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 Methods

vtkCellDataToPointData * New ()
int IsTypeOf (const char *type)
vtkCellDataToPointData * SafeDownCast (vtkObject *o)

Protected Methods

 vtkCellDataToPointData ()
 ~vtkCellDataToPointData ()
 vtkCellDataToPointData (const vtkCellDataToPointData &)
void operator= (const vtkCellDataToPointData &)
void Execute ()

Protected Attributes

int PassCellData

Detailed Description

map cell data to point data.

Date:
2000/12/10 20:08:31
Revision:
1.12

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., vtkGetPolyDataOutput(), GetStructuredPointsOutput(), etc.) to get the type of output you want.
See also:
vtkDataSetToDataSetFilter vtkPointData vtkCellData vtkPointDataToCellData
Examples:
vtkCellDataToPointData (examples)

Definition at line 69 of file vtkCellDataToPointData.h.


Constructor & Destructor Documentation

vtkCellDataToPointData::vtkCellDataToPointData   [protected]
 

vtkCellDataToPointData::~vtkCellDataToPointData   [inline, protected]
 

Definition at line 85 of file vtkCellDataToPointData.h.

vtkCellDataToPointData::vtkCellDataToPointData const vtkCellDataToPointData &    [inline, protected]
 

Definition at line 86 of file vtkCellDataToPointData.h.


Member Function Documentation

vtkCellDataToPointData* vtkCellDataToPointData::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkDataSetSource.

virtual const char* vtkCellDataToPointData::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToDataSetFilter.

int vtkCellDataToPointData::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToDataSetFilter.

virtual int vtkCellDataToPointData::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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToDataSetFilter.

vtkCellDataToPointData* vtkCellDataToPointData::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkDataSetToDataSetFilter.

void vtkCellDataToPointData::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 vtkSource.

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]
 

virtual void vtkCellDataToPointData::PassCellDataOn   [virtual]
 

virtual void vtkCellDataToPointData::PassCellDataOff   [virtual]
 

void vtkCellDataToPointData::operator= const vtkCellDataToPointData &    [inline, protected]
 

Definition at line 87 of file vtkCellDataToPointData.h.

void vtkCellDataToPointData::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

int vtkCellDataToPointData::PassCellData [protected]
 

Definition at line 91 of file vtkCellDataToPointData.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:46:42 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001