#include <vtkSimpleElevationFilter.h>
Inheritance diagram for vtkSimpleElevationFilter:
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 38 of file vtkSimpleElevationFilter.h.
Public Types | |
typedef vtkDataSetToDataSetFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetVector (float, float, float) |
virtual void | SetVector (float[3]) |
virtual float * | GetVector () |
virtual void | GetVector (float data[3]) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkSimpleElevationFilter * | SafeDownCast (vtkObject *o) |
vtkSimpleElevationFilter * | New () |
Protected Member Functions | |
vtkSimpleElevationFilter () | |
~vtkSimpleElevationFilter () | |
void | Execute () |
Protected Attributes | |
float | Vector [3] |
|
Reimplemented from vtkDataSetToDataSetFilter. Definition at line 41 of file vtkSimpleElevationFilter.h. |
|
|
|
Definition at line 55 of file vtkSimpleElevationFilter.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 vtkTypeRevisionMacro 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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToDataSetFilter.
|
|
Reimplemented from vtkDataSetToDataSetFilter.
|
|
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 vtkDataSetToDataSetFilter.
|
|
Construct object with Vector=(0,0,1); Reimplemented from vtkObject.
|
|
Define one end of the line (small scalar values). |
|
Define one end of the line (small scalar values). |
|
Define one end of the line (small scalar values). |
|
Define one end of the line (small scalar values). |
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Definition at line 58 of file vtkSimpleElevationFilter.h. |