VTK  9.5.20251216
vtkExtractStatisticalModelTables.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2025 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
15
16#ifndef vtkExtractStatisticalModelTables_h
17#define vtkExtractStatisticalModelTables_h
18
19#include "vtkFiltersStatisticsModule.h" // For export macro
21
22VTK_ABI_NAMESPACE_BEGIN
25class vtkStdString;
26class vtkStringArray;
27class vtkVariant;
28class vtkVariantArray;
29class vtkDoubleArray;
30class vtkExtractStatisticalModelTablesPrivate;
31
51
52VTK_ABI_NAMESPACE_END
53#endif
maintain an unordered list of data objects
dynamic, self-adjusting array of double
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Methods for subclasses to override to handle different pipeline requests.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkExtractStatisticalModelTables * New()
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
a base class for statistical modeling of other data
Wrapper around std::string to keep symbols short.
a vtkAbstractArray subclass for strings
An array holding vtkVariants.
A type representing the union of many types.
Definition vtkVariant.h:162