]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkTimerLog.java
Loading VTK dlls with plug-in activator.
[simantics/3d.git] / vtk / src / vtk / vtkTimerLog.java
1 // java wrapper for vtkTimerLog object
2 //
3
4 package vtk;
5 import vtk.*;
6
7 public class vtkTimerLog extends vtkObject
8 {
9
10   private native int IsTypeOf_0(String id0);
11   public int IsTypeOf(String id0)
12     { return IsTypeOf_0(id0); }
13
14   private native int IsA_1(String id0);
15   public int IsA(String id0)
16     { return IsA_1(id0); }
17
18   private native void SetLogging_2(int id0);
19   public void SetLogging(int id0)
20     { SetLogging_2(id0); }
21
22   private native int GetLogging_3();
23   public int GetLogging()
24     { return GetLogging_3(); }
25
26   private native void LoggingOn_4();
27   public void LoggingOn()
28     { LoggingOn_4(); }
29
30   private native void LoggingOff_5();
31   public void LoggingOff()
32     { LoggingOff_5(); }
33
34   private native void SetMaxEntries_6(int id0);
35   public void SetMaxEntries(int id0)
36     { SetMaxEntries_6(id0); }
37
38   private native int GetMaxEntries_7();
39   public int GetMaxEntries()
40     { return GetMaxEntries_7(); }
41
42   private native void FormatAndMarkEvent_8(String id0);
43   public void FormatAndMarkEvent(String id0)
44     { FormatAndMarkEvent_8(id0); }
45
46   private native void DumpLog_9(String id0);
47   public void DumpLog(String id0)
48     { DumpLog_9(id0); }
49
50   private native void MarkStartEvent_10(String id0);
51   public void MarkStartEvent(String id0)
52     { MarkStartEvent_10(id0); }
53
54   private native void MarkEndEvent_11(String id0);
55   public void MarkEndEvent(String id0)
56     { MarkEndEvent_11(id0); }
57
58   private native void InsertTimedEvent_12(String id0,double id1,int id2);
59   public void InsertTimedEvent(String id0,double id1,int id2)
60     { InsertTimedEvent_12(id0,id1,id2); }
61
62   private native int GetNumberOfEvents_13();
63   public int GetNumberOfEvents()
64     { return GetNumberOfEvents_13(); }
65
66   private native int GetEventIndent_14(int id0);
67   public int GetEventIndent(int id0)
68     { return GetEventIndent_14(id0); }
69
70   private native double GetEventWallTime_15(int id0);
71   public double GetEventWallTime(int id0)
72     { return GetEventWallTime_15(id0); }
73
74   private native String GetEventString_16(int id0);
75   public String GetEventString(int id0)
76     { return GetEventString_16(id0); }
77
78   private native int GetEventType_17(int id0);
79   public int GetEventType(int id0)
80     { return GetEventType_17(id0); }
81
82   private native void MarkEvent_18(String id0);
83   public void MarkEvent(String id0)
84     { MarkEvent_18(id0); }
85
86   private native void ResetLog_19();
87   public void ResetLog()
88     { ResetLog_19(); }
89
90   private native void AllocateLog_20();
91   public void AllocateLog()
92     { AllocateLog_20(); }
93
94   private native void CleanupLog_21();
95   public void CleanupLog()
96     { CleanupLog_21(); }
97
98   private native double GetUniversalTime_22();
99   public double GetUniversalTime()
100     { return GetUniversalTime_22(); }
101
102   private native double GetCPUTime_23();
103   public double GetCPUTime()
104     { return GetCPUTime_23(); }
105
106   private native void StartTimer_24();
107   public void StartTimer()
108     { StartTimer_24(); }
109
110   private native void StopTimer_25();
111   public void StopTimer()
112     { StopTimer_25(); }
113
114   private native double GetElapsedTime_26();
115   public double GetElapsedTime()
116     { return GetElapsedTime_26(); }
117
118   public vtkTimerLog() { super(); }
119
120   public vtkTimerLog(long id) { super(id); }
121   public native long   VTKInit();
122
123 }