// java wrapper for vtkExecutionTimer object // package vtk; import vtk.*; public class vtkExecutionTimer extends vtkObject { 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 SetFilter_2(vtkAlgorithm id0); public void SetFilter(vtkAlgorithm id0) { SetFilter_2(id0); } private native long GetFilter_3(); public vtkAlgorithm GetFilter() { long temp = GetFilter_3(); if (temp == 0) return null; return (vtkAlgorithm)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native double GetElapsedCPUTime_4(); public double GetElapsedCPUTime() { return GetElapsedCPUTime_4(); } private native double GetElapsedWallClockTime_5(); public double GetElapsedWallClockTime() { return GetElapsedWallClockTime_5(); } public vtkExecutionTimer() { super(); } public vtkExecutionTimer(long id) { super(id); } public native long VTKInit(); }