VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkCMLMoleculeReader Class Reference

Read a CML file and output a vtkMolecule object. More...

#include <vtkCMLMoleculeReader.h>

Inheritance diagram for vtkCMLMoleculeReader:
Inheritance graph
[legend]
Collaboration diagram for vtkCMLMoleculeReader:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkMoleculeAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkCMLMoleculeReaderNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkMoleculeGetOutput ()
void SetOutput (vtkMolecule *)
virtual void SetFileName (const char *)
virtual char * GetFileName ()

Static Public Member Functions

static vtkCMLMoleculeReaderNew ()
static int IsTypeOf (const char *type)
static vtkCMLMoleculeReaderSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkCMLMoleculeReader ()
 ~vtkCMLMoleculeReader ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillOutputPortInformation (int, vtkInformation *)

Protected Attributes

char * FileName

Detailed Description

Read a CML file and output a vtkMolecule object.

Tests:
vtkCMLMoleculeReader (Tests)

Definition at line 32 of file vtkCMLMoleculeReader.h.


Member Typedef Documentation

Reimplemented from vtkMoleculeAlgorithm.

Definition at line 36 of file vtkCMLMoleculeReader.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkMoleculeAlgorithm.

static int vtkCMLMoleculeReader::IsTypeOf ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkMoleculeAlgorithm.

virtual int vtkCMLMoleculeReader::IsA ( const char *  name) [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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkMoleculeAlgorithm.

Reimplemented from vtkMoleculeAlgorithm.

virtual vtkObjectBase* vtkCMLMoleculeReader::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkMoleculeAlgorithm.

Reimplemented from vtkMoleculeAlgorithm.

void vtkCMLMoleculeReader::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 vtkMoleculeAlgorithm.

Get/Set the output (vtkMolecule) that the reader will fill

Reimplemented from vtkMoleculeAlgorithm.

Get/Set the output (vtkMolecule) that the reader will fill

Reimplemented from vtkMoleculeAlgorithm.

virtual void vtkCMLMoleculeReader::SetFileName ( const char *  ) [virtual]

Get/Set the name of the CML file

virtual char* vtkCMLMoleculeReader::GetFileName ( ) [virtual]

Get/Set the name of the CML file

int vtkCMLMoleculeReader::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkMoleculeAlgorithm.

int vtkCMLMoleculeReader::FillOutputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkMoleculeAlgorithm.


Member Data Documentation

char* vtkCMLMoleculeReader::FileName [protected]

Definition at line 59 of file vtkCMLMoleculeReader.h.


The documentation for this class was generated from the following file: