X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGraphToGlyphs.java;h=ef9a9d32461ccdb83a6370d73a8c1600a562b420;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=d2250d0953a433941f949d3c9fe5f1cfcb99900c;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGraphToGlyphs.java b/vtk/src/vtk/vtkGraphToGlyphs.java index d2250d09..ef9a9d32 100644 --- a/vtk/src/vtk/vtkGraphToGlyphs.java +++ b/vtk/src/vtk/vtkGraphToGlyphs.java @@ -1,79 +1,79 @@ -// java wrapper for vtkGraphToGlyphs object -// - -package vtk; -import vtk.*; - -public class vtkGraphToGlyphs 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 SetGlyphType_2(int id0); - public void SetGlyphType(int id0) - { SetGlyphType_2(id0); } - - private native int GetGlyphType_3(); - public int GetGlyphType() - { return GetGlyphType_3(); } - - private native void SetFilled_4(boolean id0); - public void SetFilled(boolean id0) - { SetFilled_4(id0); } - - private native boolean GetFilled_5(); - public boolean GetFilled() - { return GetFilled_5(); } - - private native void FilledOn_6(); - public void FilledOn() - { FilledOn_6(); } - - private native void FilledOff_7(); - public void FilledOff() - { FilledOff_7(); } - - private native void SetScreenSize_8(double id0); - public void SetScreenSize(double id0) - { SetScreenSize_8(id0); } - - private native double GetScreenSize_9(); - public double GetScreenSize() - { return GetScreenSize_9(); } - - private native void SetRenderer_10(vtkRenderer id0); - public void SetRenderer(vtkRenderer id0) - { SetRenderer_10(id0); } - - private native long GetRenderer_11(); - public vtkRenderer GetRenderer() { - long temp = GetRenderer_11(); - - if (temp == 0) return null; - return (vtkRenderer)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetScaling_12(boolean id0); - public void SetScaling(boolean id0) - { SetScaling_12(id0); } - - private native boolean GetScaling_13(); - public boolean GetScaling() - { return GetScaling_13(); } - - private native int GetMTime_14(); - public int GetMTime() - { return GetMTime_14(); } - - public vtkGraphToGlyphs() { super(); } - - public vtkGraphToGlyphs(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkGraphToGlyphs object +// + +package vtk; +import vtk.*; + +public class vtkGraphToGlyphs 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 SetGlyphType_2(int id0); + public void SetGlyphType(int id0) + { SetGlyphType_2(id0); } + + private native int GetGlyphType_3(); + public int GetGlyphType() + { return GetGlyphType_3(); } + + private native void SetFilled_4(boolean id0); + public void SetFilled(boolean id0) + { SetFilled_4(id0); } + + private native boolean GetFilled_5(); + public boolean GetFilled() + { return GetFilled_5(); } + + private native void FilledOn_6(); + public void FilledOn() + { FilledOn_6(); } + + private native void FilledOff_7(); + public void FilledOff() + { FilledOff_7(); } + + private native void SetScreenSize_8(double id0); + public void SetScreenSize(double id0) + { SetScreenSize_8(id0); } + + private native double GetScreenSize_9(); + public double GetScreenSize() + { return GetScreenSize_9(); } + + private native void SetRenderer_10(vtkRenderer id0); + public void SetRenderer(vtkRenderer id0) + { SetRenderer_10(id0); } + + private native long GetRenderer_11(); + public vtkRenderer GetRenderer() { + long temp = GetRenderer_11(); + + if (temp == 0) return null; + return (vtkRenderer)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetScaling_12(boolean id0); + public void SetScaling(boolean id0) + { SetScaling_12(id0); } + + private native boolean GetScaling_13(); + public boolean GetScaling() + { return GetScaling_13(); } + + private native int GetMTime_14(); + public int GetMTime() + { return GetMTime_14(); } + + public vtkGraphToGlyphs() { super(); } + + public vtkGraphToGlyphs(long id) { super(id); } + public native long VTKInit(); + +}