#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 () | |
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 64 of file vtkElevationFilter.h.
|
|
|
Definition at line 94 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 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 other end of the line (large scalar values). |
|
Define other end of the line (large scalar values). |
|
Define other end of the line (large scalar values). |
|
Define other end of the line (large scalar values). |
|
Specify range to map scalars into. |
|
Specify range to map scalars into. |
|
Specify range to map scalars into. |
|
Specify range to map scalars into. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 97 of file vtkElevationFilter.h. |
|
Definition at line 98 of file vtkElevationFilter.h. |
|
Definition at line 99 of file vtkElevationFilter.h. |