@NoOffset @Properties(inherit=LinearMath.class) public class btITaskScheduler extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
btITaskScheduler(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
int |
getMaxNumThreads() |
BytePointer |
getName() |
int |
getNumThreads() |
void |
parallelFor(int iBegin,
int iEnd,
int grainSize,
btIParallelForBody body) |
double |
parallelSum(int iBegin,
int iEnd,
int grainSize,
btIParallelSumBody body) |
void |
setNumThreads(int numThreads) |
void |
sleepWorkerThreadsHint() |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic btITaskScheduler(Pointer p)
Pointer(Pointer).@Cast(value="const char*") public BytePointer getName()
public int getMaxNumThreads()
public int getNumThreads()
public void setNumThreads(int numThreads)
public void parallelFor(int iBegin,
int iEnd,
int grainSize,
@Const @ByRef
btIParallelForBody body)
@Cast(value="btScalar") public double parallelSum(int iBegin, int iEnd, int grainSize, @Const @ByRef btIParallelSumBody body)
public void sleepWorkerThreadsHint()
public void activate()
public void deactivate()
Copyright © 2024. All rights reserved.