MCPcopy Create free account
hub / github.com/Kitware/VTK / createSelection

Method createSelection

Wrapping/Java/Testing/Java/vtk/test/ManualGC.java:20–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18public class ManualGC {
19
20 private static vtkIdTypeArray createSelection() {
21 vtkSelection sel = new vtkSelection();
22 vtkSelectionNode node = new vtkSelectionNode();
23 vtkIdTypeArray arr = new vtkIdTypeArray();
24 node.SetSelectionList(arr);
25 sel.AddNode(node);
26 return arr;
27 }
28
29 public static void main(String[] args) {
30 try {

Callers 1

mainMethod · 0.95

Calls 2

SetSelectionListMethod · 0.95
AddNodeMethod · 0.95

Tested by

no test coverage detected