]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkDiscretizableColorTransferFunction.java
Add a "Properties" tab to selection view for pipeline components.
[simantics/3d.git] / vtk / src / vtk / vtkDiscretizableColorTransferFunction.java
index d9c52a0c8dc0684659e2e35c2d274cd5279728e9..2323ee7ae4369b39affab58d0945f130d6e870b4 100644 (file)
-// java wrapper for vtkDiscretizableColorTransferFunction object\r
-//\r
-\r
-package vtk;\r
-import vtk.*;\r
-\r
-public class vtkDiscretizableColorTransferFunction extends vtkColorTransferFunction\r
-{\r
-\r
-  private native String GetClassName_0();\r
-  public String GetClassName()\r
-    { return GetClassName_0(); }\r
-\r
-  private native int IsA_1(String id0);\r
-  public int IsA(String id0)\r
-    { return IsA_1(id0); }\r
-\r
-  private native void Build_2();\r
-  public void Build()\r
-    { Build_2(); }\r
-\r
-  private native void SetDiscretize_3(int id0);\r
-  public void SetDiscretize(int id0)\r
-    { SetDiscretize_3(id0); }\r
-\r
-  private native int GetDiscretize_4();\r
-  public int GetDiscretize()\r
-    { return GetDiscretize_4(); }\r
-\r
-  private native void DiscretizeOn_5();\r
-  public void DiscretizeOn()\r
-    { DiscretizeOn_5(); }\r
-\r
-  private native void DiscretizeOff_6();\r
-  public void DiscretizeOff()\r
-    { DiscretizeOff_6(); }\r
-\r
-  private native void SetUseLogScale_7(int id0);\r
-  public void SetUseLogScale(int id0)\r
-    { SetUseLogScale_7(id0); }\r
-\r
-  private native int GetUseLogScale_8();\r
-  public int GetUseLogScale()\r
-    { return GetUseLogScale_8(); }\r
-\r
-  private native void SetNumberOfValues_9(int id0);\r
-  public void SetNumberOfValues(int id0)\r
-    { SetNumberOfValues_9(id0); }\r
-\r
-  private native int GetNumberOfValues_10();\r
-  public int GetNumberOfValues()\r
-    { return GetNumberOfValues_10(); }\r
-\r
-  private native void GetColor_11(double id0,double id1[]);\r
-  public void GetColor(double id0,double id1[])\r
-    { GetColor_11(id0,id1); }\r
-\r
-  private native long MapScalars_12(vtkDataArray id0,int id1,int id2);\r
-  public vtkUnsignedCharArray MapScalars(vtkDataArray id0,int id1,int id2) {\r
-    long temp = MapScalars_12(id0,id1,id2);\r
-\r
-    if (temp == 0) return null;\r
-    return (vtkUnsignedCharArray)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
-  }\r
-\r
-  private native void SetAlpha_13(double id0);\r
-  public void SetAlpha(double id0)\r
-    { SetAlpha_13(id0); }\r
-\r
-  private native void SetNanColor_14(double id0,double id1,double id2);\r
-  public void SetNanColor(double id0,double id1,double id2)\r
-    { SetNanColor_14(id0,id1,id2); }\r
-\r
-  private native void SetNanColor_15(double id0[]);\r
-  public void SetNanColor(double id0[])\r
-    { SetNanColor_15(id0); }\r
-\r
-  private native int UsingLogScale_16();\r
-  public int UsingLogScale()\r
-    { return UsingLogScale_16(); }\r
-\r
-  private native int GetNumberOfAvailableColors_17();\r
-  public int GetNumberOfAvailableColors()\r
-    { return GetNumberOfAvailableColors_17(); }\r
-\r
-  public vtkDiscretizableColorTransferFunction() { super(); }\r
-\r
-  public vtkDiscretizableColorTransferFunction(long id) { super(id); }\r
-  public native long   VTKInit();\r
-\r
-}\r
+// java wrapper for vtkDiscretizableColorTransferFunction object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkDiscretizableColorTransferFunction extends vtkColorTransferFunction
+{
+
+  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 IsOpaque_2();
+  public int IsOpaque()
+    { return IsOpaque_2(); }
+
+  private native void SetIndexedColorRGB_3(int id0,double id1[]);
+  public void SetIndexedColorRGB(int id0,double id1[])
+    { SetIndexedColorRGB_3(id0,id1); }
+
+  private native void SetIndexedColorRGBA_4(int id0,double id1[]);
+  public void SetIndexedColorRGBA(int id0,double id1[])
+    { SetIndexedColorRGBA_4(id0,id1); }
+
+  private native void SetIndexedColor_5(int id0,double id1,double id2,double id3,double id4);
+  public void SetIndexedColor(int id0,double id1,double id2,double id3,double id4)
+    { SetIndexedColor_5(id0,id1,id2,id3,id4); }
+
+  private native void GetIndexedColor_6(int id0,double id1[]);
+  public void GetIndexedColor(int id0,double id1[])
+    { GetIndexedColor_6(id0,id1); }
+
+  private native void SetNumberOfIndexedColors_7(int id0);
+  public void SetNumberOfIndexedColors(int id0)
+    { SetNumberOfIndexedColors_7(id0); }
+
+  private native int GetNumberOfIndexedColors_8();
+  public int GetNumberOfIndexedColors()
+    { return GetNumberOfIndexedColors_8(); }
+
+  private native void Build_9();
+  public void Build()
+    { Build_9(); }
+
+  private native void SetDiscretize_10(int id0);
+  public void SetDiscretize(int id0)
+    { SetDiscretize_10(id0); }
+
+  private native int GetDiscretize_11();
+  public int GetDiscretize()
+    { return GetDiscretize_11(); }
+
+  private native void DiscretizeOn_12();
+  public void DiscretizeOn()
+    { DiscretizeOn_12(); }
+
+  private native void DiscretizeOff_13();
+  public void DiscretizeOff()
+    { DiscretizeOff_13(); }
+
+  private native void SetUseLogScale_14(int id0);
+  public void SetUseLogScale(int id0)
+    { SetUseLogScale_14(id0); }
+
+  private native int GetUseLogScale_15();
+  public int GetUseLogScale()
+    { return GetUseLogScale_15(); }
+
+  private native void SetNumberOfValues_16(int id0);
+  public void SetNumberOfValues(int id0)
+    { SetNumberOfValues_16(id0); }
+
+  private native int GetNumberOfValues_17();
+  public int GetNumberOfValues()
+    { return GetNumberOfValues_17(); }
+
+  private native void GetColor_18(double id0,double id1[]);
+  public void GetColor(double id0,double id1[])
+    { GetColor_18(id0,id1); }
+
+  private native double GetOpacity_19(double id0);
+  public double GetOpacity(double id0)
+    { return GetOpacity_19(id0); }
+
+  private native void SetAlpha_20(double id0);
+  public void SetAlpha(double id0)
+    { SetAlpha_20(id0); }
+
+  private native void SetNanColor_21(double id0,double id1,double id2);
+  public void SetNanColor(double id0,double id1,double id2)
+    { SetNanColor_21(id0,id1,id2); }
+
+  private native void SetNanColor_22(double id0[]);
+  public void SetNanColor(double id0[])
+    { SetNanColor_22(id0); }
+
+  private native void SetNanOpacity_23(double id0);
+  public void SetNanOpacity(double id0)
+    { SetNanOpacity_23(id0); }
+
+  private native int UsingLogScale_24();
+  public int UsingLogScale()
+    { return UsingLogScale_24(); }
+
+  private native int GetNumberOfAvailableColors_25();
+  public int GetNumberOfAvailableColors()
+    { return GetNumberOfAvailableColors_25(); }
+
+  private native void SetScalarOpacityFunction_26(vtkPiecewiseFunction id0);
+  public void SetScalarOpacityFunction(vtkPiecewiseFunction id0)
+    { SetScalarOpacityFunction_26(id0); }
+
+  private native long GetScalarOpacityFunction_27();
+  public vtkPiecewiseFunction GetScalarOpacityFunction() {
+    long temp = GetScalarOpacityFunction_27();
+
+    if (temp == 0) return null;
+    return (vtkPiecewiseFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
+}
+
+  private native void SetEnableOpacityMapping_28(boolean id0);
+  public void SetEnableOpacityMapping(boolean id0)
+    { SetEnableOpacityMapping_28(id0); }
+
+  private native boolean GetEnableOpacityMapping_29();
+  public boolean GetEnableOpacityMapping()
+    { return GetEnableOpacityMapping_29(); }
+
+  private native void EnableOpacityMappingOn_30();
+  public void EnableOpacityMappingOn()
+    { EnableOpacityMappingOn_30(); }
+
+  private native void EnableOpacityMappingOff_31();
+  public void EnableOpacityMappingOff()
+    { EnableOpacityMappingOff_31(); }
+
+  private native int GetMTime_32();
+  public int GetMTime()
+    { return GetMTime_32(); }
+
+  public vtkDiscretizableColorTransferFunction() { super(); }
+
+  public vtkDiscretizableColorTransferFunction(long id) { super(id); }
+  public native long   VTKInit();
+
+}