52 #ifndef vtkPBGLCollectGraph_h 
   53 #define vtkPBGLCollectGraph_h 
   55 #include "vtkInfovisParallelModule.h"  
   67 #if !defined(VTK_LEGACY_REMOVE) 
   80   vtkGetMacro(TargetProcessor, 
int);
 
   81   vtkSetMacro(TargetProcessor, 
int);
 
   89   vtkGetMacro(ReplicateGraph, 
bool);
 
   90   vtkSetMacro(ReplicateGraph, 
bool);
 
   91   vtkBooleanMacro(ReplicateGraph, 
bool);
 
   97   vtkGetMacro(CopyVertexData, 
bool);
 
   98   vtkSetMacro(CopyVertexData, 
bool);
 
   99   vtkBooleanMacro(CopyVertexData, 
bool);
 
  105   vtkGetMacro(CopyEdgeData, 
bool);
 
  106   vtkSetMacro(CopyEdgeData, 
bool);
 
  107   vtkBooleanMacro(CopyEdgeData, 
bool);
 
  114   vtkGetMacro(CreateOriginProcessArray, 
bool);
 
  115   vtkSetMacro(CreateOriginProcessArray, 
bool);
 
  116   vtkBooleanMacro(CreateOriginProcessArray, 
bool);
 
  122   vtkSetStringMacro(OriginProcessArrayName);
 
  154   bool CreateOriginProcessArray;
 
  155   char * OriginProcessArrayName;
 
  162 #endif //VTK_LEGACY_REMOVE 
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces...
static vtkGraphAlgorithm * New()
A node in a selection tree. Used to store selection results. 
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output. 
a simple class to control print indentation 
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate attribute data in a dataset 
Collects all of the pieces of a distributed vtkGraph into a single, non-distributed vtkGraph...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)