X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkInterpolateDataSetAttributes.java;fp=vtk%2Fsrc%2Fvtk%2FvtkInterpolateDataSetAttributes.java;h=d3e0b0f27bab2502cfe9b2830c9c3e6127c3b8be;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkInterpolateDataSetAttributes.java b/vtk/src/vtk/vtkInterpolateDataSetAttributes.java new file mode 100644 index 00000000..d3e0b0f2 --- /dev/null +++ b/vtk/src/vtk/vtkInterpolateDataSetAttributes.java @@ -0,0 +1,47 @@ +// java wrapper for vtkInterpolateDataSetAttributes object +// + +package vtk; +import vtk.*; + +public class vtkInterpolateDataSetAttributes extends vtkDataSetAlgorithm +{ + + 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 long GetInputList_2(); + public vtkDataSetCollection GetInputList() { + long temp = GetInputList_2(); + + if (temp == 0) return null; + return (vtkDataSetCollection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetT_3(double id0); + public void SetT(double id0) + { SetT_3(id0); } + + private native double GetTMinValue_4(); + public double GetTMinValue() + { return GetTMinValue_4(); } + + private native double GetTMaxValue_5(); + public double GetTMaxValue() + { return GetTMaxValue_5(); } + + private native double GetT_6(); + public double GetT() + { return GetT_6(); } + + public vtkInterpolateDataSetAttributes() { super(); } + + public vtkInterpolateDataSetAttributes(long id) { super(id); } + public native long VTKInit(); + +}