#include <vtkMoleculeReaderBase.h>
Inheritance diagram for vtkMoleculeReaderBase:
vtkMoleculeReaderBase is a source object that reads Molecule files The FileName must be specified
Definition at line 49 of file vtkMoleculeReaderBase.h.
Public Types | |
typedef vtkPolyDataSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
virtual void | SetBScale (double) |
virtual double | GetBScale () |
virtual void | SetHBScale (double) |
virtual double | GetHBScale () |
virtual int | GetNumberOfAtoms () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkMoleculeReaderBase * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMoleculeReaderBase () | |
~vtkMoleculeReaderBase () | |
virtual void | Execute () |
int | ReadMolecule (FILE *fp) |
int | MakeAtomType (const char *atype) |
int | MakeBonds (vtkPoints *, vtkIdTypeArray *, vtkCellArray *) |
virtual void | ReadSpecificMolecule (FILE *fp)=0 |
Protected Attributes | |
char * | FileName |
double | BScale |
double | HBScale |
int | NumberOfAtoms |
vtkPoints * | Points |
vtkUnsignedCharArray * | RGB |
vtkFloatArray * | Radii |
vtkIdTypeArray * | AtomType |
|
Reimplemented from vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. Definition at line 52 of file vtkMoleculeReaderBase.h. |
|
|
|
|
|
Reimplemented from vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
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 vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
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 vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
Reimplemented from vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
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 vtkPolyDataSource. Reimplemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
Reimplemented in vtkGaussianCubeReader. |
|
Reimplemented in vtkGaussianCubeReader. |
|
|
|
|
|
|
|
|
|
|
|
This method is the old style execute method Reimplemented from vtkSource. Reimplemented in vtkGaussianCubeReader. |
|
|
|
|
|
|
|
Implemented in vtkGaussianCubeReader, vtkPDBReader, and vtkXYZMolReader. |
|
Reimplemented in vtkGaussianCubeReader. Definition at line 70 of file vtkMoleculeReaderBase.h. |
|
Definition at line 71 of file vtkMoleculeReaderBase.h. |
|
Definition at line 73 of file vtkMoleculeReaderBase.h. |
|
Definition at line 75 of file vtkMoleculeReaderBase.h. |
|
Definition at line 82 of file vtkMoleculeReaderBase.h. |
|
Definition at line 83 of file vtkMoleculeReaderBase.h. |
|
Definition at line 84 of file vtkMoleculeReaderBase.h. |
|
Definition at line 85 of file vtkMoleculeReaderBase.h. |