VTK  9.5.20251216
vtkLegacyStatisticalModelReader.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
18
19#ifndef vtkLegacyStatisticalModelReader_h
20#define vtkLegacyStatisticalModelReader_h
21
22#include "vtkDataReader.h"
23#include "vtkIOLegacyModule.h" // For export macro
24#include "vtkNew.h" // For ivar
25
26VTK_ABI_NAMESPACE_BEGIN
28
29class VTKIOLEGACY_EXPORT vtkLegacyStatisticalModelReader : public vtkDataReader
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
37
44
48 int ReadMeshSimple(VTK_FILEPATH const std::string& fname, vtkDataObject* output) override;
49
50protected:
53
55
56private:
58 void operator=(const vtkLegacyStatisticalModelReader&) = delete;
59};
60
61VTK_ABI_NAMESPACE_END
62#endif
general representation of visualization data
a simple class to control print indentation
Definition vtkIndent.h:108
Store vtkAlgorithm input/output information.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkStatisticalModel * GetOutput()
Get the output of this reader.
vtkStatisticalModel * GetOutput(int idx)
Get the output of this reader.
void SetOutput(vtkStatisticalModel *output)
Get the output of this reader.
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
int ReadMeshSimple(const std::string &fname, vtkDataObject *output) override
Actual reading happens here.
static vtkLegacyStatisticalModelReader * New()
a base class for statistical modeling of other data
#define VTK_FILEPATH