vtkSimpleElevationFilter Class Reference
#include <vtkSimpleElevationFilter.h>
Inheritance diagram for vtkSimpleElevationFilter:
[legend]Collaboration diagram for vtkSimpleElevationFilter:
[legend]List of all members.
Detailed Description
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
- Created by:
-
- CVS contributions (if > 5%):
- Schroeder, Will (80%)
- Martin, Ken (5%)
- Cedilnik, Andy (5%)
- CVS logs (CVSweb):
.cxx (/Graphics/vtkSimpleElevationFilter
.cxx)
.h (/Graphics/vtkSimpleElevationFilter
.h)
- Tests:
- vtkSimpleElevationFilter (Tests)
Definition at line 46 of file vtkSimpleElevationFilter.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkSimpleElevationFilter::vtkSimpleElevationFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkSimpleElevationFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkSimpleElevationFilter::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 vtkSimpleElevationFilter::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 vtkSimpleElevationFilter::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 Vector=(0,0,1);
Reimplemented from vtkAlgorithm. |
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). |
void vtkSimpleElevationFilter::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: