|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   31 #ifndef vtkNetworkHierarchy_h 
   32 #define vtkNetworkHierarchy_h 
   34 #include "vtkInfovisCoreModule.h"  
   49   vtkGetStringMacro(IPArrayName);
 
   50   vtkSetStringMacro(IPArrayName);
 
   70   void GetSubnets(
unsigned int packedIP, 
int* subnets);
 
  
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkTreeAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only Tree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Wrapper around std::string to keep symbols short.
Filter that takes a graph and makes a tree out of the network ip addresses in that graph.