Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vtkSimpleElevationFilter Class Reference

#include <vtkSimpleElevationFilter.h>

Inheritance diagram for vtkSimpleElevationFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkSimpleElevationFilter:

Collaboration graph
[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
Tests:
vtkSimpleElevationFilter (Tests)

Definition at line 34 of file vtkSimpleElevationFilter.h.
virtual void SetVector (double, double, double)
virtual void SetVector (double[3])
virtual double * GetVector ()
virtual void GetVector (double data[3])
static vtkSimpleElevationFilterNew ()

Public Types

typedef vtkDataSetAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkSimpleElevationFilterSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSimpleElevationFilter ()
 ~vtkSimpleElevationFilter ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

double Vector [3]


Member Typedef Documentation

typedef vtkDataSetAlgorithm vtkSimpleElevationFilter::Superclass
 

Reimplemented from vtkDataSetAlgorithm.

Definition at line 37 of file vtkSimpleElevationFilter.h.


Constructor & Destructor Documentation

vtkSimpleElevationFilter::vtkSimpleElevationFilter  )  [protected]
 

vtkSimpleElevationFilter::~vtkSimpleElevationFilter  )  [inline, protected]
 

Definition at line 51 of file vtkSimpleElevationFilter.h.


Member Function Documentation

virtual const char* vtkSimpleElevationFilter::GetClassName  )  [virtual]
 

Reimplemented from vtkDataSetAlgorithm.

static 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 vtkDataSetAlgorithm.

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 vtkDataSetAlgorithm.

static vtkSimpleElevationFilter* vtkSimpleElevationFilter::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkDataSetAlgorithm.

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 vtkDataSetAlgorithm.

static vtkSimpleElevationFilter* vtkSimpleElevationFilter::New  )  [static]
 

Construct object with Vector=(0,0,1);

Reimplemented from vtkDataSetAlgorithm.

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, virtual]
 

This is called by the superclass. This is the method you should override.

Reimplemented from vtkDataSetAlgorithm.


Member Data Documentation

double vtkSimpleElevationFilter::Vector[3] [protected]
 

Definition at line 54 of file vtkSimpleElevationFilter.h.


The documentation for this class was generated from the following file:
Generated on Tue Jan 22 00:16:34 2008 for VTK by  doxygen 1.4.3-20050530