X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkGeoSource.java;fp=vtk%2Fsrc%2Fvtk%2FvtkGeoSource.java;h=0000000000000000000000000000000000000000;hb=12e21051bd57248b39831d79d68d455077047cdb;hp=cb4996cec11542d686473c8a4709e2ad5bbbd2c7;hpb=58ebeb2baac48f9066c1395a9071f99745574ef9;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkGeoSource.java b/vtk/src/vtk/vtkGeoSource.java deleted file mode 100644 index cb4996ce..00000000 --- a/vtk/src/vtk/vtkGeoSource.java +++ /dev/null @@ -1,62 +0,0 @@ -// java wrapper for vtkGeoSource object -// - -package vtk; -import vtk.*; - -public class vtkGeoSource extends vtkObject -{ - - 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 boolean FetchRoot_2(vtkGeoTreeNode id0); - public boolean FetchRoot(vtkGeoTreeNode id0) - { return FetchRoot_2(id0); } - - private native boolean FetchChild_3(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2); - public boolean FetchChild(vtkGeoTreeNode id0,int id1,vtkGeoTreeNode id2) - { return FetchChild_3(id0,id1,id2); } - - private native void RequestChildren_4(vtkGeoTreeNode id0); - public void RequestChildren(vtkGeoTreeNode id0) - { RequestChildren_4(id0); } - - private native long GetRequestedNodes_5(vtkGeoTreeNode id0); - public vtkCollection GetRequestedNodes(vtkGeoTreeNode id0) { - long temp = GetRequestedNodes_5(id0); - - if (temp == 0) return null; - return (vtkCollection)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Initialize_6(int id0); - public void Initialize(int id0) - { Initialize_6(id0); } - - private native void ShutDown_7(); - public void ShutDown() - { ShutDown_7(); } - - private native void WorkerThread_8(); - public void WorkerThread() - { WorkerThread_8(); } - - private native long GetTransform_9(); - public vtkAbstractTransform GetTransform() { - long temp = GetTransform_9(); - - if (temp == 0) return null; - return (vtkAbstractTransform)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - public vtkGeoSource() { super(); } - - public vtkGeoSource(long id) { super(id); } - -}