| Package | Description |
|---|---|
| org.bytedeco.liquidfun |
| Modifier and Type | Method and Description |
|---|---|
b2IntrusiveListNode |
ParticleHandleListNode.GetListNode() |
b2IntrusiveListNode |
b2IntrusiveListNode.GetNext()
Get the next node in the list.
|
b2IntrusiveListNode |
b2IntrusiveListNode.getPointer(long i) |
b2IntrusiveListNode |
b2IntrusiveListNode.GetPrevious()
Get the previous node in the list.
|
b2IntrusiveListNode |
b2IntrusiveListNode.GetTerminator()
Get the terminator of the list.
|
b2IntrusiveListNode |
b2IntrusiveListNode.position(long position) |
b2IntrusiveListNode |
b2IntrusiveListNode.Remove()
Remove this node from the list it's currently in.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
b2IntrusiveListNode.FindNodeInList(b2IntrusiveListNode nodeToFind)
Determine whether the specified node is present in this list.
|
static b2ParticleHandle |
ParticleHandleListNode.GetInstanceFromListNode(b2IntrusiveListNode node)
Get a pointer to the instance of T that contains "node".
|
void |
b2IntrusiveListNode.InsertAfter(b2IntrusiveListNode node)
Insert this node after the specified node.
|
void |
b2IntrusiveListNode.InsertBefore(b2IntrusiveListNode node)
Insert this node before the specified node.
|
Copyright © 2021. All rights reserved.