ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkMergeArrays Class Reference

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

#include <vtkMergeArrays.h>

Inherits vtkDataSetAlgorithm.

Public Types

typedef vtkDataSetAlgorithm Superclass
 

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 34 of file vtkMergeArrays.h.

Member Typedef Documentation

◆ Superclass

typedef vtkDataSetAlgorithm vtkMergeArrays::Superclass

Definition at line 39 of file vtkMergeArrays.h.

Constructor & Destructor Documentation

◆ vtkMergeArrays()

vtkMergeArrays::vtkMergeArrays ( )
protected

◆ ~vtkMergeArrays()

vtkMergeArrays::~vtkMergeArrays ( )
protected

Member Function Documentation

◆ New()

static vtkMergeArrays* vtkMergeArrays::New ( )
static

◆ GetClassName()

virtual const char* vtkMergeArrays::GetClassName ( )
virtual

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

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

◆ PrintSelf()

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

◆ RequestData()

virtual int vtkMergeArrays::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

◆ FillInputPortInformation()

virtual int vtkMergeArrays::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

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