#include <vtkScalar.h>
Inheritance diagram for vtkScalar:
Public Member Functions | |
vtkTypeMacro (vtkScalar, vtkPolyDataToPolyDataFilter) | |
double | min () const |
Give the minimum scalar value in the dataset. | |
double | max () const |
Give the maximum scalar value in the dataset. | |
void | PrintSelf (ostream &os, vtkIndent indent) |
Print the internal state. | |
Protected Member Functions | |
vtkScalar () | |
Ctor. | |
virtual | ~vtkScalar () |
Dtor. | |
Protected Attributes | |
double | _min |
The maximum value - set by a sibling class. | |
double | _max |
The minimum value - set by a sibling class. |
This class is not meant to be instantiated directly.
Definition at line 16 of file vtkScalar.h.
vtkScalar::vtkScalar | ( | ) | [protected] |
Ctor.
virtual vtkScalar::~vtkScalar | ( | ) | [protected, virtual] |
Dtor.
vtkScalar::vtkTypeMacro | ( | vtkScalar | , | |
vtkPolyDataToPolyDataFilter | ||||
) |
double vtkScalar::min | ( | ) | const |
Give the minimum scalar value in the dataset.
double vtkScalar::max | ( | ) | const |
Give the maximum scalar value in the dataset.
void vtkScalar::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Print the internal state.
os | The destination stream. | |
indent | The indentation to use. |
Reimplemented from vtkPolyDataToPolyDataFilter.
Reimplemented in vtkScalarBydZ, and vtkScalarByZ.
double vtkScalar::_min [protected] |
double vtkScalar::_max [protected] |