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

The pupose of this class is to set the Scalar data to the z values of the input point data. More...

#include <vtkScalarByZ.h>

Inheritance diagram for vtkScalarByZ:

Inheritance graph
[legend]
Collaboration diagram for vtkScalarByZ:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

Detailed Description

The pupose of this class is to set the Scalar data to the z values of the input point data.

The input point data, along with the other data types, are not modified in any manner.

Definition at line 17 of file vtkScalarByZ.h.


Constructor & Destructor Documentation

vtkScalarByZ::vtkScalarByZ (  )  [protected]

Ctor.

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

Dtor.


Member Function Documentation

static vtkScalarByZ* vtkScalarByZ::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.

vtkScalarByZ::vtkTypeMacro ( vtkScalarByZ  ,
vtkScalar   
)

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

Print the internal state.

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

Reimplemented from vtkScalar.

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

Perform the filtering.

Reimplemented from vtkSource.


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