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


Public Member Functions | |
| vtkTypeMacro (vtkSortedDepthPoints, vtkPolyDataToPolyDataFilter) | |
| double | min () const |
| Give the minimum z value in the dataset. | |
| double | max () const |
| Give the maximum z value in the dataset. | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| Print the internal state. | |
Static Public Member Functions | |
| static vtkSortedDepthPoints * | New () |
| Construct a new object of this class. | |
Protected Member Functions | |
| void | Execute () |
| Perform the filtering. | |
| vtkSortedDepthPoints () | |
| Ctor. | |
| virtual | ~vtkSortedDepthPoints () |
| Dtor. | |
Protected Attributes | |
| double | _min |
| The maximum z value. | |
| double | _max |
| The minimum z value. | |
Definition at line 18 of file vtkSortedDepthPoints.h.
| vtkSortedDepthPoints::vtkSortedDepthPoints | ( | ) | [protected] |
Ctor.
| virtual vtkSortedDepthPoints::~vtkSortedDepthPoints | ( | ) | [protected, virtual] |
Dtor.
| static vtkSortedDepthPoints* vtkSortedDepthPoints::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.
| vtkSortedDepthPoints::vtkTypeMacro | ( | vtkSortedDepthPoints | , | |
| vtkPolyDataToPolyDataFilter | ||||
| ) |
| double vtkSortedDepthPoints::min | ( | ) | const |
Give the minimum z value in the dataset.
| double vtkSortedDepthPoints::max | ( | ) | const |
Give the maximum z value in the dataset.
| void vtkSortedDepthPoints::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) | [virtual] |
Print the internal state.
| os | The destination stream. | |
| indent | The indentation to use. |
Reimplemented from vtkPolyDataToPolyDataFilter.
| void vtkSortedDepthPoints::Execute | ( | ) | [protected, virtual] |
double vtkSortedDepthPoints::_min [protected] |
double vtkSortedDepthPoints::_max [protected] |