VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkAppendPoints Class Reference

appends points of one or more vtkPolyData data sets More...

#include <vtkAppendPoints.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkAppendPointsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAppendPointsSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkAppendPoints ()
 
 ~vtkAppendPoints ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 

Protected Attributes

char * InputIdArrayName
 

Detailed Description

appends points of one or more vtkPolyData data sets

vtkAppendPoints is a filter that appends the points and associated data of one or more polygonal (vtkPolyData) datasets. This filter can optionally add a new array marking the input index that the point came from.

See Also
vtkAppendFilter vtkAppendPolyData

Definition at line 33 of file vtkAppendPoints.h.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkAppendPoints::Superclass

Definition at line 37 of file vtkAppendPoints.h.

Constructor & Destructor Documentation

vtkAppendPoints::vtkAppendPoints ( )
protected
vtkAppendPoints::~vtkAppendPoints ( )
protected

Member Function Documentation

static vtkAppendPoints* vtkAppendPoints::New ( )
static
static int vtkAppendPoints::IsTypeOf ( const char *  type)
static
virtual int vtkAppendPoints::IsA ( const char *  type)
virtual
static vtkAppendPoints* vtkAppendPoints::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkAppendPoints::NewInstanceInternal ( ) const
protectedvirtual
vtkAppendPoints* vtkAppendPoints::NewInstance ( ) const
void vtkAppendPoints::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkAppendPoints::SetInputIdArrayName ( const char *  )
virtual

Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated.

virtual char* vtkAppendPoints::GetInputIdArrayName ( )
virtual

Sets the output array name to fill with the input connection index for each point. This provides a way to trace a point back to a particular input. If this is NULL (the default), the array is not generated.

virtual int vtkAppendPoints::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual
virtual int vtkAppendPoints::FillInputPortInformation ( int  ,
vtkInformation *   
)
protectedvirtual

Member Data Documentation

char* vtkAppendPoints::InputIdArrayName
protected

Definition at line 58 of file vtkAppendPoints.h.


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