vtkSortedDepthPoints Class Reference
[Simulator/Common/C++]

The purpose of this class is to sort PolyData points according to some criterion. More...

#include <vtkSortedDepthPoints.h>

Inheritance diagram for vtkSortedDepthPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkSortedDepthPoints:

Collaboration graph
[legend]
List of all members.

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 vtkSortedDepthPointsNew ()
 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.

Detailed Description

The purpose of this class is to sort PolyData points according to some criterion.

Definition at line 18 of file vtkSortedDepthPoints.h.


Constructor & Destructor Documentation

vtkSortedDepthPoints::vtkSortedDepthPoints (  )  [protected]

Ctor.

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

Dtor.


Member Function Documentation

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.

Returns:
the minimum z value.

double vtkSortedDepthPoints::max (  )  const

Give the maximum z value in the dataset.

Returns:
the maximum z value.

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

Print the internal state.

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

Reimplemented from vtkPolyDataToPolyDataFilter.

void vtkSortedDepthPoints::Execute (  )  [protected, virtual]

Perform the filtering.

Reimplemented from vtkSource.


Member Data Documentation

double vtkSortedDepthPoints::_min [protected]

The maximum z value.

Definition at line 56 of file vtkSortedDepthPoints.h.

double vtkSortedDepthPoints::_max [protected]

The minimum z value.

Definition at line 61 of file vtkSortedDepthPoints.h.


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