18 #ifndef vtkNetworkHierarchy_h
19 #define vtkNetworkHierarchy_h
21 #include "vtkInfovisCoreModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
37 vtkGetStringMacro(IPArrayName);
38 vtkSetStringMacro(IPArrayName);
58 void GetSubnets(
unsigned int packedIP,
int* subnets);
a simple class to control print indentation
Filter that takes a graph and makes a tree out of the network ip addresses in that graph.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkNetworkHierarchy() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkNetworkHierarchy * New()
int FillOutputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
int FillInputPortInformation(int vtkNotUsed(port), vtkInformation *info) override
Wrapper around std::string to keep symbols short.
Superclass for algorithms that produce only Tree as output.