16 #ifndef vtkProteinRibbonFilter_h
17 #define vtkProteinRibbonFilter_h
30 #include "vtkDomainsChemistryModule.h"
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);
101 std::vector<vtkColor3ub> &colors);
107 static std::vector<vtkVector3f>* Subdivide(
std::vector<std::pair<vtkVector3f, bool> >& p,
110 void SetColorByAtom(std::vector<vtkColor3ub>& colors,
vtkStringArray* atomTypes);
112 void SetColorByStructure(std::vector<vtkColor3ub>& colors,
130 #endif // vtkProteinRibbonFilter_h