Go to the documentation of this file.
16 #ifndef vtkProteinRibbonFilter_h
17 #define vtkProteinRibbonFilter_h
30 #include "vtkDomainsChemistryModule.h"
52 vtkGetMacro(CoilWidth,
float);
60 vtkGetMacro(HelixWidth,
float);
68 vtkGetMacro(SubdivideFactor,
int);
76 vtkGetMacro(DrawSmallMoleculesAsSpheres,
bool);
84 vtkGetMacro(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
represent and manipulate 3D points
dynamic, self-adjusting array of unsigned char
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
a simple class to control print indentation
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
generates protein ribbons
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
Some derived classes for the different colors commonly used.
bool DrawSmallMoleculesAsSpheres
concrete dataset represents vertices, lines, polygons, and triangle strips
a vtkAbstractArray subclass for strings
static vtkPolyDataAlgorithm * New()
std::map< std::string, vtkColor3ub > ElementColors
Superclass for algorithms that produce only polydata as output.