Filter that expands a tree, categorizing leaf vertices.
More...
#include <vtkGroupLeafVertices.h>
Inherits vtkTreeAlgorithm.
Filter that expands a tree, categorizing leaf vertices.
Use SetInputArrayToProcess(0, ...) to set the array to group on. Currently this array must be a vtkStringArray.
- Examples:
- vtkGroupLeafVertices (Examples)
- Tests:
- vtkGroupLeafVertices (Tests)
Definition at line 40 of file vtkGroupLeafVertices.h.
vtkGroupLeafVertices::vtkGroupLeafVertices |
( |
| ) |
|
|
protected |
vtkGroupLeafVertices::~vtkGroupLeafVertices |
( |
| ) |
|
|
protected |
static int vtkGroupLeafVertices::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGroupLeafVertices::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGroupLeafVertices::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkGroupLeafVertices::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkGroupLeafVertices::SetGroupDomain |
( |
const char * |
| ) |
|
|
virtual |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain: - If the ids for this domain are numeric, starts assignment with max id - If the ids for this domain are strings, starts assignment with "group X" where "X" is the max id. Default is "group_vertex".
virtual char* vtkGroupLeafVertices::GetGroupDomain |
( |
| ) |
|
|
virtual |
The name of the domain that non-leaf vertices will be assigned to. If the input graph already contains vertices in this domain: - If the ids for this domain are numeric, starts assignment with max id - If the ids for this domain are strings, starts assignment with "group X" where "X" is the max id. Default is "group_vertex".
int vtkGroupLeafVertices::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
char* vtkGroupLeafVertices::GroupDomain |
|
protected |
The documentation for this class was generated from the following file: