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 | Protected Attributes | List of all members
vtkPruneTreeFilter Class Reference

prune a subtree out of a vtkTree More...

#include <vtkPruneTreeFilter.h>

Inherits vtkTreeAlgorithm.

Public Types

typedef vtkTreeAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPruneTreeFilterNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual vtkIdType GetParentVertex ()
 
virtual void SetParentVertex (vtkIdType)
 
virtual bool GetShouldPruneParentVertex ()
 
virtual void SetShouldPruneParentVertex (bool)
 

Static Public Member Functions

static vtkPruneTreeFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPruneTreeFilterSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

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

Protected Attributes

vtkIdType ParentVertex
 
bool ShouldPruneParentVertex
 

Detailed Description

prune a subtree out of a vtkTree

Removes a subtree rooted at a particular vertex in a vtkTree.

Tests:
vtkPruneTreeFilter (Tests)

Definition at line 40 of file vtkPruneTreeFilter.h.

Member Typedef Documentation

typedef vtkTreeAlgorithm vtkPruneTreeFilter::Superclass

Definition at line 44 of file vtkPruneTreeFilter.h.

Constructor & Destructor Documentation

vtkPruneTreeFilter::vtkPruneTreeFilter ( )
protected
vtkPruneTreeFilter::~vtkPruneTreeFilter ( )
protected

Member Function Documentation

static vtkPruneTreeFilter* vtkPruneTreeFilter::New ( )
static
static int vtkPruneTreeFilter::IsTypeOf ( const char *  type)
static
virtual int vtkPruneTreeFilter::IsA ( const char *  type)
virtual
static vtkPruneTreeFilter* vtkPruneTreeFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPruneTreeFilter::NewInstanceInternal ( ) const
protectedvirtual
vtkPruneTreeFilter* vtkPruneTreeFilter::NewInstance ( ) const
void vtkPruneTreeFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual vtkIdType vtkPruneTreeFilter::GetParentVertex ( )
virtual

Set the parent vertex of the subtree to remove.

virtual void vtkPruneTreeFilter::SetParentVertex ( vtkIdType  )
virtual

Set the parent vertex of the subtree to remove.

virtual bool vtkPruneTreeFilter::GetShouldPruneParentVertex ( )
virtual

Should we remove the parent vertex, or just its descendants? Default behavior is to remove the parent vertex.

virtual void vtkPruneTreeFilter::SetShouldPruneParentVertex ( bool  )
virtual

Should we remove the parent vertex, or just its descendants? Default behavior is to remove the parent vertex.

int vtkPruneTreeFilter::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protected

Member Data Documentation

vtkIdType vtkPruneTreeFilter::ParentVertex
protected

Definition at line 64 of file vtkPruneTreeFilter.h.

bool vtkPruneTreeFilter::ShouldPruneParentVertex
protected

Definition at line 65 of file vtkPruneTreeFilter.h.


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