VMTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkvmtkAppendFilter Class Reference

merges points, point data, and cell data. More...

#include <vtkvmtkAppendFilter.h>

Inheritance diagram for vtkvmtkAppendFilter:
[legend]
Collaboration diagram for vtkvmtkAppendFilter:
[legend]

Public Types

typedef vtkAppendFilter Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkvmtkAppendFilterNewInstance () 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 vtkvmtkAppendFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkvmtkAppendFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkvmtkAppendFilter ()
 
 ~vtkvmtkAppendFilter ()
 
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE
 

Protected Attributes

int MergeDuplicatePoints
 

Detailed Description

merges points, point data, and cell data.

Date
2006/04/06 16:47:48
Revision
1.4

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.

Member Typedef Documentation

◆ Superclass

typedef vtkAppendFilter vtkvmtkAppendFilter::Superclass

Definition at line 42 of file vtkvmtkAppendFilter.h.

Constructor & Destructor Documentation

◆ vtkvmtkAppendFilter()

vtkvmtkAppendFilter::vtkvmtkAppendFilter ( )
protected

◆ ~vtkvmtkAppendFilter()

vtkvmtkAppendFilter::~vtkvmtkAppendFilter ( )
protected

Member Function Documentation

◆ New()

static vtkvmtkAppendFilter* vtkvmtkAppendFilter::New ( )
static

◆ IsTypeOf()

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

◆ IsA()

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

◆ SafeDownCast()

static vtkvmtkAppendFilter* vtkvmtkAppendFilter::SafeDownCast ( vtkObjectBase *  o)
static

◆ NewInstanceInternal()

virtual vtkObjectBase* vtkvmtkAppendFilter::NewInstanceInternal ( ) const
protectedvirtual

◆ NewInstance()

vtkvmtkAppendFilter* vtkvmtkAppendFilter::NewInstance ( ) const

◆ PrintSelf()

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

◆ SetMergeDuplicatePoints()

virtual void vtkvmtkAppendFilter::SetMergeDuplicatePoints ( int  )
virtual

◆ GetMergeDuplicatePoints()

virtual int vtkvmtkAppendFilter::GetMergeDuplicatePoints ( )
virtual

◆ MergeDuplicatePointsOn()

virtual void vtkvmtkAppendFilter::MergeDuplicatePointsOn ( )
virtual

◆ MergeDuplicatePointsOff()

virtual void vtkvmtkAppendFilter::MergeDuplicatePointsOff ( )
virtual

◆ RequestData()

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

Member Data Documentation

◆ MergeDuplicatePoints

int vtkvmtkAppendFilter::MergeDuplicatePoints
protected

Definition at line 56 of file vtkvmtkAppendFilter.h.


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