VTK
|
map attribute data to field data More...
#include <vtkAttributeDataToFieldDataFilter.h>
Inherits vtkDataSetAlgorithm.
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | IsA (const char *type) |
vtkAttributeDataToFieldDataFilter * | NewInstance () const |
virtual void | SetPassAttributeData (int) |
virtual int | GetPassAttributeData () |
virtual void | PassAttributeDataOn () |
virtual void | PassAttributeDataOff () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkAttributeDataToFieldDataFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkAttributeDataToFieldDataFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkAttributeDataToFieldDataFilter () | |
~vtkAttributeDataToFieldDataFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
int | PassAttributeData |
map attribute data to field data
vtkAttributeDataToFieldDataFilter is a class that maps attribute data into field data. Since this filter is a subclass of vtkDataSetAlgorithm, the output dataset (whose structure is the same as the input dataset), will contain the field data that is generated. The filter will convert point and cell attribute data to field data and assign it as point and cell field data, replacing any point or field data that was there previously. By default, the original non-field point and cell attribute data will be passed to the output of the filter, although you can shut this behavior down.
Definition at line 47 of file vtkAttributeDataToFieldDataFilter.h.
typedef vtkDataSetAlgorithm vtkAttributeDataToFieldDataFilter::Superclass |
Definition at line 51 of file vtkAttributeDataToFieldDataFilter.h.
|
protected |
|
inlineprotected |
Definition at line 66 of file vtkAttributeDataToFieldDataFilter.h.
void vtkAttributeDataToFieldDataFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkAttributeDataToFieldDataFilter* vtkAttributeDataToFieldDataFilter::NewInstance | ( | ) | const |
|
static |
Construct this object.
|
virtual |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
|
virtual |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
|
virtual |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
|
virtual |
Turn on/off the passing of point and cell non-field attribute data to the output of the filter.
|
protectedvirtual |
|
protected |
Definition at line 70 of file vtkAttributeDataToFieldDataFilter.h.