VTK
|
abstract filter class More...
#include <vtkMoleculeToPolyDataFilter.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkMoleculeToPolyDataFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkMolecule * | GetInput () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkMoleculeToPolyDataFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkMoleculeToPolyDataFilter () | |
~vtkMoleculeToPolyDataFilter () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
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.
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.
Definition at line 35 of file vtkMoleculeToPolyDataFilter.h.
vtkMoleculeToPolyDataFilter::vtkMoleculeToPolyDataFilter | ( | ) | [protected] |
vtkMoleculeToPolyDataFilter::~vtkMoleculeToPolyDataFilter | ( | ) | [protected] |
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.
virtual vtkObjectBase* vtkMoleculeToPolyDataFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.
Reimplemented from vtkPolyDataAlgorithm.
Reimplemented in vtkMoleculeToAtomBallFilter, and vtkMoleculeToBondStickFilter.
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.