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

vtkElevationFilter Class Reference

#include <vtkElevationFilter.h>

Inheritance diagram for vtkElevationFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkElevationFilter:

Collaboration graph
[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:
  • Schroeder, Will
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.

Public Types

typedef vtkDataSetToDataSetFilter Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetLowPoint (double, double, double)
virtual void SetLowPoint (double[3])
virtual double * GetLowPoint ()
virtual void GetLowPoint (double data[3])
virtual void SetHighPoint (double, double, double)
virtual void SetHighPoint (double[3])
virtual double * GetHighPoint ()
virtual void GetHighPoint (double data[3])
virtual void SetScalarRange (double, double)
void SetScalarRange (double[2])
virtual double * GetScalarRange ()
virtual void GetScalarRange (double data[2])

Static Public Member Functions

int IsTypeOf (const char *type)
vtkElevationFilterSafeDownCast (vtkObject *o)
vtkElevationFilterNew ()

Protected Member Functions

 vtkElevationFilter ()
 ~vtkElevationFilter ()
void Execute ()

Protected Attributes

double LowPoint [3]
double HighPoint [3]
double ScalarRange [2]


Member Typedef Documentation

typedef vtkDataSetToDataSetFilter vtkElevationFilter::Superclass
 

Reimplemented from vtkDataSetToDataSetFilter.

Definition at line 50 of file vtkElevationFilter.h.


Constructor & Destructor Documentation

vtkElevationFilter::vtkElevationFilter  )  [protected]
 

vtkElevationFilter::~vtkElevationFilter  )  [inline, protected]
 

Definition at line 77 of file vtkElevationFilter.h.


Member Function Documentation

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

Reimplemented from vtkDataSetToDataSetFilter.

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.

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

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.

vtkElevationFilter* vtkElevationFilter::New  )  [static]
 

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

double vtkElevationFilter::LowPoint[3] [protected]
 

Definition at line 80 of file vtkElevationFilter.h.

double vtkElevationFilter::HighPoint[3] [protected]
 

Definition at line 81 of file vtkElevationFilter.h.

double vtkElevationFilter::ScalarRange[2] [protected]
 

Definition at line 82 of file vtkElevationFilter.h.


The documentation for this class was generated from the following file: