Go to the documentation of this file.
25 #ifndef vtkMoleculeReaderBase_h
26 #define vtkMoleculeReaderBase_h
represent and manipulate 3D points
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkUnsignedCharArray * SecondaryStructuresBegin
dynamic, self-adjusting array of float
vtkUnsignedCharArray * SecondaryStructuresEnd
dynamic, self-adjusting array of unsigned char
#define vtkTypeMacro(thisClass, superclass)
vtkStringArray * AtomTypeStrings
abstract superclass for arrays of numeric data
#define VTKIOGEOMETRY_EXPORT
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)
object to represent cell connectivity
#define vtkSetStringMacro(name)
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
class describing a molecule
vtkSetMacro(IgnoreDriverBugs, bool)
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 *)
vtkUnsignedCharArray * IsHetatm
Superclass for algorithms that produce only polydata as output.