X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSynchronizedTemplates3D.java;h=91c4cca3bf324d296200a4bde941ea40e1478d0a;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=e45adae57d29e88f5bf5d7b48badec7ef802c3c4;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSynchronizedTemplates3D.java b/vtk/src/vtk/vtkSynchronizedTemplates3D.java index e45adae5..91c4cca3 100644 --- a/vtk/src/vtk/vtkSynchronizedTemplates3D.java +++ b/vtk/src/vtk/vtkSynchronizedTemplates3D.java @@ -1,119 +1,135 @@ -// java wrapper for vtkSynchronizedTemplates3D object -// - -package vtk; -import vtk.*; - -public class vtkSynchronizedTemplates3D 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 int GetMTime_2(); - public int GetMTime() - { return GetMTime_2(); } - - private native void SetComputeNormals_3(int id0); - public void SetComputeNormals(int id0) - { SetComputeNormals_3(id0); } - - private native int GetComputeNormals_4(); - public int GetComputeNormals() - { return GetComputeNormals_4(); } - - private native void ComputeNormalsOn_5(); - public void ComputeNormalsOn() - { ComputeNormalsOn_5(); } - - private native void ComputeNormalsOff_6(); - public void ComputeNormalsOff() - { ComputeNormalsOff_6(); } - - private native void SetComputeGradients_7(int id0); - public void SetComputeGradients(int id0) - { SetComputeGradients_7(id0); } - - private native int GetComputeGradients_8(); - public int GetComputeGradients() - { return GetComputeGradients_8(); } - - private native void ComputeGradientsOn_9(); - public void ComputeGradientsOn() - { ComputeGradientsOn_9(); } - - private native void ComputeGradientsOff_10(); - public void ComputeGradientsOff() - { ComputeGradientsOff_10(); } - - private native void SetComputeScalars_11(int id0); - public void SetComputeScalars(int id0) - { SetComputeScalars_11(id0); } - - private native int GetComputeScalars_12(); - public int GetComputeScalars() - { return GetComputeScalars_12(); } - - private native void ComputeScalarsOn_13(); - public void ComputeScalarsOn() - { ComputeScalarsOn_13(); } - - private native void ComputeScalarsOff_14(); - public void ComputeScalarsOff() - { ComputeScalarsOff_14(); } - - private native void SetValue_15(int id0,double id1); - public void SetValue(int id0,double id1) - { SetValue_15(id0,id1); } - - private native double GetValue_16(int id0); - public double GetValue(int id0) - { return GetValue_16(id0); } - - private native void SetNumberOfContours_17(int id0); - public void SetNumberOfContours(int id0) - { SetNumberOfContours_17(id0); } - - private native int GetNumberOfContours_18(); - public int GetNumberOfContours() - { return GetNumberOfContours_18(); } - - private native void GenerateValues_19(int id0,double id1[]); - public void GenerateValues(int id0,double id1[]) - { GenerateValues_19(id0,id1); } - - private native void GenerateValues_20(int id0,double id1,double id2); - public void GenerateValues(int id0,double id1,double id2) - { GenerateValues_20(id0,id1,id2); } - - private native int[] GetExecuteExtent_21(); - public int[] GetExecuteExtent() - { return GetExecuteExtent_21(); } - - private native void SetInputMemoryLimit_22(int id0); - public void SetInputMemoryLimit(int id0) - { SetInputMemoryLimit_22(id0); } - - private native int GetInputMemoryLimit_23(); - public int GetInputMemoryLimit() - { return GetInputMemoryLimit_23(); } - - private native void SetArrayComponent_24(int id0); - public void SetArrayComponent(int id0) - { SetArrayComponent_24(id0); } - - private native int GetArrayComponent_25(); - public int GetArrayComponent() - { return GetArrayComponent_25(); } - - public vtkSynchronizedTemplates3D() { super(); } - - public vtkSynchronizedTemplates3D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSynchronizedTemplates3D object +// + +package vtk; +import vtk.*; + +public class vtkSynchronizedTemplates3D 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 int GetMTime_2(); + public int GetMTime() + { return GetMTime_2(); } + + private native void SetComputeNormals_3(int id0); + public void SetComputeNormals(int id0) + { SetComputeNormals_3(id0); } + + private native int GetComputeNormals_4(); + public int GetComputeNormals() + { return GetComputeNormals_4(); } + + private native void ComputeNormalsOn_5(); + public void ComputeNormalsOn() + { ComputeNormalsOn_5(); } + + private native void ComputeNormalsOff_6(); + public void ComputeNormalsOff() + { ComputeNormalsOff_6(); } + + private native void SetComputeGradients_7(int id0); + public void SetComputeGradients(int id0) + { SetComputeGradients_7(id0); } + + private native int GetComputeGradients_8(); + public int GetComputeGradients() + { return GetComputeGradients_8(); } + + private native void ComputeGradientsOn_9(); + public void ComputeGradientsOn() + { ComputeGradientsOn_9(); } + + private native void ComputeGradientsOff_10(); + public void ComputeGradientsOff() + { ComputeGradientsOff_10(); } + + private native void SetComputeScalars_11(int id0); + public void SetComputeScalars(int id0) + { SetComputeScalars_11(id0); } + + private native int GetComputeScalars_12(); + public int GetComputeScalars() + { return GetComputeScalars_12(); } + + private native void ComputeScalarsOn_13(); + public void ComputeScalarsOn() + { ComputeScalarsOn_13(); } + + private native void ComputeScalarsOff_14(); + public void ComputeScalarsOff() + { ComputeScalarsOff_14(); } + + private native void SetGenerateTriangles_15(int id0); + public void SetGenerateTriangles(int id0) + { SetGenerateTriangles_15(id0); } + + private native int GetGenerateTriangles_16(); + public int GetGenerateTriangles() + { return GetGenerateTriangles_16(); } + + private native void GenerateTrianglesOn_17(); + public void GenerateTrianglesOn() + { GenerateTrianglesOn_17(); } + + private native void GenerateTrianglesOff_18(); + public void GenerateTrianglesOff() + { GenerateTrianglesOff_18(); } + + private native void SetValue_19(int id0,double id1); + public void SetValue(int id0,double id1) + { SetValue_19(id0,id1); } + + private native double GetValue_20(int id0); + public double GetValue(int id0) + { return GetValue_20(id0); } + + private native void SetNumberOfContours_21(int id0); + public void SetNumberOfContours(int id0) + { SetNumberOfContours_21(id0); } + + private native int GetNumberOfContours_22(); + public int GetNumberOfContours() + { return GetNumberOfContours_22(); } + + private native void GenerateValues_23(int id0,double id1[]); + public void GenerateValues(int id0,double id1[]) + { GenerateValues_23(id0,id1); } + + private native void GenerateValues_24(int id0,double id1,double id2); + public void GenerateValues(int id0,double id1,double id2) + { GenerateValues_24(id0,id1,id2); } + + private native void ThreadedExecute_25(vtkImageData id0,vtkInformation id1,vtkInformation id2,vtkDataArray id3); + public void ThreadedExecute(vtkImageData id0,vtkInformation id1,vtkInformation id2,vtkDataArray id3) + { ThreadedExecute_25(id0,id1,id2,id3); } + + private native void SetInputMemoryLimit_26(int id0); + public void SetInputMemoryLimit(int id0) + { SetInputMemoryLimit_26(id0); } + + private native int GetInputMemoryLimit_27(); + public int GetInputMemoryLimit() + { return GetInputMemoryLimit_27(); } + + private native void SetArrayComponent_28(int id0); + public void SetArrayComponent(int id0) + { SetArrayComponent_28(id0); } + + private native int GetArrayComponent_29(); + public int GetArrayComponent() + { return GetArrayComponent_29(); } + + public vtkSynchronizedTemplates3D() { super(); } + + public vtkSynchronizedTemplates3D(long id) { super(id); } + public native long VTKInit(); + +}