prune a subtree out of a vtkTree
More...
#include <vtkPruneTreeFilter.h>
Inherits vtkTreeAlgorithm.
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.
vtkPruneTreeFilter::vtkPruneTreeFilter |
( |
| ) |
|
|
protected |
vtkPruneTreeFilter::~vtkPruneTreeFilter |
( |
| ) |
|
|
protected |
static int vtkPruneTreeFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPruneTreeFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPruneTreeFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
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 |
vtkIdType vtkPruneTreeFilter::ParentVertex |
|
protected |
bool vtkPruneTreeFilter::ShouldPruneParentVertex |
|
protected |
The documentation for this class was generated from the following file: