generate scalars along a specified direction
More...
#include <vtkElevationFilter.h>
Inherits vtkDataSetAlgorithm.
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.
- Examples:
- vtkElevationFilter (Examples)
- Tests:
- vtkElevationFilter (Tests)
Definition at line 37 of file vtkElevationFilter.h.
vtkElevationFilter::vtkElevationFilter |
( |
| ) |
|
|
protected |
vtkElevationFilter::~vtkElevationFilter |
( |
| ) |
|
|
protected |
static int vtkElevationFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkElevationFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkElevationFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkElevationFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkElevationFilter::SetLowPoint |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Define one end of the line (small scalar values). Default is (0,0,0).
virtual void vtkElevationFilter::SetLowPoint |
( |
double |
[3] | ) |
|
|
virtual |
Define one end of the line (small scalar values). Default is (0,0,0).
virtual double* vtkElevationFilter::GetLowPoint |
( |
| ) |
|
|
virtual |
Define one end of the line (small scalar values). Default is (0,0,0).
virtual void vtkElevationFilter::GetLowPoint |
( |
double |
data[3] | ) |
|
|
virtual |
Define one end of the line (small scalar values). Default is (0,0,0).
virtual void vtkElevationFilter::SetHighPoint |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Define other end of the line (large scalar values). Default is (0,0,1).
virtual void vtkElevationFilter::SetHighPoint |
( |
double |
[3] | ) |
|
|
virtual |
Define other end of the line (large scalar values). Default is (0,0,1).
virtual double* vtkElevationFilter::GetHighPoint |
( |
| ) |
|
|
virtual |
Define other end of the line (large scalar values). Default is (0,0,1).
virtual void vtkElevationFilter::GetHighPoint |
( |
double |
data[3] | ) |
|
|
virtual |
Define other end of the line (large scalar values). Default is (0,0,1).
virtual void vtkElevationFilter::SetScalarRange |
( |
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Specify range to map scalars into. Default is [0, 1].
void vtkElevationFilter::SetScalarRange |
( |
double |
[2] | ) |
|
Specify range to map scalars into. Default is [0, 1].
virtual double* vtkElevationFilter::GetScalarRange |
( |
| ) |
|
|
virtual |
Specify range to map scalars into. Default is [0, 1].
virtual void vtkElevationFilter::GetScalarRange |
( |
double |
data[2] | ) |
|
|
virtual |
Specify range to map scalars into. Default is [0, 1].
int vtkElevationFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkElevationFilter::LowPoint[3] |
|
protected |
double vtkElevationFilter::HighPoint[3] |
|
protected |
double vtkElevationFilter::ScalarRange[2] |
|
protected |
The documentation for this class was generated from the following file: