VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkCMLMoleculeReader Class Reference

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

#include <vtkCMLMoleculeReader.h>

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

Public Types

typedef vtkMoleculeAlgorithm Superclass
 
- Public Types inherited from vtkMoleculeAlgorithm
typedef vtkAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkCMLMoleculeReaderNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkMolecule * GetOutput ()
 
void SetOutput (vtkMolecule *)
 
virtual void SetFileName (const char *)
 
virtual char * GetFileName ()
 
- Public Member Functions inherited from vtkMoleculeAlgorithm
vtkMoleculeAlgorithmNewInstance () 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 vtkCMLMoleculeReaderNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCMLMoleculeReaderSafeDownCast (vtkObjectBase *o)
 
- Static Public Member Functions inherited from vtkMoleculeAlgorithm
static vtkMoleculeAlgorithmNew ()
 
static int IsTypeOf (const char *type)
 
static vtkMoleculeAlgorithmSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkCMLMoleculeReader ()
 
 ~vtkCMLMoleculeReader ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillOutputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkMoleculeAlgorithm
 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
 

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

Definition at line 36 of file vtkCMLMoleculeReader.h.

Constructor & Destructor Documentation

vtkCMLMoleculeReader::vtkCMLMoleculeReader ( )
protected
vtkCMLMoleculeReader::~vtkCMLMoleculeReader ( )
protected

Member Function Documentation

static vtkCMLMoleculeReader* vtkCMLMoleculeReader::New ( )
static
static int vtkCMLMoleculeReader::IsTypeOf ( const char *  type)
static
virtual int vtkCMLMoleculeReader::IsA ( const char *  type)
virtual

Reimplemented from vtkMoleculeAlgorithm.

static vtkCMLMoleculeReader* vtkCMLMoleculeReader::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkCMLMoleculeReader::NewInstanceInternal ( ) const
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

void vtkCMLMoleculeReader::SetOutput ( vtkMolecule *  )
virtual

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 
)
protectedvirtual

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

Reimplemented from vtkMoleculeAlgorithm.

int vtkCMLMoleculeReader::FillOutputPortInformation ( int  ,
vtkInformation *   
)
protectedvirtual

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: