25 #ifndef __vtkMoleculeReaderBase_h
26 #define __vtkMoleculeReaderBase_h
43 vtkSetStringMacro(FileName);
44 vtkGetStringMacro(FileName);
48 vtkSetMacro(BScale,
double);
49 vtkGetMacro(BScale,
double);
54 vtkSetMacro(HBScale,
double);
55 vtkGetMacro(HBScale,
double);
58 vtkGetMacro(NumberOfAtoms,
int);
71 int MakeAtomType(
const char *atype);
79 virtual void ReadSpecificMolecule(FILE* fp) = 0;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
dynamic, self-adjusting array of float
read Molecular Data files
dynamic, self-adjusting array of vtkIdType
concrete dataset represents vertices, lines, polygons, and triangle strips
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
abstract superclass for arrays of numeric data
dynamic, self-adjusting array of unsigned char
object to represent cell connectivity
vtkUnsignedCharArray * RGB
vtkIdTypeArray * AtomType
represent and manipulate 3D points