// java wrapper for vtkClipVolume object // package vtk; import vtk.*; public class vtkClipVolume extends vtkUnstructuredGridAlgorithm { 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 SetValue_2(double id0); public void SetValue(double id0) { SetValue_2(id0); } private native double GetValue_3(); public double GetValue() { return GetValue_3(); } private native void SetInsideOut_4(int id0); public void SetInsideOut(int id0) { SetInsideOut_4(id0); } private native int GetInsideOut_5(); public int GetInsideOut() { return GetInsideOut_5(); } private native void InsideOutOn_6(); public void InsideOutOn() { InsideOutOn_6(); } private native void InsideOutOff_7(); public void InsideOutOff() { InsideOutOff_7(); } private native void SetClipFunction_8(vtkImplicitFunction id0); public void SetClipFunction(vtkImplicitFunction id0) { SetClipFunction_8(id0); } private native long GetClipFunction_9(); public vtkImplicitFunction GetClipFunction() { long temp = GetClipFunction_9(); if (temp == 0) return null; return (vtkImplicitFunction)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGenerateClipScalars_10(int id0); public void SetGenerateClipScalars(int id0) { SetGenerateClipScalars_10(id0); } private native int GetGenerateClipScalars_11(); public int GetGenerateClipScalars() { return GetGenerateClipScalars_11(); } private native void GenerateClipScalarsOn_12(); public void GenerateClipScalarsOn() { GenerateClipScalarsOn_12(); } private native void GenerateClipScalarsOff_13(); public void GenerateClipScalarsOff() { GenerateClipScalarsOff_13(); } private native void SetGenerateClippedOutput_14(int id0); public void SetGenerateClippedOutput(int id0) { SetGenerateClippedOutput_14(id0); } private native int GetGenerateClippedOutput_15(); public int GetGenerateClippedOutput() { return GetGenerateClippedOutput_15(); } private native void GenerateClippedOutputOn_16(); public void GenerateClippedOutputOn() { GenerateClippedOutputOn_16(); } private native void GenerateClippedOutputOff_17(); public void GenerateClippedOutputOff() { GenerateClippedOutputOff_17(); } private native long GetClippedOutput_18(); public vtkUnstructuredGrid GetClippedOutput() { long temp = GetClippedOutput_18(); if (temp == 0) return null; return (vtkUnstructuredGrid)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetMixed3DCellGeneration_19(int id0); public void SetMixed3DCellGeneration(int id0) { SetMixed3DCellGeneration_19(id0); } private native int GetMixed3DCellGeneration_20(); public int GetMixed3DCellGeneration() { return GetMixed3DCellGeneration_20(); } private native void Mixed3DCellGenerationOn_21(); public void Mixed3DCellGenerationOn() { Mixed3DCellGenerationOn_21(); } private native void Mixed3DCellGenerationOff_22(); public void Mixed3DCellGenerationOff() { Mixed3DCellGenerationOff_22(); } private native void SetMergeTolerance_23(double id0); public void SetMergeTolerance(double id0) { SetMergeTolerance_23(id0); } private native double GetMergeToleranceMinValue_24(); public double GetMergeToleranceMinValue() { return GetMergeToleranceMinValue_24(); } private native double GetMergeToleranceMaxValue_25(); public double GetMergeToleranceMaxValue() { return GetMergeToleranceMaxValue_25(); } private native double GetMergeTolerance_26(); public double GetMergeTolerance() { return GetMergeTolerance_26(); } private native void SetLocator_27(vtkIncrementalPointLocator id0); public void SetLocator(vtkIncrementalPointLocator id0) { SetLocator_27(id0); } private native long GetLocator_28(); public vtkIncrementalPointLocator GetLocator() { long temp = GetLocator_28(); if (temp == 0) return null; return (vtkIncrementalPointLocator)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void CreateDefaultLocator_29(); public void CreateDefaultLocator() { CreateDefaultLocator_29(); } private native int GetMTime_30(); public int GetMTime() { return GetMTime_30(); } public vtkClipVolume() { super(); } public vtkClipVolume(long id) { super(id); } public native long VTKInit(); }