33 #ifndef __vtkNetworkHierarchy_h
34 #define __vtkNetworkHierarchy_h
36 #include "vtkInfovisCoreModule.h"
37 #include "vtkTreeAlgorithm.h"
49 vtkGetStringMacro(IPArrayName);
50 vtkSetStringMacro(IPArrayName);
53 void PrintSelf(ostream& os, vtkIndent indent);
61 vtkInformationVector**,
62 vtkInformationVector*);
64 int FillOutputPortInformation(
65 int vtkNotUsed(port), vtkInformation* info);
66 int FillInputPortInformation(
67 int vtkNotUsed(port), vtkInformation* info);
74 unsigned int ITON(vtkStdString ip);
75 void GetSubnets(
unsigned int packedIP,
int *subnets);
Filter that takes a graph and makes a tree out of the network ip addresses in that graph...