VTK  9.3.20240328
vtkMoleculeToBondStickFilter.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 vtkMoleculeToBondStickFilter_h
13 #define vtkMoleculeToBondStickFilter_h
14 
15 #include "vtkDomainsChemistryModule.h" // For export macro
17 
18 VTK_ABI_NAMESPACE_BEGIN
19 class vtkMolecule;
20 
21 class VTKDOMAINSCHEMISTRY_EXPORT vtkMoleculeToBondStickFilter : public vtkMoleculeToPolyDataFilter
22 {
23 public:
25  void PrintSelf(ostream& os, vtkIndent indent) override;
26 
28 
29 protected:
32 
34 
35 private:
37  void operator=(const vtkMoleculeToBondStickFilter&) = delete;
38 };
39 
40 VTK_ABI_NAMESPACE_END
41 #endif
a simple class to control print indentation
Definition: vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Generate polydata with cylinders representing bonds.
~vtkMoleculeToBondStickFilter() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkMoleculeToBondStickFilter * New()
class describing a molecule
Definition: vtkMolecule.h:84