VTK
|
#include <vtkDataSetGradientPrecompute.h>
Inherits vtkDataSetAlgorithm.
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.
typedef vtkDataSetAlgorithm vtkDataSetGradientPrecompute::Superclass |
Definition at line 39 of file vtkDataSetGradientPrecompute.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkDataSetGradientPrecompute* vtkDataSetGradientPrecompute::NewInstance | ( | ) | const |
void vtkDataSetGradientPrecompute::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
static |
|
protectedvirtual |