X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSynchronizedTemplates2D.java;h=b52bbf4ad2851850e3d7a8231e430ed8c720704e;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=009d15953ec6e3c76960b23217a6845402057a8d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSynchronizedTemplates2D.java b/vtk/src/vtk/vtkSynchronizedTemplates2D.java index 009d1595..b52bbf4a 100644 --- a/vtk/src/vtk/vtkSynchronizedTemplates2D.java +++ b/vtk/src/vtk/vtkSynchronizedTemplates2D.java @@ -1,75 +1,75 @@ -// java wrapper for vtkSynchronizedTemplates2D object -// - -package vtk; -import vtk.*; - -public class vtkSynchronizedTemplates2D 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 SetValue_3(int id0,double id1); - public void SetValue(int id0,double id1) - { SetValue_3(id0,id1); } - - private native double GetValue_4(int id0); - public double GetValue(int id0) - { return GetValue_4(id0); } - - private native void SetNumberOfContours_5(int id0); - public void SetNumberOfContours(int id0) - { SetNumberOfContours_5(id0); } - - private native int GetNumberOfContours_6(); - public int GetNumberOfContours() - { return GetNumberOfContours_6(); } - - private native void GenerateValues_7(int id0,double id1[]); - public void GenerateValues(int id0,double id1[]) - { GenerateValues_7(id0,id1); } - - private native void GenerateValues_8(int id0,double id1,double id2); - public void GenerateValues(int id0,double id1,double id2) - { GenerateValues_8(id0,id1,id2); } - - 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 SetArrayComponent_13(int id0); - public void SetArrayComponent(int id0) - { SetArrayComponent_13(id0); } - - private native int GetArrayComponent_14(); - public int GetArrayComponent() - { return GetArrayComponent_14(); } - - public vtkSynchronizedTemplates2D() { super(); } - - public vtkSynchronizedTemplates2D(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSynchronizedTemplates2D object +// + +package vtk; +import vtk.*; + +public class vtkSynchronizedTemplates2D 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 SetValue_3(int id0,double id1); + public void SetValue(int id0,double id1) + { SetValue_3(id0,id1); } + + private native double GetValue_4(int id0); + public double GetValue(int id0) + { return GetValue_4(id0); } + + private native void SetNumberOfContours_5(int id0); + public void SetNumberOfContours(int id0) + { SetNumberOfContours_5(id0); } + + private native int GetNumberOfContours_6(); + public int GetNumberOfContours() + { return GetNumberOfContours_6(); } + + private native void GenerateValues_7(int id0,double id1[]); + public void GenerateValues(int id0,double id1[]) + { GenerateValues_7(id0,id1); } + + private native void GenerateValues_8(int id0,double id1,double id2); + public void GenerateValues(int id0,double id1,double id2) + { GenerateValues_8(id0,id1,id2); } + + 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 SetArrayComponent_13(int id0); + public void SetArrayComponent(int id0) + { SetArrayComponent_13(id0); } + + private native int GetArrayComponent_14(); + public int GetArrayComponent() + { return GetArrayComponent_14(); } + + public vtkSynchronizedTemplates2D() { super(); } + + public vtkSynchronizedTemplates2D(long id) { super(id); } + public native long VTKInit(); + +}