X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPolygonalSurfaceContourLineInterpolator.java;h=9c76ba0490e30453744eb65935eb56d8b06d11bb;hb=4dce64449d13ec20bb509954298168bd1dfe160b;hp=0df91a005f005394c37623223f16debf707d001b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPolygonalSurfaceContourLineInterpolator.java b/vtk/src/vtk/vtkPolygonalSurfaceContourLineInterpolator.java index 0df91a00..9c76ba04 100644 --- a/vtk/src/vtk/vtkPolygonalSurfaceContourLineInterpolator.java +++ b/vtk/src/vtk/vtkPolygonalSurfaceContourLineInterpolator.java @@ -1,39 +1,39 @@ -// java wrapper for vtkPolygonalSurfaceContourLineInterpolator object -// - -package vtk; -import vtk.*; - -public class vtkPolygonalSurfaceContourLineInterpolator extends vtkPolyDataContourLineInterpolator -{ - - 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); } - - private native void SetDistanceOffset_3(double id0); - public void SetDistanceOffset(double id0) - { SetDistanceOffset_3(id0); } - - private native double GetDistanceOffset_4(); - public double GetDistanceOffset() - { return GetDistanceOffset_4(); } - - private native void GetContourPointIds_5(vtkContourRepresentation id0,vtkIdList id1); - public void GetContourPointIds(vtkContourRepresentation id0,vtkIdList id1) - { GetContourPointIds_5(id0,id1); } - - public vtkPolygonalSurfaceContourLineInterpolator() { super(); } - - public vtkPolygonalSurfaceContourLineInterpolator(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkPolygonalSurfaceContourLineInterpolator object +// + +package vtk; +import vtk.*; + +public class vtkPolygonalSurfaceContourLineInterpolator extends vtkPolyDataContourLineInterpolator +{ + + 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); } + + private native void SetDistanceOffset_3(double id0); + public void SetDistanceOffset(double id0) + { SetDistanceOffset_3(id0); } + + private native double GetDistanceOffset_4(); + public double GetDistanceOffset() + { return GetDistanceOffset_4(); } + + private native void GetContourPointIds_5(vtkContourRepresentation id0,vtkIdList id1); + public void GetContourPointIds(vtkContourRepresentation id0,vtkIdList id1) + { GetContourPointIds_5(id0,id1); } + + public vtkPolygonalSurfaceContourLineInterpolator() { super(); } + + public vtkPolygonalSurfaceContourLineInterpolator(long id) { super(id); } + public native long VTKInit(); + +}