Go to the documentation of this file.
26 #ifndef vtkMoleculeReaderBase_h
27 #define vtkMoleculeReaderBase_h
29 #include "vtkIOGeometryModule.h"
47 vtkSetStringMacro(FileName);
55 vtkGetMacro(BScale,
double);
63 vtkGetMacro(HBScale,
double);
66 vtkGetMacro(NumberOfAtoms,
int);
represent and manipulate 3D points
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
vtkUnsignedCharArray * SecondaryStructuresBegin
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
vtkUnsignedCharArray * Chain
vtkUnsignedCharArray * RGB
vtkIdTypeArray * AtomType
vtkUnsignedCharArray * SecondaryStructures
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
object to represent cell connectivity
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
class describing a molecule
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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
virtual int FillOutputPortInformation(int, vtkInformation *)
Fill the output port information objects for this algorithm.
vtkUnsignedCharArray * IsHetatm
Superclass for algorithms that produce only polydata as output.