#include <vtkSimpleElevationFilter.h>
Inheritance diagram for vtkSimpleElevationFilter:
Public Methods | |
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 Methods | |
int | IsTypeOf (const char *type) |
vtkSimpleElevationFilter * | SafeDownCast (vtkObject *o) |
vtkSimpleElevationFilter * | New () |
Protected Methods | |
vtkSimpleElevationFilter () | |
~vtkSimpleElevationFilter () | |
vtkSimpleElevationFilter (const vtkSimpleElevationFilter &) | |
void | operator= (const vtkSimpleElevationFilter &) |
void | Execute () |
Protected Attributes | |
float | Vector [3] |
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 61 of file vtkSimpleElevationFilter.h.
|
|
|
Definition at line 76 of file vtkSimpleElevationFilter.h. |
|
Definition at line 77 of file vtkSimpleElevationFilter.h. |
|
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. |
|
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. |
|
Construct object with Vector=(0,0,1); Reimplemented from vtkDataSetSource. |
|
Define one end of the line (small scalar values). |
|
|
|
|
|
|
|
Definition at line 78 of file vtkSimpleElevationFilter.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 81 of file vtkSimpleElevationFilter.h. |