VTK  9.3.1
vtkMoleculeToPolyDataFilter.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 #ifndef vtkMoleculeToPolyDataFilter_h
13 #define vtkMoleculeToPolyDataFilter_h
14 
15 #include "vtkDomainsChemistryModule.h" // For export macro
16 #include "vtkPolyDataAlgorithm.h"
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class vtkMolecule;
20 
21 class VTKDOMAINSCHEMISTRY_EXPORT vtkMoleculeToPolyDataFilter : public vtkPolyDataAlgorithm
22 {
23 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
28 
29 protected:
31  ~vtkMoleculeToPolyDataFilter() override;
32 
33  int FillInputPortInformation(int, vtkInformation*) override;
34 
35 private:
37  void operator=(const vtkMoleculeToPolyDataFilter&) = delete;
38 };
39 
40 VTK_ABI_NAMESPACE_END
41 #endif
Store vtkAlgorithm input/output information.
class describing a molecule
Definition: vtkMolecule.h:83
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
vtkDataObject * GetInput()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.