VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPCellDataToPointData Class Reference

Compute point arrays from cell arrays. More...

#include <vtkPCellDataToPointData.h>

Inheritance diagram for vtkPCellDataToPointData:
[legend]
Collaboration diagram for vtkPCellDataToPointData:
[legend]

Public Types

typedef vtkCellDataToPointData Superclass
 
- Public Types inherited from vtkCellDataToPointData
typedef vtkDataSetAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPCellDataToPointDataNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetPieceInvariant (int)
 
virtual int GetPieceInvariant ()
 
virtual void PieceInvariantOn ()
 
virtual void PieceInvariantOff ()
 
- Public Member Functions inherited from vtkCellDataToPointData
vtkCellDataToPointDataNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetPassCellData (int)
 
virtual int GetPassCellData ()
 
virtual void PassCellDataOn ()
 
virtual void PassCellDataOff ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPCellDataToPointDataSafeDownCast (vtkObjectBase *o)
 
static vtkPCellDataToPointDataNew ()
 
- Static Public Member Functions inherited from vtkCellDataToPointData
static vtkCellDataToPointDataNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCellDataToPointDataSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPCellDataToPointData ()
 
 ~vtkPCellDataToPointData ()
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Protected Member Functions inherited from vtkCellDataToPointData
 vtkCellDataToPointData ()
 
 ~vtkCellDataToPointData ()
 
int RequestDataForUnstructuredGrid (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

int PieceInvariant
 
- Protected Attributes inherited from vtkCellDataToPointData
int PassCellData
 

Detailed Description

Compute point arrays from cell arrays.

Like it super class, this filter averages the cell data around a point to get new point data. This subclass requests a layer of ghost cells to make the results invariant to pieces. There is a "PieceInvariant" flag that lets the user change the behavior of the filter to that of its superclass.

Definition at line 31 of file vtkPCellDataToPointData.h.

Member Typedef Documentation

Definition at line 34 of file vtkPCellDataToPointData.h.

Constructor & Destructor Documentation

vtkPCellDataToPointData::vtkPCellDataToPointData ( )
protected
vtkPCellDataToPointData::~vtkPCellDataToPointData ( )
inlineprotected

Definition at line 49 of file vtkPCellDataToPointData.h.

Member Function Documentation

static int vtkPCellDataToPointData::IsTypeOf ( const char *  type)
static
virtual int vtkPCellDataToPointData::IsA ( const char *  type)
virtual

Reimplemented from vtkCellDataToPointData.

static vtkPCellDataToPointData* vtkPCellDataToPointData::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPCellDataToPointData::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkCellDataToPointData.

vtkPCellDataToPointData* vtkPCellDataToPointData::NewInstance ( ) const
void vtkPCellDataToPointData::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkPCellDataToPointData* vtkPCellDataToPointData::New ( )
static
virtual void vtkPCellDataToPointData::SetPieceInvariant ( int  )
virtual

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

virtual int vtkPCellDataToPointData::GetPieceInvariant ( )
virtual

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

virtual void vtkPCellDataToPointData::PieceInvariantOn ( )
virtual

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

virtual void vtkPCellDataToPointData::PieceInvariantOff ( )
virtual

To get piece invariance, this filter has to request an extra ghost level. By default piece invariance is on.

virtual int vtkPCellDataToPointData::RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protectedvirtual

Reimplemented from vtkCellDataToPointData.

virtual int vtkPCellDataToPointData::RequestUpdateExtent ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

Member Data Documentation

int vtkPCellDataToPointData::PieceInvariant
protected

Definition at line 59 of file vtkPCellDataToPointData.h.


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