X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkImageToPolyDataFilter.java;fp=vtk%2Fsrc%2Fvtk%2FvtkImageToPolyDataFilter.java;h=e1ce52ca3628d11a2613d27804ae2fca9854b436;hb=0f1acf557db4515528bc452c037db0831fd34ecf;hp=0000000000000000000000000000000000000000;hpb=12e21051bd57248b39831d79d68d455077047cdb;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkImageToPolyDataFilter.java b/vtk/src/vtk/vtkImageToPolyDataFilter.java new file mode 100644 index 00000000..e1ce52ca --- /dev/null +++ b/vtk/src/vtk/vtkImageToPolyDataFilter.java @@ -0,0 +1,183 @@ +// java wrapper for vtkImageToPolyDataFilter object +// + +package vtk; +import vtk.*; + +public class vtkImageToPolyDataFilter 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 SetOutputStyle_2(int id0); + public void SetOutputStyle(int id0) + { SetOutputStyle_2(id0); } + + private native int GetOutputStyleMinValue_3(); + public int GetOutputStyleMinValue() + { return GetOutputStyleMinValue_3(); } + + private native int GetOutputStyleMaxValue_4(); + public int GetOutputStyleMaxValue() + { return GetOutputStyleMaxValue_4(); } + + private native int GetOutputStyle_5(); + public int GetOutputStyle() + { return GetOutputStyle_5(); } + + private native void SetOutputStyleToPixelize_6(); + public void SetOutputStyleToPixelize() + { SetOutputStyleToPixelize_6(); } + + private native void SetOutputStyleToPolygonalize_7(); + public void SetOutputStyleToPolygonalize() + { SetOutputStyleToPolygonalize_7(); } + + private native void SetOutputStyleToRunLength_8(); + public void SetOutputStyleToRunLength() + { SetOutputStyleToRunLength_8(); } + + private native void SetColorMode_9(int id0); + public void SetColorMode(int id0) + { SetColorMode_9(id0); } + + private native int GetColorModeMinValue_10(); + public int GetColorModeMinValue() + { return GetColorModeMinValue_10(); } + + private native int GetColorModeMaxValue_11(); + public int GetColorModeMaxValue() + { return GetColorModeMaxValue_11(); } + + private native int GetColorMode_12(); + public int GetColorMode() + { return GetColorMode_12(); } + + private native void SetColorModeToLUT_13(); + public void SetColorModeToLUT() + { SetColorModeToLUT_13(); } + + private native void SetColorModeToLinear256_14(); + public void SetColorModeToLinear256() + { SetColorModeToLinear256_14(); } + + private native void SetLookupTable_15(vtkScalarsToColors id0); + public void SetLookupTable(vtkScalarsToColors id0) + { SetLookupTable_15(id0); } + + private native long GetLookupTable_16(); + public vtkScalarsToColors GetLookupTable() { + long temp = GetLookupTable_16(); + + if (temp == 0) return null; + return (vtkScalarsToColors)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void SetSmoothing_17(int id0); + public void SetSmoothing(int id0) + { SetSmoothing_17(id0); } + + private native int GetSmoothing_18(); + public int GetSmoothing() + { return GetSmoothing_18(); } + + private native void SmoothingOn_19(); + public void SmoothingOn() + { SmoothingOn_19(); } + + private native void SmoothingOff_20(); + public void SmoothingOff() + { SmoothingOff_20(); } + + private native void SetNumberOfSmoothingIterations_21(int id0); + public void SetNumberOfSmoothingIterations(int id0) + { SetNumberOfSmoothingIterations_21(id0); } + + private native int GetNumberOfSmoothingIterationsMinValue_22(); + public int GetNumberOfSmoothingIterationsMinValue() + { return GetNumberOfSmoothingIterationsMinValue_22(); } + + private native int GetNumberOfSmoothingIterationsMaxValue_23(); + public int GetNumberOfSmoothingIterationsMaxValue() + { return GetNumberOfSmoothingIterationsMaxValue_23(); } + + private native int GetNumberOfSmoothingIterations_24(); + public int GetNumberOfSmoothingIterations() + { return GetNumberOfSmoothingIterations_24(); } + + private native void SetDecimation_25(int id0); + public void SetDecimation(int id0) + { SetDecimation_25(id0); } + + private native int GetDecimation_26(); + public int GetDecimation() + { return GetDecimation_26(); } + + private native void DecimationOn_27(); + public void DecimationOn() + { DecimationOn_27(); } + + private native void DecimationOff_28(); + public void DecimationOff() + { DecimationOff_28(); } + + private native void SetDecimationError_29(double id0); + public void SetDecimationError(double id0) + { SetDecimationError_29(id0); } + + private native double GetDecimationErrorMinValue_30(); + public double GetDecimationErrorMinValue() + { return GetDecimationErrorMinValue_30(); } + + private native double GetDecimationErrorMaxValue_31(); + public double GetDecimationErrorMaxValue() + { return GetDecimationErrorMaxValue_31(); } + + private native double GetDecimationError_32(); + public double GetDecimationError() + { return GetDecimationError_32(); } + + private native void SetError_33(int id0); + public void SetError(int id0) + { SetError_33(id0); } + + private native int GetErrorMinValue_34(); + public int GetErrorMinValue() + { return GetErrorMinValue_34(); } + + private native int GetErrorMaxValue_35(); + public int GetErrorMaxValue() + { return GetErrorMaxValue_35(); } + + private native int GetError_36(); + public int GetError() + { return GetError_36(); } + + private native void SetSubImageSize_37(int id0); + public void SetSubImageSize(int id0) + { SetSubImageSize_37(id0); } + + private native int GetSubImageSizeMinValue_38(); + public int GetSubImageSizeMinValue() + { return GetSubImageSizeMinValue_38(); } + + private native int GetSubImageSizeMaxValue_39(); + public int GetSubImageSizeMaxValue() + { return GetSubImageSizeMaxValue_39(); } + + private native int GetSubImageSize_40(); + public int GetSubImageSize() + { return GetSubImageSize_40(); } + + public vtkImageToPolyDataFilter() { super(); } + + public vtkImageToPolyDataFilter(long id) { super(id); } + public native long VTKInit(); + +}