X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProbePolyhedron.java;h=3f40243b0ebb0190700aaa19e325f78d399d6a84;hb=09afb6fbe9c440b6768714373d95d581111b9993;hp=d390084a14ee4083c0efd210be5d02021aec7e63;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProbePolyhedron.java b/vtk/src/vtk/vtkProbePolyhedron.java index d390084a..3f40243b 100644 --- a/vtk/src/vtk/vtkProbePolyhedron.java +++ b/vtk/src/vtk/vtkProbePolyhedron.java @@ -1,71 +1,71 @@ -// java wrapper for vtkProbePolyhedron object -// - -package vtk; -import vtk.*; - -public class vtkProbePolyhedron extends vtkDataSetAlgorithm -{ - - 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 void SetSource_2(vtkPolyData id0); - public void SetSource(vtkPolyData id0) - { SetSource_2(id0); } - - private native long GetSource_3(); - public vtkPolyData GetSource() { - long temp = GetSource_3(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetSourceConnection_4(vtkAlgorithmOutput id0); - public void SetSourceConnection(vtkAlgorithmOutput id0) - { SetSourceConnection_4(id0); } - - private native void SetProbePointData_5(int id0); - public void SetProbePointData(int id0) - { SetProbePointData_5(id0); } - - private native int GetProbePointData_6(); - public int GetProbePointData() - { return GetProbePointData_6(); } - - private native void ProbePointDataOn_7(); - public void ProbePointDataOn() - { ProbePointDataOn_7(); } - - private native void ProbePointDataOff_8(); - public void ProbePointDataOff() - { ProbePointDataOff_8(); } - - private native void SetProbeCellData_9(int id0); - public void SetProbeCellData(int id0) - { SetProbeCellData_9(id0); } - - private native int GetProbeCellData_10(); - public int GetProbeCellData() - { return GetProbeCellData_10(); } - - private native void ProbeCellDataOn_11(); - public void ProbeCellDataOn() - { ProbeCellDataOn_11(); } - - private native void ProbeCellDataOff_12(); - public void ProbeCellDataOff() - { ProbeCellDataOff_12(); } - - public vtkProbePolyhedron() { super(); } - - public vtkProbePolyhedron(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProbePolyhedron object +// + +package vtk; +import vtk.*; + +public class vtkProbePolyhedron extends vtkDataSetAlgorithm +{ + + 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 void SetSourceData_2(vtkPolyData id0); + public void SetSourceData(vtkPolyData id0) + { SetSourceData_2(id0); } + + private native long GetSource_3(); + public vtkPolyData GetSource() { + long temp = GetSource_3(); + + if (temp == 0) return null; + return (vtkPolyData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSourceConnection_4(vtkAlgorithmOutput id0); + public void SetSourceConnection(vtkAlgorithmOutput id0) + { SetSourceConnection_4(id0); } + + private native void SetProbePointData_5(int id0); + public void SetProbePointData(int id0) + { SetProbePointData_5(id0); } + + private native int GetProbePointData_6(); + public int GetProbePointData() + { return GetProbePointData_6(); } + + private native void ProbePointDataOn_7(); + public void ProbePointDataOn() + { ProbePointDataOn_7(); } + + private native void ProbePointDataOff_8(); + public void ProbePointDataOff() + { ProbePointDataOff_8(); } + + private native void SetProbeCellData_9(int id0); + public void SetProbeCellData(int id0) + { SetProbeCellData_9(id0); } + + private native int GetProbeCellData_10(); + public int GetProbeCellData() + { return GetProbeCellData_10(); } + + private native void ProbeCellDataOn_11(); + public void ProbeCellDataOn() + { ProbeCellDataOn_11(); } + + private native void ProbeCellDataOff_12(); + public void ProbeCellDataOff() + { ProbeCellDataOff_12(); } + + public vtkProbePolyhedron() { super(); } + + public vtkProbePolyhedron(long id) { super(id); } + public native long VTKInit(); + +}