]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkExtractEdges.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkExtractEdges.java
1 // java wrapper for vtkExtractEdges object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkExtractEdges extends vtkPolyDataAlgorithm
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetLocator_2(vtkIncrementalPointLocator id0);
19   public void SetLocator(vtkIncrementalPointLocator id0)
20     { SetLocator_2(id0); }
21
22   private native long GetLocator_3();
23   public vtkIncrementalPointLocator GetLocator() {
24     long temp = GetLocator_3();
25
26     if (temp == 0) return null;
27     return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
28 }
29
30   private native void CreateDefaultLocator_4();
31   public void CreateDefaultLocator()
32     { CreateDefaultLocator_4(); }
33
34   private native int GetMTime_5();
35   public int GetMTime()
36     { return GetMTime_5(); }
37
38   public vtkExtractEdges() { super(); }
39
40   public vtkExtractEdges(long id) { super(id); }
41   public native long   VTKInit();
42
43 }