public class OceanTex extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__oceanmod
Field descriptor (offset) for struct member 'oceanmod'.
|
static long[] |
__DNA__FIELD__output
Field descriptor (offset) for struct member 'output'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct OceanTex.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
OceanTex(long __address,
Block __block,
BlockTable __blockTable) |
protected |
OceanTex(OceanTex that) |
Modifier and Type | Method and Description |
---|---|
CPointer<OceanTex> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
CArrayFacade<java.lang.Byte> |
getOceanmod()
Get method for struct member 'oceanmod'.
|
int |
getOutput()
Get method for struct member 'output'.
|
int |
getPad()
Get method for struct member 'pad'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setOceanmod(CArrayFacade<java.lang.Byte> oceanmod)
Set method for struct member 'oceanmod'.
|
void |
setOutput(int output)
Set method for struct member 'output'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
__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 OceanTex.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__object
This is how you get a reference on the corresponding field in the struct:
OceanTex oceantex = ...; CPointer<Object> p = oceantex.__dna__addressof(OceanTex.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__oceanmod
This is how you get a reference on the corresponding field in the struct:
OceanTex oceantex = ...; CPointer<Object> p = oceantex.__dna__addressof(OceanTex.__DNA__FIELD__oceanmod); CPointer<CArrayFacade<Byte>> p_oceanmod = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__output
This is how you get a reference on the corresponding field in the struct:
OceanTex oceantex = ...; CPointer<Object> p = oceantex.__dna__addressof(OceanTex.__DNA__FIELD__output); CPointer<Integer> p_output = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
OceanTex oceantex = ...; CPointer<Object> p = oceantex.__dna__addressof(OceanTex.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public OceanTex(long __address, Block __block, BlockTable __blockTable)
protected OceanTex(OceanTex that)
public CPointer<BlenderObject> getObject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public CArrayFacade<java.lang.Byte> getOceanmod() throws java.io.IOException
java.io.IOException
__DNA__FIELD__oceanmod
public void setOceanmod(CArrayFacade<java.lang.Byte> oceanmod) throws java.io.IOException
java.io.IOException
__DNA__FIELD__oceanmod
public int getOutput() throws java.io.IOException
java.io.IOException
__DNA__FIELD__output
public void setOutput(int output) throws java.io.IOException
java.io.IOException
__DNA__FIELD__output
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad