vtkScalarBydZ Class Reference
[C++/Common/Vtk/Filter/Scalar]

The purpose of this class is to set the Scalars to the dz (slope) of the Cell data. More...

#include <vtkScalarBydZ.h>

Inheritance diagram for vtkScalarBydZ:

Inheritance graph
[legend]
Collaboration diagram for vtkScalarBydZ:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeMacro (vtkScalarBydZ, vtkScalar)
void PrintSelf (ostream &os, vtkIndent indent)
 Print the internal state.

Static Public Member Functions

static vtkScalarBydZNew ()
 Construct a new object of this class.

Protected Member Functions

void Execute ()
 Perform the filtering.
 vtkScalarBydZ ()
 Ctor.
virtual ~vtkScalarBydZ ()
 Dtor.

Detailed Description

The purpose of this class is to set the Scalars to the dz (slope) of the Cell data.

The point data, along with any other data type, is not modified in any manner. The only type of Cells handle are triangles (vtkCell::GetCellType() returns VTK_TRIANGLE). Therefore it will probably be necessary to pass the data through a vtkTriangleFilter object before it is processed by this object.

Definition at line 20 of file vtkScalarBydZ.h.


Constructor & Destructor Documentation

vtkScalarBydZ::vtkScalarBydZ (  )  [protected]

Ctor.

virtual vtkScalarBydZ::~vtkScalarBydZ (  )  [protected, virtual]

Dtor.


Member Function Documentation

static vtkScalarBydZ* vtkScalarBydZ::New (  )  [static]

Construct a new object of this class.

This is the only method that objects of this class may be brought into existance.

Reimplemented from vtkAlgorithm.

vtkScalarBydZ::vtkTypeMacro ( vtkScalarBydZ  ,
vtkScalar   
)

void vtkScalarBydZ::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the internal state.

Parameters:
os The destination stream.
indent The indentation to use.

Reimplemented from vtkScalar.

void vtkScalarBydZ::Execute (  )  [protected, virtual]

Perform the filtering.

Reimplemented from vtkSource.


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