#include <vtkScalarBydZ.h>
Inheritance diagram for vtkScalarBydZ:


Public Member Functions | |
| vtkTypeMacro (vtkScalarBydZ, vtkScalar) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the internal state. | |
Static Public Member Functions | |
| static vtkScalarBydZ * | New () |
| Construct a new object of this class. | |
Protected Member Functions | |
| void | Execute () |
| Perform the filtering. | |
| vtkScalarBydZ () | |
| Ctor. | |
| virtual | ~vtkScalarBydZ () |
| Dtor. | |
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.
| vtkScalarBydZ::vtkScalarBydZ | ( | ) | [protected] |
Ctor.
| virtual vtkScalarBydZ::~vtkScalarBydZ | ( | ) | [protected, virtual] |
Dtor.
| 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.
| os | The destination stream. | |
| indent | The indentation to use. |
Reimplemented from vtkScalar.
| void vtkScalarBydZ::Execute | ( | ) | [protected, virtual] |