Filter that takes a graph and makes a tree out of the network ip addresses in that graph.
More...
#include <vtkNetworkHierarchy.h>
Inherits vtkTreeAlgorithm.
Filter that takes a graph and makes a tree out of the network ip addresses in that graph.
Use SetInputArrayToProcess(0, ...) to set the array to that has the network ip addresses. Currently this array must be a vtkStringArray.
- Tests:
- vtkNetworkHierarchy (Tests)
Definition at line 41 of file vtkNetworkHierarchy.h.
vtkNetworkHierarchy::vtkNetworkHierarchy |
( |
| ) |
|
|
protected |
vtkNetworkHierarchy::~vtkNetworkHierarchy |
( |
| ) |
|
|
protected |
static int vtkNetworkHierarchy::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkNetworkHierarchy::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkNetworkHierarchy::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual char* vtkNetworkHierarchy::GetIPArrayName |
( |
| ) |
|
|
virtual |
Used to store the ip array name
virtual void vtkNetworkHierarchy::SetIPArrayName |
( |
const char * |
| ) |
|
|
virtual |
Used to store the ip array name
void vtkNetworkHierarchy::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkNetworkHierarchy::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkNetworkHierarchy::FillOutputPortInformation |
( |
int |
vtkNotUsedport, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
int vtkNetworkHierarchy::FillInputPortInformation |
( |
int |
vtkNotUsedport, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: