]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - vtk/src/vtk/vtkNormalizeMatrixVectors.java
vtk 8.2.0
[simantics/3d.git] / vtk / src / vtk / vtkNormalizeMatrixVectors.java
diff --git a/vtk/src/vtk/vtkNormalizeMatrixVectors.java b/vtk/src/vtk/vtkNormalizeMatrixVectors.java
new file mode 100644 (file)
index 0000000..9628eda
--- /dev/null
@@ -0,0 +1,39 @@
+// java wrapper for vtkNormalizeMatrixVectors object
+//
+
+package vtk;
+import vtk.*;
+
+public class vtkNormalizeMatrixVectors extends vtkArrayDataAlgorithm
+{
+
+  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 int GetVectorDimension_2();
+  public int GetVectorDimension()
+    { return GetVectorDimension_2(); }
+
+  private native void SetVectorDimension_3(int id0);
+  public void SetVectorDimension(int id0)
+    { SetVectorDimension_3(id0); }
+
+  private native double GetPValue_4();
+  public double GetPValue()
+    { return GetPValue_4(); }
+
+  private native void SetPValue_5(double id0);
+  public void SetPValue(double id0)
+    { SetPValue_5(id0); }
+
+  public vtkNormalizeMatrixVectors() { super(); }
+
+  public vtkNormalizeMatrixVectors(long id) { super(id); }
+  public native long   VTKInit();
+
+}