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 vtkDataReader Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 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 31 of file vtkCMLMoleculeReader.h.


Member Typedef Documentation

Reimplemented from vtkDataReader.

Definition at line 35 of file vtkCMLMoleculeReader.h.


Constructor & Destructor Documentation

vtkCMLMoleculeReader::vtkCMLMoleculeReader ( ) [protected]
vtkCMLMoleculeReader::~vtkCMLMoleculeReader ( ) [protected]

Member Function Documentation

static vtkCMLMoleculeReader* vtkCMLMoleculeReader::New ( ) [static]

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

Reimplemented from vtkDataReader.

virtual const char* vtkCMLMoleculeReader::GetClassName ( ) [virtual]

Reimplemented from vtkDataReader.

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 vtkDataReader.

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 vtkDataReader.

static vtkCMLMoleculeReader* vtkCMLMoleculeReader::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkDataReader.

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 vtkDataReader.

vtkMolecule* vtkCMLMoleculeReader::GetOutput ( )

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

void vtkCMLMoleculeReader::SetOutput ( vtkMolecule )

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

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

Get/Set the name of the CML file

Reimplemented from vtkDataReader.

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

Get/Set the name of the CML file

Reimplemented from vtkDataReader.

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

Reimplemented from vtkDataReader.

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 vtkAlgorithm.


Member Data Documentation

char* vtkCMLMoleculeReader::FileName [protected]

Reimplemented from vtkDataReader.

Definition at line 58 of file vtkCMLMoleculeReader.h.


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