VMTK
|
merges points, point data, and cell data. More...
#include <vtkvmtkAppendFilter.h>
Public Types | |
typedef vtkAppendFilter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkvmtkAppendFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
virtual void | SetMergeDuplicatePoints (int) |
virtual int | GetMergeDuplicatePoints () |
virtual void | MergeDuplicatePointsOn () |
virtual void | MergeDuplicatePointsOff () |
Static Public Member Functions | |
static vtkvmtkAppendFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkvmtkAppendFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkvmtkAppendFilter () | |
~vtkvmtkAppendFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
Protected Attributes | |
int | MergeDuplicatePoints |
merges points, point data, and cell data.
The RequestData method implementation is heavily based on the same method in vtkAppendFilter. vtkAppendFilter is covered by the following (VTK) copyright notice.
Definition at line 37 of file vtkvmtkAppendFilter.h.
typedef vtkAppendFilter vtkvmtkAppendFilter::Superclass |
Definition at line 42 of file vtkvmtkAppendFilter.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
|
static |
|
protectedvirtual |
vtkvmtkAppendFilter* vtkvmtkAppendFilter::NewInstance | ( | ) | const |
void vtkvmtkAppendFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protectedvirtual |
|
protected |
Definition at line 56 of file vtkvmtkAppendFilter.h.