appends points of one or more vtkPolyData data sets
More...
#include <vtkAppendPoints.h>
Inherits vtkPolyDataAlgorithm.
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.
vtkAppendPoints::vtkAppendPoints |
( |
| ) |
|
|
protected |
vtkAppendPoints::~vtkAppendPoints |
( |
| ) |
|
|
protected |
static int vtkAppendPoints::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkAppendPoints::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkAppendPoints::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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 |
char* vtkAppendPoints::InputIdArrayName |
|
protected |
The documentation for this class was generated from the following file: