public class btITaskScheduler extends BulletBase
className| Constructor and Description |
|---|
btITaskScheduler(long cPtr,
boolean cMemoryOwn)
Construct a new btITaskScheduler, normally you should not need this constructor it's intended for low-level usage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
static long |
getCPtr(btITaskScheduler obj) |
int |
getMaxNumThreads() |
String |
getName() |
int |
getNumThreads() |
void |
parallelFor(int iBegin,
int iEnd,
int grainSize,
btIParallelForBody body) |
void |
setNumThreads(int numThreads) |
dispose, equals, getCPointer, hashCode, hasOwnership, isDisposed, isObtained, obtain, release, releaseOwnership, takeOwnership, toStringpublic btITaskScheduler(long cPtr,
boolean cMemoryOwn)
public static long getCPtr(btITaskScheduler obj)
public String getName()
public int getMaxNumThreads()
public int getNumThreads()
public void setNumThreads(int numThreads)
public void parallelFor(int iBegin,
int iEnd,
int grainSize,
btIParallelForBody body)
public void activate()
public void deactivate()
Copyright © 2021. All rights reserved.