X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkProjectedTerrainPath.java;h=87eb6ead894ea68d670c1fbb2fe7f5f98c8c3561;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=4f69cae8c02ab8e513e877d82b12133460fce86d;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkProjectedTerrainPath.java b/vtk/src/vtk/vtkProjectedTerrainPath.java index 4f69cae8..87eb6ead 100644 --- a/vtk/src/vtk/vtkProjectedTerrainPath.java +++ b/vtk/src/vtk/vtkProjectedTerrainPath.java @@ -1,103 +1,107 @@ -// java wrapper for vtkProjectedTerrainPath object -// - -package vtk; -import vtk.*; - -public class vtkProjectedTerrainPath extends vtkPolyDataAlgorithm -{ - - 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 void SetSource_2(vtkImageData id0); - public void SetSource(vtkImageData id0) - { SetSource_2(id0); } - - private native long GetSource_3(); - public vtkImageData GetSource() { - long temp = GetSource_3(); - - if (temp == 0) return null; - return (vtkImageData)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void SetProjectionMode_4(int id0); - public void SetProjectionMode(int id0) - { SetProjectionMode_4(id0); } - - private native int GetProjectionModeMinValue_5(); - public int GetProjectionModeMinValue() - { return GetProjectionModeMinValue_5(); } - - private native int GetProjectionModeMaxValue_6(); - public int GetProjectionModeMaxValue() - { return GetProjectionModeMaxValue_6(); } - - private native int GetProjectionMode_7(); - public int GetProjectionMode() - { return GetProjectionMode_7(); } - - private native void SetProjectionModeToSimple_8(); - public void SetProjectionModeToSimple() - { SetProjectionModeToSimple_8(); } - - private native void SetProjectionModeToNonOccluded_9(); - public void SetProjectionModeToNonOccluded() - { SetProjectionModeToNonOccluded_9(); } - - private native void SetProjectionModeToHug_10(); - public void SetProjectionModeToHug() - { SetProjectionModeToHug_10(); } - - private native void SetHeightOffset_11(double id0); - public void SetHeightOffset(double id0) - { SetHeightOffset_11(id0); } - - private native double GetHeightOffset_12(); - public double GetHeightOffset() - { return GetHeightOffset_12(); } - - private native void SetHeightTolerance_13(double id0); - public void SetHeightTolerance(double id0) - { SetHeightTolerance_13(id0); } - - private native double GetHeightToleranceMinValue_14(); - public double GetHeightToleranceMinValue() - { return GetHeightToleranceMinValue_14(); } - - private native double GetHeightToleranceMaxValue_15(); - public double GetHeightToleranceMaxValue() - { return GetHeightToleranceMaxValue_15(); } - - private native double GetHeightTolerance_16(); - public double GetHeightTolerance() - { return GetHeightTolerance_16(); } - - private native void SetMaximumNumberOfLines_17(int id0); - public void SetMaximumNumberOfLines(int id0) - { SetMaximumNumberOfLines_17(id0); } - - private native int GetMaximumNumberOfLinesMinValue_18(); - public int GetMaximumNumberOfLinesMinValue() - { return GetMaximumNumberOfLinesMinValue_18(); } - - private native int GetMaximumNumberOfLinesMaxValue_19(); - public int GetMaximumNumberOfLinesMaxValue() - { return GetMaximumNumberOfLinesMaxValue_19(); } - - private native int GetMaximumNumberOfLines_20(); - public int GetMaximumNumberOfLines() - { return GetMaximumNumberOfLines_20(); } - - public vtkProjectedTerrainPath() { super(); } - - public vtkProjectedTerrainPath(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkProjectedTerrainPath object +// + +package vtk; +import vtk.*; + +public class vtkProjectedTerrainPath extends vtkPolyDataAlgorithm +{ + + 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 void SetSourceData_2(vtkImageData id0); + public void SetSourceData(vtkImageData id0) + { SetSourceData_2(id0); } + + private native long GetSource_3(); + public vtkImageData GetSource() { + long temp = GetSource_3(); + + if (temp == 0) return null; + return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSourceConnection_4(vtkAlgorithmOutput id0); + public void SetSourceConnection(vtkAlgorithmOutput id0) + { SetSourceConnection_4(id0); } + + private native void SetProjectionMode_5(int id0); + public void SetProjectionMode(int id0) + { SetProjectionMode_5(id0); } + + private native int GetProjectionModeMinValue_6(); + public int GetProjectionModeMinValue() + { return GetProjectionModeMinValue_6(); } + + private native int GetProjectionModeMaxValue_7(); + public int GetProjectionModeMaxValue() + { return GetProjectionModeMaxValue_7(); } + + private native int GetProjectionMode_8(); + public int GetProjectionMode() + { return GetProjectionMode_8(); } + + private native void SetProjectionModeToSimple_9(); + public void SetProjectionModeToSimple() + { SetProjectionModeToSimple_9(); } + + private native void SetProjectionModeToNonOccluded_10(); + public void SetProjectionModeToNonOccluded() + { SetProjectionModeToNonOccluded_10(); } + + private native void SetProjectionModeToHug_11(); + public void SetProjectionModeToHug() + { SetProjectionModeToHug_11(); } + + private native void SetHeightOffset_12(double id0); + public void SetHeightOffset(double id0) + { SetHeightOffset_12(id0); } + + private native double GetHeightOffset_13(); + public double GetHeightOffset() + { return GetHeightOffset_13(); } + + private native void SetHeightTolerance_14(double id0); + public void SetHeightTolerance(double id0) + { SetHeightTolerance_14(id0); } + + private native double GetHeightToleranceMinValue_15(); + public double GetHeightToleranceMinValue() + { return GetHeightToleranceMinValue_15(); } + + private native double GetHeightToleranceMaxValue_16(); + public double GetHeightToleranceMaxValue() + { return GetHeightToleranceMaxValue_16(); } + + private native double GetHeightTolerance_17(); + public double GetHeightTolerance() + { return GetHeightTolerance_17(); } + + private native void SetMaximumNumberOfLines_18(int id0); + public void SetMaximumNumberOfLines(int id0) + { SetMaximumNumberOfLines_18(id0); } + + private native int GetMaximumNumberOfLinesMinValue_19(); + public int GetMaximumNumberOfLinesMinValue() + { return GetMaximumNumberOfLinesMinValue_19(); } + + private native int GetMaximumNumberOfLinesMaxValue_20(); + public int GetMaximumNumberOfLinesMaxValue() + { return GetMaximumNumberOfLinesMaxValue_20(); } + + private native int GetMaximumNumberOfLines_21(); + public int GetMaximumNumberOfLines() + { return GetMaximumNumberOfLines_21(); } + + public vtkProjectedTerrainPath() { super(); } + + public vtkProjectedTerrainPath(long id) { super(id); } + public native long VTKInit(); + +}