33 #ifndef vtkBinCellDataFilter_h 34 #define vtkBinCellDataFilter_h 36 #include "vtkFiltersCoreModule.h" 62 void SetValue(
int i,
double value);
63 double GetValue(
int i);
65 void GetValues(
double *binValues);
66 void SetNumberOfBins(
int numBins);
67 int GetNumberOfBins();
68 void GenerateValues(
int numBins,
double range[2]);
69 void GenerateValues(
int numBins,
double rangeStart,
double rangeEnd);
103 vtkGetMacro(SpatialMatch,
int);
114 vtkGetMacro(StoreNumberOfNonzeroBins,
bool);
123 vtkSetStringMacro(NumberOfNonzeroBinsArrayName)
134 vtkGetMacro(Tolerance,
double);
145 vtkGetMacro(ComputeTolerance,
bool);
153 vtkGetMacro(ArrayComponent,
int);
168 vtkSetClampMacro(CellOverlapMethod,
int,CELL_CENTROID,CELL_POINTS);
169 vtkGetMacro(CellOverlapMethod,
int);
203 virtual void CreateDefaultLocator();
267 rangeStart,
double rangeEnd)
helper object to manage setting and generating contour values
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
double GetValue(int i)
Get the ith contour value.
Proxy object to connect input/output ports.
bool StoreNumberOfNonzeroBins
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double * GetValues()
Return a pointer to a list of contour values.
bin source cell data into input cells.
octree-based spatial search object to quickly locate cells
double * GetValues()
Get a pointer to an array of bin values.
a simple class to control print indentation
vtkContourValues vtkBinValues
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
char * NumberOfNonzeroBinsArrayName
double GetValue(int i)
Get the ith bin value.
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
void GenerateValues(int numBins, double range[2])
Generate numBins equally spaced bin values between specified range.
void SetValue(int i, double value)
Methods to set / get bin values.
int GetNumberOfBins()
Get the number of bins in the list of bin values, not counting the overflow bin.
int GetNumberOfContours()
Return the number of contours in the.
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
general representation of visualization data
vtkCellLocator * CellLocator
static vtkDataSetAlgorithm * New()
void SetNumberOfBins(int numBins)
Set the number of bins to place into the list.
void SetValue(int i, double value)
Set the ith contour value.