ParaView
Public Types | Public Member Functions | Static Public Member Functions | List of all members
vtkExtractScatterPlot Class Reference

Extract a scatter plot (two-dimensional histogram) from any dataset. More...

#include <vtkExtractScatterPlot.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetXComponent (int)
 Controls which input data component should be binned, for input arrays with more-than-one component. More...
 
virtual int GetXComponent ()
 Controls which input data component should be binned, for input arrays with more-than-one component. More...
 
virtual void SetYComponent (int)
 Controls which input data component should be binned, for input arrays with more-than-one component. More...
 
virtual int GetYComponent ()
 Controls which input data component should be binned, for input arrays with more-than-one component. More...
 
virtual void SetXBinCount (int)
 Controls the number of bins along the X axis in the output histogram data. More...
 
virtual int GetXBinCount ()
 Controls the number of bins along the X axis in the output histogram data. More...
 
virtual void SetYBinCount (int)
 Controls the number of bins along the Y axis in the output histogram data. More...
 
virtual int GetYBinCount ()
 Controls the number of bins along the Y axis in the output histogram data. More...
 

Static Public Member Functions

static vtkExtractScatterPlotNew ()
 
static int IsTypeOf (const char *type)
 
static vtkExtractScatterPlotSafeDownCast (vtkObject *o)
 

Detailed Description

Extract a scatter plot (two-dimensional histogram) from any dataset.

vtkExtractScatterPlot accepts any vtkDataSet as input and produces a vtkPolyData containing two-dimensional histogram data as output. The output vtkPolyData will contain two vtkDoubleArray instances named "x_bin_extents" and "y_bin_extents", which contain the boundaries between bins along each dimension. It will also contain a vtkUnsignedLongArray named "bin_values" which contains the value for each bin.

Definition at line 35 of file vtkExtractScatterPlot.h.

Member Typedef Documentation

§ Superclass

typedef vtkPolyDataAlgorithm vtkExtractScatterPlot::Superclass

Definition at line 39 of file vtkExtractScatterPlot.h.

Member Function Documentation

§ New()

static vtkExtractScatterPlot* vtkExtractScatterPlot::New ( )
static

§ GetClassName()

virtual const char* vtkExtractScatterPlot::GetClassName ( )
virtual

§ IsTypeOf()

static int vtkExtractScatterPlot::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkExtractScatterPlot::IsA ( const char *  type)
virtual

§ SafeDownCast()

static vtkExtractScatterPlot* vtkExtractScatterPlot::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkExtractScatterPlot::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ SetXComponent()

virtual void vtkExtractScatterPlot::SetXComponent ( int  )
virtual

Controls which input data component should be binned, for input arrays with more-than-one component.

§ GetXComponent()

virtual int vtkExtractScatterPlot::GetXComponent ( )
virtual

Controls which input data component should be binned, for input arrays with more-than-one component.

§ SetYComponent()

virtual void vtkExtractScatterPlot::SetYComponent ( int  )
virtual

Controls which input data component should be binned, for input arrays with more-than-one component.

§ GetYComponent()

virtual int vtkExtractScatterPlot::GetYComponent ( )
virtual

Controls which input data component should be binned, for input arrays with more-than-one component.

§ SetXBinCount()

virtual void vtkExtractScatterPlot::SetXBinCount ( int  )
virtual

Controls the number of bins along the X axis in the output histogram data.

§ GetXBinCount()

virtual int vtkExtractScatterPlot::GetXBinCount ( )
virtual

Controls the number of bins along the X axis in the output histogram data.

§ SetYBinCount()

virtual void vtkExtractScatterPlot::SetYBinCount ( int  )
virtual

Controls the number of bins along the Y axis in the output histogram data.

§ GetYBinCount()

virtual int vtkExtractScatterPlot::GetYBinCount ( )
virtual

Controls the number of bins along the Y axis in the output histogram data.


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