VTK  9.3.20240417
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:
32 
34 
35 private:
37  void operator=(const vtkMoleculeToPolyDataFilter&) = delete;
38 };
39 
40 VTK_ABI_NAMESPACE_END
41 #endif
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.
~vtkMoleculeToPolyDataFilter() override
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
class describing a molecule
Definition: vtkMolecule.h:84
Superclass for algorithms that produce only polydata as output.