#include <vtkElevationFilter.h>
Inheritance diagram for vtkElevationFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetLowPoint (float, float, float) |
virtual void | SetLowPoint (float[3]) |
virtual float * | GetLowPoint () |
virtual void | GetLowPoint (float data[3]) |
virtual void | SetHighPoint (float, float, float) |
virtual void | SetHighPoint (float[3]) |
virtual float * | GetHighPoint () |
virtual void | GetHighPoint (float data[3]) |
virtual void | SetScalarRange (float, float) |
void | SetScalarRange (float[2]) |
virtual float * | GetScalarRange () |
virtual void | GetScalarRange (float data[2]) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkElevationFilter * | SafeDownCast (vtkObject *o) |
vtkElevationFilter * | New () |
Protected Methods | |
vtkElevationFilter () | |
~vtkElevationFilter () | |
vtkElevationFilter (const vtkElevationFilter &) | |
void | operator= (const vtkElevationFilter &) |
void | Execute () |
Protected Attributes | |
float | LowPoint [3] |
float | HighPoint [3] |
float | ScalarRange [2] |
vtkElevationFilter is a filter to generate scalar values from a dataset. The scalar values lie within a user specified range, and are generated by computing a projection of each dataset point onto a line. The line can be oriented arbitrarily. A typical example is to generate scalars based on elevation or height above a plane.
Definition at line 61 of file vtkElevationFilter.h.
|
|
|
Definition at line 85 of file vtkElevationFilter.h. |
|
Definition at line 86 of file vtkElevationFilter.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 LowPoint=(0,0,0) and HighPoint=(0,0,1). Scalar range is (0,1). Reimplemented from vtkDataSetSource. |
|
Define one end of the line (small scalar values). |
|
|
|
|
|
|
|
Define other end of the line (large scalar values). |
|
|
|
|
|
|
|
Specify range to map scalars into. |
|
|
|
|
|
|
|
Definition at line 87 of file vtkElevationFilter.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 90 of file vtkElevationFilter.h. |
|
Definition at line 91 of file vtkElevationFilter.h. |
|
Definition at line 92 of file vtkElevationFilter.h. |