ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkMergeArrays Class Reference

Multiple inputs with same geometry, one output. More...

#include <vtkMergeArrays.h>

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

List of all members.

Public Member Functions

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

Static Public Member Functions

static vtkMergeArraysNew ()
static int IsTypeOf (const char *type)
static vtkMergeArraysSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkMergeArrays ()
 ~vtkMergeArrays ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Detailed Description

Multiple inputs with same geometry, one output.

vtkMergeArrays Expects that all inputs have the same geometry. Arrays from all inputs are put into out output. The filter checks for a consistent number of points and cells, but not check any more. Any inputs which do not have the correct number of points and cells are ignored.

Definition at line 32 of file vtkMergeArrays.h.


Constructor & Destructor Documentation

vtkMergeArrays::vtkMergeArrays ( ) [protected]
vtkMergeArrays::~vtkMergeArrays ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkDataSetAlgorithm.

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

Reimplemented from vtkDataSetAlgorithm.

static int vtkMergeArrays::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkDataSetAlgorithm.

virtual int vtkMergeArrays::IsA ( const char *  type) [virtual]

Reimplemented from vtkDataSetAlgorithm.

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

Reimplemented from vtkDataSetAlgorithm.

void vtkMergeArrays::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkDataSetAlgorithm.

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

Reimplemented from vtkDataSetAlgorithm.

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

Reimplemented from vtkDataSetAlgorithm.


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