25 #ifndef vtkOTDensityMap_h 26 #define vtkOTDensityMap_h 29 #include "vtkFiltersOpenTurnsModule.h" 35 class DistributionImplementationType;
66 void SetValue(
int i,
double value);
71 double GetValue(
int i);
84 void GetValues(
double* contourValues);
91 void SetNumberOfContours(
int number);
96 int GetNumberOfContours();
107 void SetGridSubdivisions(
int gridSubdivisions);
108 vtkGetMacro(GridSubdivisions,
int);
119 vtkGetMacro(ContourApproximationNumberOfPoints,
int);
120 virtual void SetContourApproximationNumberOfPoints(
int val);
156 bool& invertedPoints,
158 vtkIdList* currentPointIndices =
nullptr);
163 const double* contourValues,
164 const double* densityPDFContourValues,
165 const char* xArrayName,
166 const char* yArrayName,
170 class OTDensityCache;
helper object to manage setting and generating contour values
vtkTypeUInt32 vtkMTimeType
OTDensityCache * DensityLogPDFSampleCache
vtkOTDistributionImplementationWrapper * DensityDistribution
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.
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.
Wrapper for forward declaration of OT::DistributionFactoryImplementation::Implementation.
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.
int ContourApproximationNumberOfPoints