vtkXYZMolReader Class Reference
#include <vtkXYZMolReader.h>
Inheritance diagram for vtkXYZMolReader:
[legend]Collaboration diagram for vtkXYZMolReader:
[legend]List of all members.
Detailed Description
read Molecular Data files
vtkXYZMolReader is a source object that reads Molecule files The FileName must be specified
- Thanks:
- Dr. Jean M. Favre who developed and contributed this class
- Created by:
-
- CVS contributions (if > 5%):
- Cedilnik, Andy (91%)
- King, Brad (7%)
- CVS logs (CVSweb):
.h (/IO/vtkXYZMolReader
.h)
.cxx (/IO/vtkXYZMolReader
.cxx)
- Tests:
- vtkXYZMolReader (Tests)
Definition at line 45 of file vtkXYZMolReader.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkXYZMolReader::vtkXYZMolReader |
( |
|
) |
[protected] |
|
Member Function Documentation
virtual const char* vtkXYZMolReader::GetClassName |
( |
|
) |
[virtual] |
|
int vtkXYZMolReader::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkXYZMolReader::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
void vtkXYZMolReader::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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 vtkAlgorithm. |
virtual int vtkXYZMolReader::CanReadFile |
( |
const char * |
name |
) |
[virtual] |
|
|
Test whether the file with the given name can be read by this reader. |
virtual void vtkXYZMolReader::SetTimeStep |
( |
int |
|
) |
[virtual] |
|
|
Set the current time step. It should be greater than 0 and smaller than MaxTimeStep. |
virtual int vtkXYZMolReader::GetTimeStep |
( |
|
) |
[virtual] |
|
|
Set the current time step. It should be greater than 0 and smaller than MaxTimeStep. |
virtual int vtkXYZMolReader::GetMaxTimeStep |
( |
|
) |
[virtual] |
|
|
Get the maximum time step. |
void vtkXYZMolReader::ReadSpecificMolecule |
( |
FILE * |
fp |
) |
[protected, virtual] |
|
char* vtkXYZMolReader::GetNextLine |
( |
FILE * |
fp, |
|
|
char * |
line, |
|
|
int |
maxlen |
|
) |
[protected] |
|
|
Get next line that is not a comment. It returns the beginning of data on line (skips empty spaces) |
int vtkXYZMolReader::GetLine1 |
( |
const char * |
line, |
|
|
int * |
cnt |
|
) |
[protected] |
|
int vtkXYZMolReader::GetLine2 |
( |
const char * |
line, |
|
|
char * |
name |
|
) |
[protected] |
|
int vtkXYZMolReader::GetAtom |
( |
const char * |
line, |
|
|
char * |
atom, |
|
|
float * |
x |
|
) |
[protected] |
|
void vtkXYZMolReader::InsertAtom |
( |
const char * |
atom, |
|
|
float * |
pos |
|
) |
[protected] |
|
virtual void vtkXYZMolReader::SetMaxTimeStep |
( |
int |
|
) |
[protected, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: