Home | History | Annotate | Download | only in softbody

Lines Matching defs:Cell

136   static public class Cell extends BulletBase {
139 protected Cell(final String className, long cPtr, boolean cMemoryOwn) {
144 /** Construct a new Cell, normally you should not need this constructor it's intended for low-level usage. */
145 public Cell(long cPtr, boolean cMemoryOwn) {
146 this("Cell", cPtr, cMemoryOwn);
157 public static long getCPtr(Cell obj) {
221 public void setNext(btSparseSdf3.Cell value) {
222 SoftbodyJNI.btSparseSdf3_Cell_next_set(swigCPtr, this, btSparseSdf3.Cell.getCPtr(value), value);
225 public btSparseSdf3.Cell getNext() {
227 return (cPtr == 0) ? null : new btSparseSdf3.Cell(cPtr, false);
230 public Cell() {
325 public void BuildCell(btSparseSdf3.Cell c) {
326 SoftbodyJNI.btSparseSdf3_BuildCell(swigCPtr, this, btSparseSdf3.Cell.getCPtr(c), c);