X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkLinearContourLineInterpolator.java;h=fde2ff849999a3f6e09f05309cf1d4c707d545d5;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=26f737721c8bb3d2da0973b441c6b4adde3be517;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkLinearContourLineInterpolator.java b/vtk/src/vtk/vtkLinearContourLineInterpolator.java index 26f73772..fde2ff84 100644 --- a/vtk/src/vtk/vtkLinearContourLineInterpolator.java +++ b/vtk/src/vtk/vtkLinearContourLineInterpolator.java @@ -1,27 +1,27 @@ -// java wrapper for vtkLinearContourLineInterpolator object -// - -package vtk; -import vtk.*; - -public class vtkLinearContourLineInterpolator extends vtkContourLineInterpolator -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native int InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3); - public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3) - { return InterpolateLine_2(id0,id1,id2,id3); } - - public vtkLinearContourLineInterpolator() { super(); } - - public vtkLinearContourLineInterpolator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkLinearContourLineInterpolator object +// + +package vtk; +import vtk.*; + +public class vtkLinearContourLineInterpolator extends vtkContourLineInterpolator +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native int InterpolateLine_2(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3); + public int InterpolateLine(vtkRenderer id0,vtkContourRepresentation id1,int id2,int id3) + { return InterpolateLine_2(id0,id1,id2,id3); } + + public vtkLinearContourLineInterpolator() { super(); } + + public vtkLinearContourLineInterpolator(long id) { super(id); } + public native long VTKInit(); + +}