X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSpatialRepresentationFilter.java;h=ad60a4bbc1abd44d2934cda8c305d7c6be8e8ab1;hb=4dce64449d13ec20bb509954298168bd1dfe160b;hp=686c6120f60349b81aea6c217e597470b2e0f53b;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSpatialRepresentationFilter.java b/vtk/src/vtk/vtkSpatialRepresentationFilter.java index 686c6120..ad60a4bb 100644 --- a/vtk/src/vtk/vtkSpatialRepresentationFilter.java +++ b/vtk/src/vtk/vtkSpatialRepresentationFilter.java @@ -1,71 +1,63 @@ -// java wrapper for vtkSpatialRepresentationFilter object -// - -package vtk; -import vtk.*; - -public class vtkSpatialRepresentationFilter extends vtkPolyDataSource -{ - - 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 SetSpatialRepresentation_2(vtkLocator id0); - public void SetSpatialRepresentation(vtkLocator id0) - { SetSpatialRepresentation_2(id0); } - - private native long GetSpatialRepresentation_3(); - public vtkLocator GetSpatialRepresentation() { - long temp = GetSpatialRepresentation_3(); - - if (temp == 0) return null; - return (vtkLocator)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native int GetLevel_4(); - public int GetLevel() - { return GetLevel_4(); } - - private native long GetOutput_5(int id0); - public vtkPolyData GetOutput(int id0) { - long temp = GetOutput_5(id0); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetOutput_6(); - public vtkPolyData GetOutput() { - long temp = GetOutput_6(); - - if (temp == 0) return null; - return (vtkPolyData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void ResetOutput_7(); - public void ResetOutput() - { ResetOutput_7(); } - - private native void SetInput_8(vtkDataSet id0); - public void SetInput(vtkDataSet id0) - { SetInput_8(id0); } - - private native long GetInput_9(); - public vtkDataSet GetInput() { - long temp = GetInput_9(); - - if (temp == 0) return null; - return (vtkDataSet)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkSpatialRepresentationFilter() { super(); } - - public vtkSpatialRepresentationFilter(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkSpatialRepresentationFilter object +// + +package vtk; +import vtk.*; + +public class vtkSpatialRepresentationFilter extends vtkMultiBlockDataSetAlgorithm +{ + + 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 SetSpatialRepresentation_2(vtkLocator id0); + public void SetSpatialRepresentation(vtkLocator id0) + { SetSpatialRepresentation_2(id0); } + + private native long GetSpatialRepresentation_3(); + public vtkLocator GetSpatialRepresentation() { + long temp = GetSpatialRepresentation_3(); + + if (temp == 0) return null; + return (vtkLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native int GetMaximumLevel_4(); + public int GetMaximumLevel() + { return GetMaximumLevel_4(); } + + private native void AddLevel_5(int id0); + public void AddLevel(int id0) + { AddLevel_5(id0); } + + private native void ResetLevels_6(); + public void ResetLevels() + { ResetLevels_6(); } + + private native void SetGenerateLeaves_7(boolean id0); + public void SetGenerateLeaves(boolean id0) + { SetGenerateLeaves_7(id0); } + + private native boolean GetGenerateLeaves_8(); + public boolean GetGenerateLeaves() + { return GetGenerateLeaves_8(); } + + private native void GenerateLeavesOn_9(); + public void GenerateLeavesOn() + { GenerateLeavesOn_9(); } + + private native void GenerateLeavesOff_10(); + public void GenerateLeavesOff() + { GenerateLeavesOff_10(); } + + public vtkSpatialRepresentationFilter() { super(); } + + public vtkSpatialRepresentationFilter(long id) { super(id); } + public native long VTKInit(); + +}