16 #ifndef vtkProteinRibbonFilter_h
17 #define vtkProteinRibbonFilter_h
27 #include "vtkDomainsChemistryModule.h"
41 void PrintSelf(ostream& os,
vtkIndent indent) VTK_OVERRIDE;
49 vtkGetMacro(CoilWidth,
float);
57 vtkGetMacro(HelixWidth,
float);
65 vtkGetMacro(SubdivideFactor,
int);
73 vtkGetMacro(DrawSmallMoleculesAsSpheres,
bool);
81 vtkGetMacro(SphereResolution,
int);
87 ~vtkProteinRibbonFilter() VTK_OVERRIDE;
93 vtkInformationVector *) VTK_OVERRIDE;
97 std::
vector<std::pair<vtkVector3f,
bool> >& p2,
104 static std::
vector<vtkVector3f>* Subdivide(std::
vector<std::pair<vtkVector3f,
bool> >& p,
118 int SphereResolution;
120 bool DrawSmallMoleculesAsSpheres;
123 vtkProteinRibbonFilter(const vtkProteinRibbonFilter&) VTK_DELETE_FUNCTION;
124 void operator=(const vtkProteinRibbonFilter&) VTK_DELETE_FUNCTION;
127 #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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generates protein ribbons
represent and manipulate 3D points