Go to the documentation of this file.
28 #ifndef __vtkXYZMolReader_h
29 #define __vtkXYZMolReader_h
43 virtual int CanReadFile(
const char*
name);
48 vtkSetMacro(TimeStep,
int);
49 vtkGetMacro(TimeStep,
int);
54 vtkGetMacro(MaxTimeStep,
int);
65 char* GetNextLine(FILE* fp,
char* line,
int maxlen);
67 int GetLine1(
const char* line,
int *cnt);
68 int GetLine2(
const char* line,
char *
name);
69 int GetAtom(
const char* line,
char* atom,
float *x);
71 void InsertAtom(
const char* atom,
float *pos);
73 vtkSetMacro(MaxTimeStep,
int);