VTK  9.5.20251216
vtkLegacyStatisticalModelWriter.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
12
13#ifndef vtkLegacyStatisticalModelWriter_h
14#define vtkLegacyStatisticalModelWriter_h
15
16#include "vtkDataWriter.h"
17#include "vtkIOLegacyModule.h" // For export macro
18#include "vtkNew.h" // For ivar
19
20VTK_ABI_NAMESPACE_BEGIN
22
23class VTKIOLEGACY_EXPORT vtkLegacyStatisticalModelWriter : public vtkDataWriter
24{
25public:
28 void PrintSelf(ostream& os, vtkIndent indent) override;
29
31
37
38protected:
41
42 void WriteData() override;
43
44 int FillInputPortInformation(int port, vtkInformation* info) override;
45
46private:
48 void operator=(const vtkLegacyStatisticalModelWriter&) = delete;
49};
50
51VTK_ABI_NAMESPACE_END
52#endif
a simple class to control print indentation
Definition vtkIndent.h:108
Store vtkAlgorithm input/output information.
~vtkLegacyStatisticalModelWriter() override=default
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
vtkStatisticalModel * GetInput()
Get the input to this writer.
static vtkLegacyStatisticalModelWriter * New()
vtkStatisticalModel * GetInput(int port)
Get the input to this writer.
a base class for statistical modeling of other data