31 #ifndef vtkNetworkHierarchy_h
32 #define vtkNetworkHierarchy_h
34 #include "vtkInfovisCoreModule.h"
50 vtkSetStringMacro(IPArrayName);
62 vtkInformationVector*) VTK_OVERRIDE;
64 int FillOutputPortInformation(
65 int vtkNotUsed(
port), vtkInformation*
info) VTK_OVERRIDE;
66 int FillInputPortInformation(
67 int vtkNotUsed(port), vtkInformation*
info) VTK_OVERRIDE;
75 void GetSubnets(
unsigned int packedIP,
int *subnets);
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only Tree as output.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
Filter that takes a graph and makes a tree out of the network ip addresses in that graph...
static vtkTreeAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.