VTK
|
#include <vtkDataSetGradientPrecompute.h>
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkDataSetGradientPrecompute * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static vtkDataSetGradientPrecompute * | New () |
static int | IsTypeOf (const char *type) |
static vtkDataSetGradientPrecompute * | SafeDownCast (vtkObjectBase *o) |
static int | GradientPrecompute (vtkDataSet *ds) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkDataSetGradientPrecompute () | |
~vtkDataSetGradientPrecompute () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Computes a geometry based vector field that the DataSetGradient filter uses to accelerate gradient computation. This vector field is added to FieldData since it has a different value for each vertex of each cell (a vertex shared by two cell has two differents values).
Definition at line 35 of file vtkDataSetGradientPrecompute.h.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 39 of file vtkDataSetGradientPrecompute.h.
vtkDataSetGradientPrecompute::vtkDataSetGradientPrecompute | ( | ) | [protected] |
vtkDataSetGradientPrecompute::~vtkDataSetGradientPrecompute | ( | ) | [protected] |
static vtkDataSetGradientPrecompute* vtkDataSetGradientPrecompute::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataSetAlgorithm.
static int vtkDataSetGradientPrecompute::IsTypeOf | ( | const char * | name | ) | [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 vtkDataSetAlgorithm.
virtual int vtkDataSetGradientPrecompute::IsA | ( | const char * | name | ) | [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 vtkDataSetAlgorithm.
static vtkDataSetGradientPrecompute* vtkDataSetGradientPrecompute::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
virtual vtkObjectBase* vtkDataSetGradientPrecompute::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented from vtkDataSetAlgorithm.
void vtkDataSetGradientPrecompute::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 vtkDataSetAlgorithm.
static int vtkDataSetGradientPrecompute::GradientPrecompute | ( | vtkDataSet * | ds | ) | [static] |
virtual int vtkDataSetGradientPrecompute::RequestData | ( | vtkInformation * | , |
vtkInformationVector ** | , | ||
vtkInformationVector * | |||
) | [protected, virtual] |
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process.
Reimplemented from vtkDataSetAlgorithm.