VTK
|
Read a CML file and output a vtkMolecule object. More...
#include <vtkCMLMoleculeReader.h>
Public Types | |
typedef vtkMoleculeAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkCMLMoleculeReader * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkMolecule * | GetOutput () |
void | SetOutput (vtkMolecule *) |
virtual void | SetFileName (const char *) |
virtual char * | GetFileName () |
![]() | |
vtkMoleculeAlgorithm * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataObject * | GetInput () |
vtkDataObject * | GetInput (int port) |
vtkMolecule * | GetMoleculeInput (int port) |
vtkMolecule * | GetOutput () |
vtkMolecule * | GetOutput (int) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | SetInputData (vtkDataObject *) |
void | SetInputData (int, vtkDataObject *) |
void | AddInputData (vtkDataObject *) |
void | AddInputData (int, vtkDataObject *) |
Static Public Member Functions | |
static vtkCMLMoleculeReader * | New () |
static int | IsTypeOf (const char *type) |
static vtkCMLMoleculeReader * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static vtkMoleculeAlgorithm * | New () |
static int | IsTypeOf (const char *type) |
static vtkMoleculeAlgorithm * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkCMLMoleculeReader () | |
~vtkCMLMoleculeReader () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | FillOutputPortInformation (int, vtkInformation *) |
![]() | |
vtkMoleculeAlgorithm () | |
~vtkMoleculeAlgorithm () | |
virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
char * | FileName |
Read a CML file and output a vtkMolecule object.
Definition at line 32 of file vtkCMLMoleculeReader.h.
Definition at line 36 of file vtkCMLMoleculeReader.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkMoleculeAlgorithm.
|
static |
|
protectedvirtual |
Reimplemented from vtkMoleculeAlgorithm.
vtkCMLMoleculeReader* vtkCMLMoleculeReader::NewInstance | ( | ) | const |
void vtkCMLMoleculeReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
vtkMolecule* vtkCMLMoleculeReader::GetOutput | ( | ) |
Get/Set the output (vtkMolecule) that the reader will fill
|
virtual |
Get/Set the output (vtkMolecule) that the reader will fill
Reimplemented from vtkMoleculeAlgorithm.
|
virtual |
Get/Set the name of the CML file
|
virtual |
Get/Set the name of the CML file
|
protectedvirtual |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkMoleculeAlgorithm.
|
protectedvirtual |
Reimplemented from vtkMoleculeAlgorithm.
|
protected |
Definition at line 59 of file vtkCMLMoleculeReader.h.