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

This is the base class for various Scalar classes. More...

#include <vtkScalar.h>

Inheritance diagram for vtkScalar:

Inheritance graph
[legend]
Collaboration diagram for vtkScalar:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

This is the base class for various Scalar classes.

This class is not meant to be instantiated directly.

Definition at line 16 of file vtkScalar.h.


Constructor & Destructor Documentation

vtkScalar::vtkScalar (  )  [protected]

Ctor.

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

Dtor.


Member Function Documentation

vtkScalar::vtkTypeMacro ( vtkScalar  ,
vtkPolyDataToPolyDataFilter   
)

double vtkScalar::min (  )  const

Give the minimum scalar value in the dataset.

Returns:
the minimum scalar value.

double vtkScalar::max (  )  const

Give the maximum scalar value in the dataset.

Returns:
the maximum value.

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

Print the internal state.

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

Reimplemented from vtkPolyDataToPolyDataFilter.

Reimplemented in vtkScalarBydZ, and vtkScalarByZ.


Member Data Documentation

double vtkScalar::_min [protected]

The maximum value - set by a sibling class.

Definition at line 48 of file vtkScalar.h.

double vtkScalar::_max [protected]

The minimum value - set by a sibling class.

Definition at line 53 of file vtkScalar.h.


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