VTK  9.3.20240907
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
18VTK_ABI_NAMESPACE_BEGIN
19class vtkMolecule;
20
21class VTKDOMAINSCHEMISTRY_EXPORT vtkMoleculeToBondStickFilter : public vtkMoleculeToPolyDataFilter
22{
23public:
25 void PrintSelf(ostream& os, vtkIndent indent) override;
26
28
29protected:
32
34
35private:
37 void operator=(const vtkMoleculeToBondStickFilter&) = delete;
38};
39
40VTK_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.
static vtkMoleculeToBondStickFilter * New()
~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.
class describing a molecule
Definition vtkMolecule.h:84