VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkMoleculeToPolyDataFilter Class Reference

abstract filter class More...

#include <vtkMoleculeToPolyDataFilter.h>

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

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkMoleculeToPolyDataFilterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
vtkMoleculeGetInput ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkMoleculeToPolyDataFilter
SafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkMoleculeToPolyDataFilter ()
 ~vtkMoleculeToPolyDataFilter ()
virtual int FillInputPortInformation (int, vtkInformation *)

Detailed Description

abstract filter class

vtkMoleculeToPolyDataFilter is an abstract filter class whose subclasses take as input datasets of type vtkMolecule and generate polygonal data on output.

Definition at line 31 of file vtkMoleculeToPolyDataFilter.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.

Definition at line 35 of file vtkMoleculeToPolyDataFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkMoleculeToPolyDataFilter::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 vtkPolyDataAlgorithm.

Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.

virtual int vtkMoleculeToPolyDataFilter::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 vtkPolyDataAlgorithm.

Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.

virtual vtkObjectBase* vtkMoleculeToPolyDataFilter::NewInstanceInternal ( ) const [protected, virtual]
void vtkMoleculeToPolyDataFilter::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 vtkPolyDataAlgorithm.

Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkMoleculeToPolyDataFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

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

Reimplemented from vtkPolyDataAlgorithm.


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