return a subtree from a vtkTree
More...
#include <vtkExtractSelectedTree.h>
Inherits vtkTreeAlgorithm.
return a subtree from a vtkTree
input 0 — a vtkTree input 1 — a vtkSelection, containing selected vertices. It may have FILED_type set to POINTS ( a vertex selection) or CELLS (an edge selection). A vertex selection preserves the edges that connect selected vertices. An edge selection perserves the vertices that are adjacent to at least one selected edges.
- Tests:
- vtkExtractSelectedTree (Tests)
Definition at line 40 of file vtkExtractSelectedTree.h.
vtkExtractSelectedTree::vtkExtractSelectedTree |
( |
| ) |
|
|
protected |
vtkExtractSelectedTree::~vtkExtractSelectedTree |
( |
| ) |
|
|
protected |
static int vtkExtractSelectedTree::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractSelectedTree::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractSelectedTree::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExtractSelectedTree::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkExtractSelectedTree::SetSelectionConnection |
( |
vtkAlgorithmOutput * |
in | ) |
|
A convenience method for setting the second input (i.e. the selection).
int vtkExtractSelectedTree::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
int vtkExtractSelectedTree::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkExtractSelectedTree::BuildTree |
( |
vtkTree * |
inputTree, |
|
|
vtkIdTypeArray * |
list, |
|
|
vtkMutableDirectedGraph * |
builder |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: