#include <vtkXYZMolReader.h>
Inheritance diagram for vtkXYZMolReader:
vtkXYZMolReader is a source object that reads Molecule files The FileName must be specified
Definition at line 34 of file vtkXYZMolReader.h.
Public Types | |
typedef vtkMoleculeReaderBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | CanReadFile (const char *name) |
virtual void | SetTimeStep (int) |
virtual int | GetTimeStep () |
virtual int | GetMaxTimeStep () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkXYZMolReader * | SafeDownCast (vtkObject *o) |
static vtkXYZMolReader * | New () |
Protected Member Functions | |
vtkXYZMolReader () | |
~vtkXYZMolReader () | |
void | ReadSpecificMolecule (FILE *fp) |
char * | GetNextLine (FILE *fp, char *line, int maxlen) |
int | GetLine1 (const char *line, int *cnt) |
int | GetLine2 (const char *line, char *name) |
int | GetAtom (const char *line, char *atom, float *x) |
void | InsertAtom (const char *atom, float *pos) |
virtual void | SetMaxTimeStep (int) |
Protected Attributes | |
int | TimeStep |
int | MaxTimeStep |
|
Reimplemented from vtkMoleculeReaderBase. Definition at line 37 of file vtkXYZMolReader.h. |
|
|
|
|
|
Reimplemented from vtkMoleculeReaderBase. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkMoleculeReaderBase. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkMoleculeReaderBase. |
|
Reimplemented from vtkMoleculeReaderBase. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkMoleculeReaderBase. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Test whether the file with the given name can be read by this reader. |
|
Set the current time step. It should be greater than 0 and smaller than MaxTimeStep. |
|
Test whether the file with the given name can be read by this reader. |
|
Get the maximum time step. |
|
Implements vtkMoleculeReaderBase. |
|
Get next line that is not a comment. It returns the beginning of data on line (skips empty spaces) |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 73 of file vtkXYZMolReader.h. |
|
Definition at line 76 of file vtkXYZMolReader.h. |