16 #ifndef vtkProteinRibbonFilter_h 17 #define vtkProteinRibbonFilter_h 27 #include "vtkDomainsChemistryModule.h" 49 vtkGetMacro(CoilWidth,
float);
57 vtkGetMacro(HelixWidth,
float);
65 vtkGetMacro(SubdivideFactor,
int);
73 vtkGetMacro(DrawSmallMoleculesAsSpheres,
bool);
81 vtkGetMacro(SphereResolution,
int);
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;
127 #endif // vtkProteinRibbonFilter_h
a vtkAbstractArray subclass for strings
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkPolyDataAlgorithm * New()
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.