]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkGaussianCubeReader.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkGaussianCubeReader.java
1 // java wrapper for vtkGaussianCubeReader object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkGaussianCubeReader extends vtkMoleculeReaderBase
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native long GetTransform_2();
19   public vtkTransform GetTransform() {
20     long temp = GetTransform_2();
21
22     if (temp == 0) return null;
23     return (vtkTransform)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
24 }
25
26   private native long GetGridOutput_3();
27   public vtkImageData GetGridOutput() {
28     long temp = GetGridOutput_3();
29
30     if (temp == 0) return null;
31     return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp);
32 }
33
34   public vtkGaussianCubeReader() { super(); }
35
36   public vtkGaussianCubeReader(long id) { super(id); }
37   public native long   VTKInit();
38
39 }