 |
VTK
9.0.1
|
Go to the documentation of this file.
25 #ifndef vtkOTDensityMap_h
26 #define vtkOTDensityMap_h
29 #include "vtkFiltersOpenTURNSModule.h"
64 void SetValue(
int i,
double value);
69 double GetValue(
int i);
82 void GetValues(
double* contourValues);
89 void SetNumberOfContours(
int number);
94 int GetNumberOfContours();
105 void SetGridSubdivisions(
int gridSubdivisions);
106 vtkGetMacro(GridSubdivisions,
int);
117 vtkGetMacro(ContourApproximationNumberOfPoints,
int);
118 virtual void SetContourApproximationNumberOfPoints(
int val);
151 bool& invertedPoints,
bool up =
true,
vtkIdList* currentPointIndices =
nullptr);
154 void BuildContours(
vtkPolyData* contourPd,
int numContours,
const double* contourValues,
155 const double* densityPDFContourValues,
const char* xArrayName,
const char* yArrayName,
159 class OTDensityCache;
160 class OTDistributionCache;
OTDensityCache * DensityLogPDFSampleCache
vtkTimeStamp DensityPDFMTime
A table, which contains similar-typed columns of data.
record modification and/or execution time
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
OTDistributionCache * DistributionCache
static vtkMultiBlockDataSetAlgorithm * New()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkContourValues * ContourValues
virtual vtkMTimeType GetMTime()
Return this object's modified time.
helper object to manage setting and generating contour values
a simple class to control print indentation
OTDensityCache * DensityPDFCache
list of point or cell ids
int ContourApproximationNumberOfPoints
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.
vtkTimeStamp DensityLogPDFSampleMTime
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.