29#ifndef vtkXYZMolReader_h
30#define vtkXYZMolReader_h
32#include "vtkIOGeometryModule.h"
56 vtkGetMacro(TimeStep,
int);
63 vtkGetMacro(MaxTimeStep,
int);
80 int GetAtom(
const char* line,
char* atom,
float *x);
a simple class to control print indentation
read Molecular Data files
read Molecular Data files
char * GetNextLine(FILE *fp, char *line, int maxlen)
Get next line that is not a comment.
static vtkXYZMolReader * New()
virtual int CanReadFile(const char *name)
Test whether the file with the given name can be read by this reader.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int GetAtom(const char *line, char *atom, float *x)
void InsertAtom(const char *atom, float *pos)
int GetLine1(const char *line, int *cnt)
void ReadSpecificMolecule(FILE *fp)
int GetLine2(const char *line, char *name)
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.