VTK
|
generate scalars along a specified direction More...
#include <vtkSimpleElevationFilter.h>
Public Types | |
typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkSimpleElevationFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetVector (double, double, double) |
virtual void | SetVector (double[3]) |
virtual double * | GetVector () |
virtual void | GetVector (double data[3]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkSimpleElevationFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkSimpleElevationFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkSimpleElevationFilter () | |
~vtkSimpleElevationFilter () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | Vector [3] |
generate scalars along a specified direction
vtkSimpleElevationFilter is a filter to generate scalar values from a dataset. The scalar values are generated by dotting a user-specified vector against a vector defined from the input dataset points to the origin.
Definition at line 35 of file vtkSimpleElevationFilter.h.
Reimplemented from vtkDataSetAlgorithm.
Definition at line 38 of file vtkSimpleElevationFilter.h.
vtkSimpleElevationFilter::vtkSimpleElevationFilter | ( | ) | [protected] |
vtkSimpleElevationFilter::~vtkSimpleElevationFilter | ( | ) | [inline, protected] |
Definition at line 52 of file vtkSimpleElevationFilter.h.
static int vtkSimpleElevationFilter::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 vtkSimpleElevationFilter::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 vtkSimpleElevationFilter* vtkSimpleElevationFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataSetAlgorithm.
virtual vtkObjectBase* vtkSimpleElevationFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataSetAlgorithm.
Reimplemented from vtkDataSetAlgorithm.
void vtkSimpleElevationFilter::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 vtkSimpleElevationFilter* vtkSimpleElevationFilter::New | ( | ) | [static] |
Construct object with Vector=(0,0,1);
Reimplemented from vtkDataSetAlgorithm.
virtual void vtkSimpleElevationFilter::SetVector | ( | double | , |
double | , | ||
double | |||
) | [virtual] |
Define one end of the line (small scalar values).
virtual void vtkSimpleElevationFilter::SetVector | ( | double | [3] | ) | [virtual] |
Define one end of the line (small scalar values).
virtual double* vtkSimpleElevationFilter::GetVector | ( | ) | [virtual] |
Define one end of the line (small scalar values).
virtual void vtkSimpleElevationFilter::GetVector | ( | double | data[3] | ) | [virtual] |
Define one end of the line (small scalar values).
int vtkSimpleElevationFilter::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.
double vtkSimpleElevationFilter::Vector[3] [protected] |
Definition at line 55 of file vtkSimpleElevationFilter.h.