32#ifndef vtkExtractHistogram2D_h 
   33#define vtkExtractHistogram2D_h 
   35#include "vtkFiltersImagingModule.h"  
   38VTK_ABI_NAMESPACE_BEGIN
 
   60  vtkSetVector2Macro(NumberOfBins, 
int);
 
   61  vtkGetVector2Macro(NumberOfBins, 
int);
 
   69  vtkSetVector2Macro(ComponentsToProcess, 
int);
 
   70  vtkGetVector2Macro(ComponentsToProcess, 
int);
 
   78  vtkSetVector4Macro(CustomHistogramExtents, 
double);
 
   79  vtkGetVector4Macro(CustomHistogramExtents, 
double);
 
   98  vtkSetMacro(ScalarType, 
int);
 
  105  vtkGetMacro(ScalarType, 
int);
 
  113  vtkGetMacro(MaximumBinCount, 
double);
 
  169  double HistogramExtents[4];
 
  170  double CustomHistogramExtents[4];
 
  172  int ComponentsToProcess[2];
 
abstract superclass for arrays of numeric data
 
maintain an unordered list of data objects
 
general representation of visualization data
 
represent and manipulate attribute data in a dataset
 
dynamic, self-adjusting array of vtkIdType
 
topologically and geometrically regular array of data
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
A base class for a functor that assesses data.
 
Base class for statistics algorithms.
 
a vtkAbstractArray subclass for strings
 
A table, which contains similar-typed columns of data.
 
#define VTK_UNSIGNED_CHAR
 
#define VTK_UNSIGNED_SHORT
 
#define VTK_UNSIGNED_LONG