VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkNetworkHierarchy Class Reference

Filter that takes a graph and makes a tree out of the network ip addresses in that graph. More...

#include <vtkNetworkHierarchy.h>

Inherits vtkTreeAlgorithm.

Public Types

typedef vtkTreeAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkNetworkHierarchyNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual char * GetIPArrayName ()
 
virtual void SetIPArrayName (const char *)
 

Static Public Member Functions

static vtkNetworkHierarchyNew ()
 
static int IsTypeOf (const char *type)
 
static vtkNetworkHierarchySafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkNetworkHierarchy ()
 
 ~vtkNetworkHierarchy ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
int FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 
int FillInputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkTreeAlgorithm vtkNetworkHierarchy::Superclass

Definition at line 45 of file vtkNetworkHierarchy.h.

Constructor & Destructor Documentation

vtkNetworkHierarchy::vtkNetworkHierarchy ( )
protected
vtkNetworkHierarchy::~vtkNetworkHierarchy ( )
protected

Member Function Documentation

static vtkNetworkHierarchy* vtkNetworkHierarchy::New ( )
static
static int vtkNetworkHierarchy::IsTypeOf ( const char *  type)
static
virtual int vtkNetworkHierarchy::IsA ( const char *  type)
virtual
static vtkNetworkHierarchy* vtkNetworkHierarchy::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkNetworkHierarchy::NewInstanceInternal ( ) const
protectedvirtual
vtkNetworkHierarchy* vtkNetworkHierarchy::NewInstance ( ) const
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: