- Companion
- object
Value members
Abstract methods
Global buffer size. The guaranteed size of the double and integer arrays.
A shortcut for config.bufSize
.
Global buffer size. The guaranteed size of the double and integer arrays.
A shortcut for config.bufSize
.
Borrows a double buffer. Its size is reset to bufSize
.
Borrows a double buffer. Its size is reset to bufSize
.
Borrows an integer buffer. Its size is reset to bufSize
.
Borrows an integer buffer. Its size is reset to bufSize
.
Borrows a long buffer. Its size is reset to bufSize
.
Borrows a long buffer. Its size is reset to bufSize
.
Cancels the process. This works by cancelling all registered leaves. If the graph is correctly constructed, this should shut down all connected trees from there automatically.
Cancels the process. This works by cancelling all registered leaves. If the graph is correctly constructed, this should shut down all connected trees from there automatically.
Returns a double buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Returns a double buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Returns an integer buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Returns an integer buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Returns an integer buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Returns an integer buffer. When buf.borrowed
is false
, this is a no-op.
This should never be called directly but only by the buffer itself
through buf.release()
.
Expands with default builder and then runs the graph.
Expands with default builder and then runs the graph.
Inherited methods
Creates a temporary file. The caller is responsible for deleting the file
after it is not needed any longer. (The file will still be marked deleteOnExit
)
Creates a temporary file. The caller is responsible for deleting the file
after it is not needed any longer. (The file will still be marked deleteOnExit
)
- Inherited from
- ControlPlatform
Deprecated and Inherited methods
Creates a temporary file. The caller is responsible for deleting the file
after it is not needed any longer. (The file will still be marked deleteOnExit
)
Creates a temporary file. The caller is responsible for deleting the file
after it is not needed any longer. (The file will still be marked deleteOnExit
)
- Deprecated
[Since version 3.6.0]
- Inherited from
- ControlPlatform