16 #ifndef vtkProteinRibbonFilter_h
17 #define vtkProteinRibbonFilter_h
27 #include "vtkDomainsChemistryModule.h"
49 vtkGetMacro(CoilWidth,
float);
50 vtkSetMacro(CoilWidth,
float);
57 vtkGetMacro(HelixWidth,
float);
58 vtkSetMacro(HelixWidth,
float);
65 vtkGetMacro(SubdivideFactor,
int);
66 vtkSetMacro(SubdivideFactor,
int);
73 vtkGetMacro(DrawSmallMoleculesAsSpheres,
bool);
74 vtkSetMacro(DrawSmallMoleculesAsSpheres,
bool);
81 vtkGetMacro(SphereResolution,
int);
82 vtkSetMacro(SphereResolution,
int);
98 std::vector<vtkColor3ub> &colors);
104 static std::vector<vtkVector3f>* Subdivide(
std::vector<std::pair<vtkVector3f, bool> >& p,
107 void SetColorByAtom(std::vector<vtkColor3ub>& colors,
vtkStringArray* atomTypes);
109 void SetColorByStructure(std::vector<vtkColor3ub>& colors,
127 #endif // vtkProteinRibbonFilter_h