]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkLinearToQuadraticCellsFilter.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkLinearToQuadraticCellsFilter.java
1 // java wrapper for vtkLinearToQuadraticCellsFilter object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkLinearToQuadraticCellsFilter extends vtkUnstructuredGridAlgorithm
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 void SetOutputPointsPrecision_5(int id0);
35   public void SetOutputPointsPrecision(int id0)
36     { SetOutputPointsPrecision_5(id0); }
37
38   private native int GetOutputPointsPrecision_6();
39   public int GetOutputPointsPrecision()
40     { return GetOutputPointsPrecision_6(); }
41
42   private native int GetMTime_7();
43   public int GetMTime()
44     { return GetMTime_7(); }
45
46   public vtkLinearToQuadraticCellsFilter() { super(); }
47
48   public vtkLinearToQuadraticCellsFilter(long id) { super(id); }
49   public native long   VTKInit();
50
51 }