]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkMassProperties.java
Editor internal toolbar for Plant3D editor
[simantics/3d.git] / vtk / src / vtk / vtkMassProperties.java
1 // java wrapper for vtkMassProperties object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkMassProperties extends vtkPolyDataAlgorithm
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 double GetVolume_2();
19   public double GetVolume()
20     { return GetVolume_2(); }
21
22   private native double GetVolumeProjected_3();
23   public double GetVolumeProjected()
24     { return GetVolumeProjected_3(); }
25
26   private native double GetVolumeX_4();
27   public double GetVolumeX()
28     { return GetVolumeX_4(); }
29
30   private native double GetVolumeY_5();
31   public double GetVolumeY()
32     { return GetVolumeY_5(); }
33
34   private native double GetVolumeZ_6();
35   public double GetVolumeZ()
36     { return GetVolumeZ_6(); }
37
38   private native double GetKx_7();
39   public double GetKx()
40     { return GetKx_7(); }
41
42   private native double GetKy_8();
43   public double GetKy()
44     { return GetKy_8(); }
45
46   private native double GetKz_9();
47   public double GetKz()
48     { return GetKz_9(); }
49
50   private native double GetSurfaceArea_10();
51   public double GetSurfaceArea()
52     { return GetSurfaceArea_10(); }
53
54   private native double GetMinCellArea_11();
55   public double GetMinCellArea()
56     { return GetMinCellArea_11(); }
57
58   private native double GetMaxCellArea_12();
59   public double GetMaxCellArea()
60     { return GetMaxCellArea_12(); }
61
62   private native double GetNormalizedShapeIndex_13();
63   public double GetNormalizedShapeIndex()
64     { return GetNormalizedShapeIndex_13(); }
65
66   public vtkMassProperties() { super(); }
67
68   public vtkMassProperties(long id) { super(id); }
69   public native long   VTKInit();
70
71 }