VTK  9.3.1
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 
41 VTK_ABI_NAMESPACE_BEGIN
42 class VTKIOINFOVIS_EXPORT vtkChacoGraphReader : public vtkUndirectedGraphAlgorithm
43 {
44 public:
45  static vtkChacoGraphReader* New();
47  void PrintSelf(ostream& os, vtkIndent indent) override;
48 
50 
53  vtkGetFilePathMacro(FileName);
54  vtkSetFilePathMacro(FileName);
56 
57 protected:
59  ~vtkChacoGraphReader() override;
60 
62 
63 private:
64  char* FileName;
65 
67  void operator=(const vtkChacoGraphReader&) = delete;
68 };
69 
70 VTK_ABI_NAMESPACE_END
71 #endif // vtkChacoGraphReader_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
Reads chaco graph files.
a simple class to control print indentation
Definition: vtkIndent.h:28
static vtkUndirectedGraphAlgorithm * New()
Store zero or more vtkInformation instances.
Superclass for algorithms that produce undirected graph as output.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.