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 | List of all members
vtkRemoveIsolatedVertices Class Reference

remove vertices of a vtkGraph with degree zero. More...

#include <vtkRemoveIsolatedVertices.h>

Inherits vtkGraphAlgorithm.

Public Types

typedef vtkGraphAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkRemoveIsolatedVerticesNew ()
 
static int IsTypeOf (const char *type)
 
static vtkRemoveIsolatedVerticesSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Detailed Description

remove vertices of a vtkGraph with degree zero.

Tests:
vtkRemoveIsolatedVertices (Tests)

Definition at line 38 of file vtkRemoveIsolatedVertices.h.

Member Typedef Documentation

typedef vtkGraphAlgorithm vtkRemoveIsolatedVertices::Superclass

Definition at line 42 of file vtkRemoveIsolatedVertices.h.

Constructor & Destructor Documentation

vtkRemoveIsolatedVertices::vtkRemoveIsolatedVertices ( )
protected
vtkRemoveIsolatedVertices::~vtkRemoveIsolatedVertices ( )
protected

Member Function Documentation

static vtkRemoveIsolatedVertices* vtkRemoveIsolatedVertices::New ( )
static
static int vtkRemoveIsolatedVertices::IsTypeOf ( const char *  type)
static
virtual int vtkRemoveIsolatedVertices::IsA ( const char *  type)
virtual
static vtkRemoveIsolatedVertices* vtkRemoveIsolatedVertices::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkRemoveIsolatedVertices::NewInstanceInternal ( ) const
protectedvirtual
vtkRemoveIsolatedVertices* vtkRemoveIsolatedVertices::NewInstance ( ) const
void vtkRemoveIsolatedVertices::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
int vtkRemoveIsolatedVertices::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

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