Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GsVectPerformanceData.cs
Go to the documentation of this file.
1//------------------------------------------------------------------------------
2// <auto-generated />
3//
4// This file was automatically generated by SWIG (http://www.swig.org).
5// Version 4.0.2
6//
7// Do not make changes to this file unless you know what you are doing--modify
8// the SWIG interface file instead.
9//------------------------------------------------------------------------------
10
11namespace Teigha.Core {
12
13using System;
14using System.Runtime.InteropServices;
15
16public class GsVectPerformanceData : global::System.IDisposable {
17 private Object locker = new Object();
18 private HandleRef swigCPtr;
19 protected bool swigCMemOwn;
20 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 public GsVectPerformanceData(IntPtr cPtr, bool cMemoryOwn) {
22 swigCMemOwn = cMemoryOwn;
23 swigCPtr = new HandleRef(this, cPtr);
24 }
25 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 public static HandleRef getCPtr(GsVectPerformanceData obj) {
27 return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
28 }
29
31 Dispose(false);
32 }
33
34 public void Dispose() {
35 Dispose(true);
36 global::System.GC.SuppressFinalize(this);
37 }
38
39 protected virtual void Dispose(bool disposing) {
40 lock(this) {
41 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
42 if (swigCMemOwn) {
43 swigCMemOwn = false;
45 }
46 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
47 }
48 }
49 }
50
51 public GsVectPerformanceData() : this(GlobalsPINVOKE.new_GsVectPerformanceData(), true) {
53 }
54
58 return ret;
59 }
60
61 public bool enableParallelDisplay() {
64 return ret;
65 }
66
67 public bool schedulerLogOutput() {
70 return ret;
71 }
72
73 public bool optimalThreadsNumber() {
76 return ret;
77 }
78
79 public bool enablePerfMeasurements() {
82 return ret;
83 }
84
88 return ret;
89 }
90
94 return ret;
95 }
96
100 return ret;
101 }
102
103 public UInt32 m_options {
104 set {
105 /*SIMPLETYPE*/
108 }
109 get {
110 /*SIMPLETYPE*/
113 return ret;
114 }
115 }
116
118 set {
121 }
122 get {
123 global::System.IntPtr cPtr = GlobalsPINVOKE.GsVectPerformanceData_m_tm_get(swigCPtr);
124 GsDevicePerformanceTm ret = (cPtr == global::System.IntPtr.Zero) ? null : new GsDevicePerformanceTm(cPtr, false);
126 return ret;
127 }
128 }
129
131 set {
132 /*SIMPLETYPE*/
135 }
136 get {
137 /*SIMPLETYPE*/
140 return ret;
141 }
142 }
143
145 set {
146 /*SIMPLETYPE*/
149 }
150 get {
151 /*SIMPLETYPE*/
154 return ret;
155 }
156 }
157
158}
159
160}
static global::System.Exception Retrieve()
static bool GsVectPerformanceData_schedulerLogOutput(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_GsVectPerformanceData(global::System.Runtime.InteropServices.HandleRef jarg1)
static void GsVectPerformanceData_m_tm_set(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static UInt32 GsVectPerformanceData_m_numVectUsedUpdateScr_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool GsVectPerformanceData_enableParallelDisplay(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool GsVectPerformanceData_enablePerfMeasurements(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool GsVectPerformanceData_forceParallelVectorization(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 GsVectPerformanceData_m_options_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool GsVectPerformanceData_optimalThreadsNumber(global::System.Runtime.InteropServices.HandleRef jarg1)
static void GsVectPerformanceData_m_options_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool GsVectPerformanceData_forcePartialUpdateForTest(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr GsVectPerformanceData_m_tm_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void GsVectPerformanceData_m_numVectUsedUpdateScr_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool GsVectPerformanceData_enableVectorizationOnly(global::System.Runtime.InteropServices.HandleRef jarg1)
static UInt32 GsVectPerformanceData_m_numVectUsedUpdateGeom_get(global::System.Runtime.InteropServices.HandleRef jarg1)
static void GsVectPerformanceData_m_numVectUsedUpdateGeom_set(global::System.Runtime.InteropServices.HandleRef jarg1, UInt32 jarg2)
static bool GsVectPerformanceData_enableParallelVectorization(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(GsDevicePerformanceTm obj)
GsVectPerformanceData(IntPtr cPtr, bool cMemoryOwn)
virtual void Dispose(bool disposing)
static HandleRef getCPtr(GsVectPerformanceData obj)