16 #ifndef vtkProteinRibbonFilter_h 17 #define vtkProteinRibbonFilter_h 30 #include "vtkDomainsChemistryModule.h" 44 void PrintSelf(ostream& os,
vtkIndent indent) override;
52 vtkGetMacro(CoilWidth,
float);
53 vtkSetMacro(CoilWidth,
float);
60 vtkGetMacro(HelixWidth,
float);
61 vtkSetMacro(HelixWidth,
float);
68 vtkGetMacro(SubdivideFactor,
int);
69 vtkSetMacro(SubdivideFactor,
int);
76 vtkGetMacro(DrawSmallMoleculesAsSpheres,
bool);
77 vtkSetMacro(DrawSmallMoleculesAsSpheres,
bool);
84 vtkGetMacro(SphereResolution,
int);
85 vtkSetMacro(SphereResolution,
int);
90 ~vtkProteinRibbonFilter() override;
96 vtkInformationVector *) override;
100 std::
vector<std::pair<vtkVector3f,
bool> >& p2,
107 static std::
vector<vtkVector3f>* Subdivide(std::
vector<std::pair<vtkVector3f,
bool> >& p,
121 int SphereResolution;
123 bool DrawSmallMoleculesAsSpheres;
126 vtkProteinRibbonFilter(const vtkProteinRibbonFilter&) = delete;
127 void operator=(const vtkProteinRibbonFilter&) = delete;
130 #endif // vtkProteinRibbonFilter_h
a vtkAbstractArray subclass for strings
concrete dataset represents vertices, lines, polygons, and triangle strips
Superclass for algorithms that produce only polydata as output.
Some derived classes for the different colors commonly used.
a simple class to control print indentation
dynamic, self-adjusting array of unsigned char
generates protein ribbons
represent and manipulate 3D points