VTK  9.3.20240424
vtkChacoGraphReader.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3// SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
35#ifndef vtkChacoGraphReader_h
36#define vtkChacoGraphReader_h
37
38#include "vtkIOInfovisModule.h" // For export macro
40
41VTK_ABI_NAMESPACE_BEGIN
42class VTKIOINFOVIS_EXPORT vtkChacoGraphReader : public vtkUndirectedGraphAlgorithm
43{
44public:
47 void PrintSelf(ostream& os, vtkIndent indent) override;
48
50
56
57protected:
60
62
63private:
64 char* FileName;
65
67 void operator=(const vtkChacoGraphReader&) = delete;
68};
69
70VTK_ABI_NAMESPACE_END
71#endif // vtkChacoGraphReader_h
Reads chaco graph files.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkSetFilePathMacro(FileName)
The Chaco file name.
static vtkChacoGraphReader * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkGetFilePathMacro(FileName)
The Chaco file name.
~vtkChacoGraphReader() override
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce undirected graph as output.