VTK
vtkCollectGraph.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkCollectGraph.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 /*----------------------------------------------------------------------------
16  Copyright (c) Sandia Corporation
17  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
18 ----------------------------------------------------------------------------*/
26 #ifndef vtkCollectGraph_h
27 #define vtkCollectGraph_h
28 
29 #include "vtkFiltersParallelModule.h" // For export macro
30 #include "vtkGraphAlgorithm.h"
31 
34 
36 {
37 public:
38  static vtkCollectGraph *New();
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
43 
48 
50 
56 
58 
59  vtkSetMacro(PassThrough, int);
60  vtkGetMacro(PassThrough, int);
61  vtkBooleanMacro(PassThrough, int);
63 
64  //BTX
65  enum {
68  USE_INPUT_TYPE
69  };
70  //ETX
71 
73 
80  vtkSetMacro(OutputType, int);
81  vtkGetMacro(OutputType, int);
83 
84 protected:
87 
90 
91  // Data generation method
95 
98 
99 private:
100  vtkCollectGraph(const vtkCollectGraph&); // Not implemented
101  void operator=(const vtkCollectGraph&); // Not implemented
102 };
103 
104 #endif
vtkCollectGraph::RequestDataObject
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkGraphAlgorithm
Superclass for algorithms that produce only graph as output.
Definition: vtkGraphAlgorithm.h:54
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkCollectGraph
Collect distributed graph.
Definition: vtkCollectGraph.h:36
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkCollectGraph::RequestUpdateExtent
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkFiltersParallelModule.h
vtkCollectGraph::vtkCollectGraph
vtkCollectGraph()
vtkCollectGraph::DIRECTED_OUTPUT
@ DIRECTED_OUTPUT
Definition: vtkCollectGraph.h:66
vtkCollectGraph::OutputType
int OutputType
Definition: vtkCollectGraph.h:89
vtkCollectGraph::New
static vtkCollectGraph * New()
vtkGraphAlgorithm.h
vtkCollectGraph::SetController
virtual void SetController(vtkMultiProcessController *)
vtkCollectGraph::Controller
vtkMultiProcessController * Controller
Definition: vtkCollectGraph.h:96
vtkMultiProcessController
Multiprocessing communication superclass.
Definition: vtkMultiProcessController.h:85
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkCollectGraph::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkCollectGraph::UNDIRECTED_OUTPUT
@ UNDIRECTED_OUTPUT
Definition: vtkCollectGraph.h:67
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkCollectGraph::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkCollectGraph::~vtkCollectGraph
~vtkCollectGraph()
vtkBooleanMacro
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkCollectGraph::PassThrough
int PassThrough
Definition: vtkCollectGraph.h:88
vtkSocketController
Process communication using Sockets.
Definition: vtkSocketController.h:52
vtkCollectGraph::SocketController
vtkSocketController * SocketController
Definition: vtkCollectGraph.h:97
vtkCollectGraph::SetSocketController
virtual void SetSocketController(vtkSocketController *)