#include <vtkAttributeDataToFieldDataFilter.h>
Inheritance diagram for vtkAttributeDataToFieldDataFilter:
Public Methods | |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | SetPassAttributeData (int) |
virtual int | GetPassAttributeData () |
virtual void | PassAttributeDataOn () |
virtual void | PassAttributeDataOff () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkAttributeDataToFieldDataFilter * | SafeDownCast (vtkObject *o) |
vtkAttributeDataToFieldDataFilter * | New () |
Protected Methods | |
vtkAttributeDataToFieldDataFilter () | |
~vtkAttributeDataToFieldDataFilter () | |
vtkAttributeDataToFieldDataFilter (const vtkAttributeDataToFieldDataFilter &) | |
void | operator= (const vtkAttributeDataToFieldDataFilter &) |
void | Execute () |
Protected Attributes | |
int | PassAttributeData |
vtkAttributeDataToFieldDataFilter is a class that maps attribute data into field data. Since this filter is a subclass of vtkDataSetToDataSetFilter, 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 76 of file vtkAttributeDataToFieldDataFilter.h.
|
|
|
Definition at line 93 of file vtkAttributeDataToFieldDataFilter.h. |
|
Definition at line 94 of file vtkAttributeDataToFieldDataFilter.h. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
Construct this object. Reimplemented from vtkDataSetSource. |
|
Turn on/off the passing of point and cell non-field attribute data to the output of the filter. |
|
|
|
|
|
|
|
Definition at line 95 of file vtkAttributeDataToFieldDataFilter.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 99 of file vtkAttributeDataToFieldDataFilter.h. |