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

Method startWorking

Wrapping/Java/vtk/sample/Demo.java:227–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 }
226
227 public void startWorking() {
228 for (int i = 0; i < NUMBER_OF_PIPLINE_TO_BUILD; i++) {
229 exec.submit(new PipelineBuilder());
230 }
231 }
232
233 // -----------------------------------------------------------------
234 public static void main(String[] args) throws InterruptedException, InvocationTargetException {

Callers 1

runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected