VTK  9.3.1
vtkTulipReader.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
52 #ifndef vtkTulipReader_h
53 #define vtkTulipReader_h
54 
55 #include "vtkIOInfovisModule.h" // For export macro
57 
58 VTK_ABI_NAMESPACE_BEGIN
59 class VTKIOINFOVIS_EXPORT vtkTulipReader : public vtkUndirectedGraphAlgorithm
60 {
61 public:
62  static vtkTulipReader* New();
64  void PrintSelf(ostream& os, vtkIndent indent) override;
65 
67 
70  vtkGetFilePathMacro(FileName);
71  vtkSetFilePathMacro(FileName);
73 
74 protected:
76  ~vtkTulipReader() override;
77 
79 
84 
85 private:
86  char* FileName;
87 
88  vtkTulipReader(const vtkTulipReader&) = delete;
89  void operator=(const vtkTulipReader&) = delete;
90 };
91 
92 VTK_ABI_NAMESPACE_END
93 #endif // vtkTulipReader_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
Reads tulip 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.