X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageMarchingCubes.java;h=97f00b024a03cdc9f97ba6840117260ff586bea0;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=9c387ef45224f50a807423f03b72dc8824379dd5;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageMarchingCubes.java b/vtk/src/vtk/vtkImageMarchingCubes.java index 9c387ef4..97f00b02 100644 --- a/vtk/src/vtk/vtkImageMarchingCubes.java +++ b/vtk/src/vtk/vtkImageMarchingCubes.java @@ -1,119 +1,119 @@ -// java wrapper for vtkImageMarchingCubes object -// - -package vtk; -import vtk.*; - -public class vtkImageMarchingCubes extends vtkPolyDataAlgorithm -{ - - 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 SetValue_2(int id0,double id1); - public void SetValue(int id0,double id1) - { SetValue_2(id0,id1); } - - private native double GetValue_3(int id0); - public double GetValue(int id0) - { return GetValue_3(id0); } - - private native void SetNumberOfContours_4(int id0); - public void SetNumberOfContours(int id0) - { SetNumberOfContours_4(id0); } - - private native int GetNumberOfContours_5(); - public int GetNumberOfContours() - { return GetNumberOfContours_5(); } - - private native void GenerateValues_6(int id0,double id1[]); - public void GenerateValues(int id0,double id1[]) - { GenerateValues_6(id0,id1); } - - private native void GenerateValues_7(int id0,double id1,double id2); - public void GenerateValues(int id0,double id1,double id2) - { GenerateValues_7(id0,id1,id2); } - - private native int GetMTime_8(); - public int GetMTime() - { return GetMTime_8(); } - - private native void SetComputeScalars_9(int id0); - public void SetComputeScalars(int id0) - { SetComputeScalars_9(id0); } - - private native int GetComputeScalars_10(); - public int GetComputeScalars() - { return GetComputeScalars_10(); } - - private native void ComputeScalarsOn_11(); - public void ComputeScalarsOn() - { ComputeScalarsOn_11(); } - - private native void ComputeScalarsOff_12(); - public void ComputeScalarsOff() - { ComputeScalarsOff_12(); } - - private native void SetComputeNormals_13(int id0); - public void SetComputeNormals(int id0) - { SetComputeNormals_13(id0); } - - private native int GetComputeNormals_14(); - public int GetComputeNormals() - { return GetComputeNormals_14(); } - - private native void ComputeNormalsOn_15(); - public void ComputeNormalsOn() - { ComputeNormalsOn_15(); } - - private native void ComputeNormalsOff_16(); - public void ComputeNormalsOff() - { ComputeNormalsOff_16(); } - - private native void SetComputeGradients_17(int id0); - public void SetComputeGradients(int id0) - { SetComputeGradients_17(id0); } - - private native int GetComputeGradients_18(); - public int GetComputeGradients() - { return GetComputeGradients_18(); } - - private native void ComputeGradientsOn_19(); - public void ComputeGradientsOn() - { ComputeGradientsOn_19(); } - - private native void ComputeGradientsOff_20(); - public void ComputeGradientsOff() - { ComputeGradientsOff_20(); } - - private native int GetLocatorPoint_21(int id0,int id1,int id2); - public int GetLocatorPoint(int id0,int id1,int id2) - { return GetLocatorPoint_21(id0,id1,id2); } - - private native void AddLocatorPoint_22(int id0,int id1,int id2,int id3); - public void AddLocatorPoint(int id0,int id1,int id2,int id3) - { AddLocatorPoint_22(id0,id1,id2,id3); } - - private native void IncrementLocatorZ_23(); - public void IncrementLocatorZ() - { IncrementLocatorZ_23(); } - - private native void SetInputMemoryLimit_24(int id0); - public void SetInputMemoryLimit(int id0) - { SetInputMemoryLimit_24(id0); } - - private native int GetInputMemoryLimit_25(); - public int GetInputMemoryLimit() - { return GetInputMemoryLimit_25(); } - - public vtkImageMarchingCubes() { super(); } - - public vtkImageMarchingCubes(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkImageMarchingCubes object +// + +package vtk; +import vtk.*; + +public class vtkImageMarchingCubes extends vtkPolyDataAlgorithm +{ + + 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 SetValue_2(int id0,double id1); + public void SetValue(int id0,double id1) + { SetValue_2(id0,id1); } + + private native double GetValue_3(int id0); + public double GetValue(int id0) + { return GetValue_3(id0); } + + private native void SetNumberOfContours_4(int id0); + public void SetNumberOfContours(int id0) + { SetNumberOfContours_4(id0); } + + private native int GetNumberOfContours_5(); + public int GetNumberOfContours() + { return GetNumberOfContours_5(); } + + private native void GenerateValues_6(int id0,double id1[]); + public void GenerateValues(int id0,double id1[]) + { GenerateValues_6(id0,id1); } + + private native void GenerateValues_7(int id0,double id1,double id2); + public void GenerateValues(int id0,double id1,double id2) + { GenerateValues_7(id0,id1,id2); } + + private native int GetMTime_8(); + public int GetMTime() + { return GetMTime_8(); } + + private native void SetComputeScalars_9(int id0); + public void SetComputeScalars(int id0) + { SetComputeScalars_9(id0); } + + private native int GetComputeScalars_10(); + public int GetComputeScalars() + { return GetComputeScalars_10(); } + + private native void ComputeScalarsOn_11(); + public void ComputeScalarsOn() + { ComputeScalarsOn_11(); } + + private native void ComputeScalarsOff_12(); + public void ComputeScalarsOff() + { ComputeScalarsOff_12(); } + + private native void SetComputeNormals_13(int id0); + public void SetComputeNormals(int id0) + { SetComputeNormals_13(id0); } + + private native int GetComputeNormals_14(); + public int GetComputeNormals() + { return GetComputeNormals_14(); } + + private native void ComputeNormalsOn_15(); + public void ComputeNormalsOn() + { ComputeNormalsOn_15(); } + + private native void ComputeNormalsOff_16(); + public void ComputeNormalsOff() + { ComputeNormalsOff_16(); } + + private native void SetComputeGradients_17(int id0); + public void SetComputeGradients(int id0) + { SetComputeGradients_17(id0); } + + private native int GetComputeGradients_18(); + public int GetComputeGradients() + { return GetComputeGradients_18(); } + + private native void ComputeGradientsOn_19(); + public void ComputeGradientsOn() + { ComputeGradientsOn_19(); } + + private native void ComputeGradientsOff_20(); + public void ComputeGradientsOff() + { ComputeGradientsOff_20(); } + + private native int GetLocatorPoint_21(int id0,int id1,int id2); + public int GetLocatorPoint(int id0,int id1,int id2) + { return GetLocatorPoint_21(id0,id1,id2); } + + private native void AddLocatorPoint_22(int id0,int id1,int id2,int id3); + public void AddLocatorPoint(int id0,int id1,int id2,int id3) + { AddLocatorPoint_22(id0,id1,id2,id3); } + + private native void IncrementLocatorZ_23(); + public void IncrementLocatorZ() + { IncrementLocatorZ_23(); } + + private native void SetInputMemoryLimit_24(int id0); + public void SetInputMemoryLimit(int id0) + { SetInputMemoryLimit_24(id0); } + + private native int GetInputMemoryLimit_25(); + public int GetInputMemoryLimit() + { return GetInputMemoryLimit_25(); } + + public vtkImageMarchingCubes() { super(); } + + public vtkImageMarchingCubes(long id) { super(id); } + public native long VTKInit(); + +}