Go to the documentation of this file.
26 #ifndef vtkMoleculeReaderBase_h
27 #define vtkMoleculeReaderBase_h
29 #include "vtkIOGeometryModule.h"
47 vtkSetStringMacro(FileName);
48 vtkGetStringMacro(FileName);
54 vtkSetMacro(BScale,
double);
55 vtkGetMacro(BScale,
double);
62 vtkSetMacro(HBScale,
double);
63 vtkGetMacro(HBScale,
double);
66 vtkGetMacro(NumberOfAtoms,
int);
represent and manipulate 3D points
vtkUnsignedCharArray * SecondaryStructuresBegin
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
dynamic, self-adjusting array of float
vtkUnsignedCharArray * SecondaryStructuresEnd
dynamic, self-adjusting array of unsigned char
vtkStringArray * AtomTypeStrings
abstract superclass for arrays of numeric data
int MakeAtomType(const char *atype)
read Molecular Data files
int ReadMolecule(FILE *fp, vtkPolyData *output)
virtual void ReadSpecificMolecule(FILE *fp)=0
~vtkMoleculeReaderBase() override
vtkUnsignedCharArray * Chain
vtkUnsignedCharArray * RGB
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
vtkIdTypeArray * AtomType
vtkUnsignedCharArray * SecondaryStructures
a simple class to control print indentation
object to represent cell connectivity
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
class describing a molecule
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
int MakeBonds(vtkPoints *, vtkIdTypeArray *, vtkCellArray *)
a vtkAbstractArray subclass for strings
vtkUnsignedCharArray * IsHetatm
Superclass for algorithms that produce only polydata as output.