vtkAppendPoints Class Reference

#include <vtkAppendPoints.h>

Inheritance diagram for vtkAppendPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkAppendPoints:

Collaboration graph
[legend]

List of all members.


Detailed Description

appends points of one or more vtkPolyData data sets

vtkAppendPoints is a filter that appends the points and assoicated 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 32 of file vtkAppendPoints.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

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

Protected Attributes

char * InputIdArrayName

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 36 of file vtkAppendPoints.h.


Constructor & Destructor Documentation

vtkAppendPoints::vtkAppendPoints (  )  [protected]

vtkAppendPoints::~vtkAppendPoints (  )  [protected]


Member Function Documentation

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

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPolyDataAlgorithm.

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

Reimplemented from vtkPolyDataAlgorithm.

static int vtkAppendPoints::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.

virtual int vtkAppendPoints::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.

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

Reimplemented from vtkPolyDataAlgorithm.

void vtkAppendPoints::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.

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 request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkAppendPoints::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.


Member Data Documentation

Definition at line 57 of file vtkAppendPoints.h.


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

Generated on Mon Sep 27 18:17:53 2010 for VTK by  doxygen 1.5.6