Package org.blender.dna
Class BuildEff
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.BuildEff
-
public class BuildEff extends CFacade
Generated facet for DNA struct type 'BuildEff'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__buttype
Field descriptor (offset) for struct member 'buttype'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__len
Field descriptor (offset) for struct member 'len'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__rt
Field descriptor (offset) for struct member 'rt'.static long[]
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.static long[]
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct BuildEff.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description BuildEff(long __address, Block __block, BlockTable __blockTable)
protected
BuildEff(BuildEff that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<BuildEff>
__io__addressof()
Instantiates a pointer on this instance.short
getButtype()
Get method for struct member 'buttype'.short
getFlag()
Get method for struct member 'flag'.float
getLen()
Get method for struct member 'len'.CPointer<BuildEff>
getNext()
Get method for struct member 'next'.CPointer<BuildEff>
getPrev()
Get method for struct member 'prev'.short
getRt()
Get method for struct member 'rt'.float
getSfra()
Get method for struct member 'sfra'.short
getType()
Get method for struct member 'type'.void
setButtype(short buttype)
Set method for struct member 'buttype'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setLen(float len)
Set method for struct member 'len'.void
setNext(CPointer<BuildEff> next)
Set method for struct member 'next'.void
setPrev(CPointer<BuildEff> prev)
Set method for struct member 'prev'.void
setRt(short rt)
Set method for struct member 'rt'.void
setSfra(float sfra)
Set method for struct member 'sfra'.void
setType(short type)
Set method for struct member 'type'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct BuildEff.It is required when allocating a new block to store data for BuildEff.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__next); CPointer<CPointer<BuildEff>> p_next = p.cast(new Class[]{CPointer.class, BuildEff.class});
Metadata
- Field: 'next'
- Signature: 'BuildEff*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__prev); CPointer<CPointer<BuildEff>> p_prev = p.cast(new Class[]{CPointer.class, BuildEff.class});
Metadata
- Field: 'prev'
- Signature: 'BuildEff*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
Metadata
- Field: 'type'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__buttype
public static final long[] __DNA__FIELD__buttype
Field descriptor (offset) for struct member 'buttype'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__buttype); CPointer<Short> p_buttype = p.cast(new Class[]{Short.class});
Metadata
- Field: 'buttype'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__rt
public static final long[] __DNA__FIELD__rt
Field descriptor (offset) for struct member 'rt'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__rt); CPointer<Short> p_rt = p.cast(new Class[]{Short.class});
Metadata
- Field: 'rt'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__len
public static final long[] __DNA__FIELD__len
Field descriptor (offset) for struct member 'len'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__len); CPointer<Float> p_len = p.cast(new Class[]{Float.class});
Metadata
- Field: 'len'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__sfra
public static final long[] __DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
BuildEff buildeff = ...; CPointer<Object> p = buildeff.__dna__addressof(BuildEff.__DNA__FIELD__sfra); CPointer<Float> p_sfra = p.cast(new Class[]{Float.class});
Metadata
- Field: 'sfra'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
BuildEff
public BuildEff(long __address, Block __block, BlockTable __blockTable)
-
BuildEff
protected BuildEff(BuildEff that)
-
-
Method Detail
-
getNext
public CPointer<BuildEff> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<BuildEff> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<BuildEff> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<BuildEff> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getType
public short getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(short type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getButtype
public short getButtype() throws java.io.IOException
Get method for struct member 'buttype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__buttype
-
setButtype
public void setButtype(short buttype) throws java.io.IOException
Set method for struct member 'buttype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__buttype
-
getRt
public short getRt() throws java.io.IOException
Get method for struct member 'rt'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rt
-
setRt
public void setRt(short rt) throws java.io.IOException
Set method for struct member 'rt'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rt
-
getLen
public float getLen() throws java.io.IOException
Get method for struct member 'len'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__len
-
setLen
public void setLen(float len) throws java.io.IOException
Set method for struct member 'len'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__len
-
getSfra
public float getSfra() throws java.io.IOException
Get method for struct member 'sfra'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
setSfra
public void setSfra(float sfra) throws java.io.IOException
Set method for struct member 'sfra'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
-