vtkElevationFilter Class Reference
#include <vtkElevationFilter.h>
Inheritance diagram for vtkElevationFilter:
[legend]Collaboration diagram for vtkElevationFilter:
[legend]List of all members.
Detailed Description
generate scalars along a specified direction
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.
- Created by:
-
- CVS contributions (if > 5%):
- Schroeder, Will (62%)
- Martin, Ken (14%)
- CVS logs (CVSweb):
.h (/Graphics/vtkElevationFilter
.h)
.cxx (/Graphics/vtkElevationFilter
.cxx)
- Examples:
- vtkElevationFilter (Examples)
- Tests:
- vtkElevationFilter (Tests)
Definition at line 47 of file vtkElevationFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkElevationFilter::vtkElevationFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkElevationFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkElevationFilter::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetToDataSetFilter. |
virtual int vtkElevationFilter::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkDataSetToDataSetFilter. |
void vtkElevationFilter::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 vtkDataSetToDataSetFilter. |
|
Construct object with LowPoint=(0,0,0) and HighPoint=(0,0,1). Scalar range is (0,1).
Reimplemented from vtkAlgorithm. |
virtual void vtkElevationFilter::SetLowPoint |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Define one end of the line (small scalar values). |
virtual void vtkElevationFilter::SetLowPoint |
( |
double |
[3] |
) |
[virtual] |
|
|
Define one end of the line (small scalar values). |
virtual double* vtkElevationFilter::GetLowPoint |
( |
|
) |
[virtual] |
|
|
Define one end of the line (small scalar values). |
virtual void vtkElevationFilter::GetLowPoint |
( |
double |
data[3] |
) |
[virtual] |
|
|
Define one end of the line (small scalar values). |
virtual void vtkElevationFilter::SetHighPoint |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Define other end of the line (large scalar values). |
virtual void vtkElevationFilter::SetHighPoint |
( |
double |
[3] |
) |
[virtual] |
|
|
Define other end of the line (large scalar values). |
virtual double* vtkElevationFilter::GetHighPoint |
( |
|
) |
[virtual] |
|
|
Define other end of the line (large scalar values). |
virtual void vtkElevationFilter::GetHighPoint |
( |
double |
data[3] |
) |
[virtual] |
|
|
Define other end of the line (large scalar values). |
virtual void vtkElevationFilter::SetScalarRange |
( |
double |
, |
|
|
double |
|
|
) |
[virtual] |
|
|
Specify range to map scalars into. |
void vtkElevationFilter::SetScalarRange |
( |
double |
[2] |
) |
|
|
|
Specify range to map scalars into. |
virtual double* vtkElevationFilter::GetScalarRange |
( |
|
) |
[virtual] |
|
|
Specify range to map scalars into. |
virtual void vtkElevationFilter::GetScalarRange |
( |
double |
data[2] |
) |
[virtual] |
|
|
Specify range to map scalars into. |
void vtkElevationFilter::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
Member Data Documentation
The documentation for this class was generated from the following file: