generate scalars along a specified direction
More...
#include <vtkSimpleElevationFilter.h>
Inherits vtkDataSetAlgorithm.
generate scalars along a specified direction
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.
- See Also
- vtkElevationFilter
- Tests:
- vtkSimpleElevationFilter (Tests)
Definition at line 35 of file vtkSimpleElevationFilter.h.
vtkSimpleElevationFilter::vtkSimpleElevationFilter |
( |
| ) |
|
|
protected |
vtkSimpleElevationFilter::~vtkSimpleElevationFilter |
( |
| ) |
|
|
inlineprotected |
static int vtkSimpleElevationFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSimpleElevationFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSimpleElevationFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkSimpleElevationFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct object with Vector=(0,0,1);
virtual void vtkSimpleElevationFilter::SetVector |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Define one end of the line (small scalar values).
virtual void vtkSimpleElevationFilter::SetVector |
( |
double |
[3] | ) |
|
|
virtual |
Define one end of the line (small scalar values).
virtual double* vtkSimpleElevationFilter::GetVector |
( |
| ) |
|
|
virtual |
Define one end of the line (small scalar values).
virtual void vtkSimpleElevationFilter::GetVector |
( |
double |
data[3] | ) |
|
|
virtual |
Define one end of the line (small scalar values).
int vtkSimpleElevationFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkSimpleElevationFilter::Vector[3] |
|
protected |
The documentation for this class was generated from the following file: