// java wrapper for vtkLagrangianParticleTracker object // package vtk; import vtk.*; public class vtkLagrangianParticleTracker extends vtkDataObjectAlgorithm { 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 SetIntegrationModel_2(vtkLagrangianBasicIntegrationModel id0); public void SetIntegrationModel(vtkLagrangianBasicIntegrationModel id0) { SetIntegrationModel_2(id0); } private native long GetIntegrationModel_3(); public vtkLagrangianBasicIntegrationModel GetIntegrationModel() { long temp = GetIntegrationModel_3(); if (temp == 0) return null; return (vtkLagrangianBasicIntegrationModel)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetIntegrator_4(vtkInitialValueProblemSolver id0); public void SetIntegrator(vtkInitialValueProblemSolver id0) { SetIntegrator_4(id0); } private native long GetIntegrator_5(); public vtkInitialValueProblemSolver GetIntegrator() { long temp = GetIntegrator_5(); if (temp == 0) return null; return (vtkInitialValueProblemSolver)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetGeneratePolyVertexInteractionOutput_6(boolean id0); public void SetGeneratePolyVertexInteractionOutput(boolean id0) { SetGeneratePolyVertexInteractionOutput_6(id0); } private native boolean GetGeneratePolyVertexInteractionOutput_7(); public boolean GetGeneratePolyVertexInteractionOutput() { return GetGeneratePolyVertexInteractionOutput_7(); } private native void SetCellLengthComputationMode_8(int id0); public void SetCellLengthComputationMode(int id0) { SetCellLengthComputationMode_8(id0); } private native int GetCellLengthComputationMode_9(); public int GetCellLengthComputationMode() { return GetCellLengthComputationMode_9(); } private native void SetStepFactor_10(double id0); public void SetStepFactor(double id0) { SetStepFactor_10(id0); } private native double GetStepFactor_11(); public double GetStepFactor() { return GetStepFactor_11(); } private native void SetStepFactorMin_12(double id0); public void SetStepFactorMin(double id0) { SetStepFactorMin_12(id0); } private native double GetStepFactorMin_13(); public double GetStepFactorMin() { return GetStepFactorMin_13(); } private native void SetStepFactorMax_14(double id0); public void SetStepFactorMax(double id0) { SetStepFactorMax_14(id0); } private native double GetStepFactorMax_15(); public double GetStepFactorMax() { return GetStepFactorMax_15(); } private native void SetMaximumNumberOfSteps_16(int id0); public void SetMaximumNumberOfSteps(int id0) { SetMaximumNumberOfSteps_16(id0); } private native int GetMaximumNumberOfSteps_17(); public int GetMaximumNumberOfSteps() { return GetMaximumNumberOfSteps_17(); } private native void SetMaximumIntegrationTime_18(double id0); public void SetMaximumIntegrationTime(double id0) { SetMaximumIntegrationTime_18(id0); } private native double GetMaximumIntegrationTime_19(); public double GetMaximumIntegrationTime() { return GetMaximumIntegrationTime_19(); } private native void SetAdaptiveStepReintegration_20(boolean id0); public void SetAdaptiveStepReintegration(boolean id0) { SetAdaptiveStepReintegration_20(id0); } private native boolean GetAdaptiveStepReintegration_21(); public boolean GetAdaptiveStepReintegration() { return GetAdaptiveStepReintegration_21(); } private native void AdaptiveStepReintegrationOn_22(); public void AdaptiveStepReintegrationOn() { AdaptiveStepReintegrationOn_22(); } private native void AdaptiveStepReintegrationOff_23(); public void AdaptiveStepReintegrationOff() { AdaptiveStepReintegrationOff_23(); } private native void SetUseParticlePathsRenderingThreshold_24(boolean id0); public void SetUseParticlePathsRenderingThreshold(boolean id0) { SetUseParticlePathsRenderingThreshold_24(id0); } private native boolean GetUseParticlePathsRenderingThreshold_25(); public boolean GetUseParticlePathsRenderingThreshold() { return GetUseParticlePathsRenderingThreshold_25(); } private native void UseParticlePathsRenderingThresholdOn_26(); public void UseParticlePathsRenderingThresholdOn() { UseParticlePathsRenderingThresholdOn_26(); } private native void UseParticlePathsRenderingThresholdOff_27(); public void UseParticlePathsRenderingThresholdOff() { UseParticlePathsRenderingThresholdOff_27(); } private native void SetParticlePathsRenderingPointsThreshold_28(int id0); public void SetParticlePathsRenderingPointsThreshold(int id0) { SetParticlePathsRenderingPointsThreshold_28(id0); } private native int GetParticlePathsRenderingPointsThreshold_29(); public int GetParticlePathsRenderingPointsThreshold() { return GetParticlePathsRenderingPointsThreshold_29(); } private native void SetSourceData_30(vtkDataObject id0); public void SetSourceData(vtkDataObject id0) { SetSourceData_30(id0); } private native long GetSource_31(); public vtkDataObject GetSource() { long temp = GetSource_31(); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSourceConnection_32(vtkAlgorithmOutput id0); public void SetSourceConnection(vtkAlgorithmOutput id0) { SetSourceConnection_32(id0); } private native void SetSurfaceData_33(vtkDataObject id0); public void SetSurfaceData(vtkDataObject id0) { SetSurfaceData_33(id0); } private native long GetSurface_34(); public vtkDataObject GetSurface() { long temp = GetSurface_34(); if (temp == 0) return null; return (vtkDataObject)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSurfaceConnection_35(vtkAlgorithmOutput id0); public void SetSurfaceConnection(vtkAlgorithmOutput id0) { SetSurfaceConnection_35(id0); } private native int FillInputPortInformation_36(int id0,vtkInformation id1); public int FillInputPortInformation(int id0,vtkInformation id1) { return FillInputPortInformation_36(id0,id1); } private native int FillOutputPortInformation_37(int id0,vtkInformation id1); public int FillOutputPortInformation(int id0,vtkInformation id1) { return FillOutputPortInformation_37(id0,id1); } private native int GetMTime_38(); public int GetMTime() { return GetMTime_38(); } private native int GetNewParticleId_39(); public int GetNewParticleId() { return GetNewParticleId_39(); } public vtkLagrangianParticleTracker() { super(); } public vtkLagrangianParticleTracker(long id) { super(id); } public native long VTKInit(); }