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 const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
vtkMoleculeGetInput ()

Static Public Member Functions

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

Protected Member Functions

 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 30 of file vtkMoleculeToPolyDataFilter.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.

Definition at line 34 of file vtkMoleculeToPolyDataFilter.h.


Constructor & Destructor Documentation

vtkMoleculeToPolyDataFilter::vtkMoleculeToPolyDataFilter ( ) [protected]
vtkMoleculeToPolyDataFilter::~vtkMoleculeToPolyDataFilter ( ) [protected]

Member Function Documentation

virtual const char* vtkMoleculeToPolyDataFilter::GetClassName ( ) [virtual]
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.

static vtkMoleculeToPolyDataFilter* vtkMoleculeToPolyDataFilter::SafeDownCast ( vtkObject o) [static]
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.

vtkMolecule* vtkMoleculeToPolyDataFilter::GetInput ( )

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: