Go to the documentation of this file.
28 #ifndef __vtkXYZMolReader_h
29 #define __vtkXYZMolReader_h
31 #include "vtkIOGeometryModule.h"
44 virtual int CanReadFile(
const char*
name);
49 vtkSetMacro(TimeStep,
int);
50 vtkGetMacro(TimeStep,
int);
55 vtkGetMacro(MaxTimeStep,
int);
66 char* GetNextLine(FILE* fp,
char* line,
int maxlen);
68 int GetLine1(
const char* line,
int *cnt);
69 int GetLine2(
const char* line,
char *
name);
70 int GetAtom(
const char* line,
char* atom,
float *x);
72 void InsertAtom(
const char* atom,
float *pos);
74 vtkSetMacro(MaxTimeStep,
int);