#include <vtkScalarByZ.h>
Inheritance diagram for vtkScalarByZ:
Public Member Functions | |
vtkTypeMacro (vtkScalarByZ, vtkScalar) | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the internal state. | |
Static Public Member Functions | |
static vtkScalarByZ * | New () |
Construct a new object of this class. | |
Protected Member Functions | |
void | Execute () |
Perform the filtering. | |
vtkScalarByZ () | |
Ctor. | |
virtual | ~vtkScalarByZ () |
Dtor. |
The input point data, along with the other data types, are not modified in any manner.
Definition at line 17 of file vtkScalarByZ.h.
vtkScalarByZ::vtkScalarByZ | ( | ) | [protected] |
Ctor.
virtual vtkScalarByZ::~vtkScalarByZ | ( | ) | [protected, virtual] |
Dtor.
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.
os | The destination stream. | |
indent | The indentation to use. |
Reimplemented from vtkScalar.
void vtkScalarByZ::Execute | ( | ) | [protected, virtual] |