X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkPolyDataContourLineInterpolator.java;h=6e3897a0ee2e4677c6496a443cf12fef01e383e8;hb=b6cccb572f043f3247274c52b353577ba3f1dcb1;hp=7be8f02e63bbc1a8c10526e20d92a86baaa35047;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkPolyDataContourLineInterpolator.java b/vtk/src/vtk/vtkPolyDataContourLineInterpolator.java index 7be8f02e..6e3897a0 100644 --- a/vtk/src/vtk/vtkPolyDataContourLineInterpolator.java +++ b/vtk/src/vtk/vtkPolyDataContourLineInterpolator.java @@ -1,34 +1,34 @@ -// java wrapper for vtkPolyDataContourLineInterpolator object -// - -package vtk; -import vtk.*; - -public class vtkPolyDataContourLineInterpolator 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); } - - private native long GetPolys_3(); - public vtkPolyDataCollection GetPolys() { - long temp = GetPolys_3(); - - if (temp == 0) return null; - return (vtkPolyDataCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkPolyDataContourLineInterpolator() { super(); } - - public vtkPolyDataContourLineInterpolator(long id) { super(id); } - -} +// java wrapper for vtkPolyDataContourLineInterpolator object +// + +package vtk; +import vtk.*; + +public class vtkPolyDataContourLineInterpolator 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); } + + private native long GetPolys_3(); + public vtkPolyDataCollection GetPolys() { + long temp = GetPolys_3(); + + if (temp == 0) return null; + return (vtkPolyDataCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + public vtkPolyDataContourLineInterpolator() { super(); } + + public vtkPolyDataContourLineInterpolator(long id) { super(id); } + +}