public class bPathCompare extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__path
Field descriptor (offset) for struct member 'path'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bPathCompare.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bPathCompare(bPathCompare that) |
|
bPathCompare(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bPathCompare> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
CPointer<bPathCompare> |
getNext()
Get method for struct member 'next'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<java.lang.Byte> |
getPath()
Get method for struct member 'path'.
|
CPointer<bPathCompare> |
getPrev()
Get method for struct member 'prev'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setNext(CPointer<bPathCompare> next)
Set method for struct member 'next'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setPath(CArrayFacade<java.lang.Byte> path)
Set method for struct member 'path'.
|
void |
setPrev(CPointer<bPathCompare> prev)
Set method for struct member 'prev'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bPathCompare.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
bPathCompare bpathcompare = ...; CPointer<Object> p = bpathcompare.__dna__addressof(bPathCompare.__DNA__FIELD__next); CPointer<CPointer<bPathCompare>> p_next = p.cast(new Class[]{CPointer.class, bPathCompare.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bPathCompare bpathcompare = ...; CPointer<Object> p = bpathcompare.__dna__addressof(bPathCompare.__DNA__FIELD__prev); CPointer<CPointer<bPathCompare>> p_prev = p.cast(new Class[]{CPointer.class, bPathCompare.class});
public static final long[] __DNA__FIELD__path
This is how you get a reference on the corresponding field in the struct:
bPathCompare bpathcompare = ...; CPointer<Object> p = bpathcompare.__dna__addressof(bPathCompare.__DNA__FIELD__path); CPointer<CArrayFacade<Byte>> p_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bPathCompare bpathcompare = ...; CPointer<Object> p = bpathcompare.__dna__addressof(bPathCompare.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bPathCompare bpathcompare = ...; CPointer<Object> p = bpathcompare.__dna__addressof(bPathCompare.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public bPathCompare(long __address, Block __block, BlockTable __blockTable)
protected bPathCompare(bPathCompare that)
public CPointer<bPathCompare> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bPathCompare> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bPathCompare> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bPathCompare> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Byte> getPath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public void setPath(CArrayFacade<java.lang.Byte> path) throws java.io.IOException
java.io.IOException
__DNA__FIELD__path
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<bPathCompare> __io__addressof()