50 vtkSetStringMacro(OutputArrayName);
60 vtkSetMacro(UseInDegreeNeighbors,
bool);
61 vtkGetMacro(UseInDegreeNeighbors,
bool);
62 vtkBooleanMacro(UseInDegreeNeighbors,
bool);
72 vtkSetMacro(UseOutDegreeNeighbors,
bool);
73 vtkGetMacro(UseOutDegreeNeighbors,
bool);
74 vtkBooleanMacro(UseOutDegreeNeighbors,
bool);
83 vtkSetMacro(CheckInputGraph,
bool);
84 vtkGetMacro(CheckInputGraph,
bool);
85 vtkBooleanMacro(CheckInputGraph,
bool);
95 char* OutputArrayName;
97 bool UseInDegreeNeighbors;
98 bool UseOutDegreeNeighbors;