16 #ifndef vtkOTDensityMap_h
17 #define vtkOTDensityMap_h
20 #include "vtkFiltersOpenTURNSModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
56 void SetValue(
int i,
double value);
61 double GetValue(
int i);
74 void GetValues(
double* contourValues);
81 void SetNumberOfContours(
int number);
86 int GetNumberOfContours();
97 void SetGridSubdivisions(
int gridSubdivisions);
98 vtkGetMacro(GridSubdivisions,
int);
109 vtkGetMacro(ContourApproximationNumberOfPoints,
int);
110 virtual void SetContourApproximationNumberOfPoints(
int val);
143 bool& invertedPoints,
bool up =
true,
vtkIdList* currentPointIndices =
nullptr);
146 void BuildContours(
vtkPolyData* contourPd,
int numContours,
const double* contourValues,
147 const double* densityPDFContourValues,
const char* xArrayName,
const char* yArrayName,
151 class OTDensityCache;
152 class OTDistributionCache;
169 VTK_ABI_NAMESPACE_END
helper object to manage setting and generating contour values
vtkTypeUInt32 vtkMTimeType
OTDensityCache * DensityLogPDFSampleCache
record modification and/or execution time
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
vtkContourValues * ContourValues
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
vtkTimeStamp DensityPDFMTime
static vtkMultiBlockDataSetAlgorithm * New()
vtkTimeStamp DensityLogPDFSampleMTime
OTDensityCache * DensityPDFCache
a simple class to control print indentation
list of point or cell ids
virtual vtkMTimeType GetMTime()
Return this object's modified time.
A VTK Filter to compute density map on any pair of numeric data arrays with the same number of tuples...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
A table, which contains similar-typed columns of data.
OTDistributionCache * DistributionCache
int ContourApproximationNumberOfPoints