public class NodeTexBrick extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__base
Field descriptor (offset) for struct member 'base'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__offset_freq
Field descriptor (offset) for struct member 'offset_freq'.
|
static long[] |
__DNA__FIELD__squash
Field descriptor (offset) for struct member 'squash'.
|
static long[] |
__DNA__FIELD__squash_freq
Field descriptor (offset) for struct member 'squash_freq'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeTexBrick.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeTexBrick(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeTexBrick(NodeTexBrick that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeTexBrick> |
__io__addressof()
Instantiates a pointer on this instance.
|
NodeTexBase |
getBase()
Get method for struct member 'base'.
|
int |
getOffset_freq()
Get method for struct member 'offset_freq'.
|
float |
getOffset()
Get method for struct member 'offset'.
|
int |
getSquash_freq()
Get method for struct member 'squash_freq'.
|
float |
getSquash()
Get method for struct member 'squash'.
|
void |
setBase(NodeTexBase base)
Set method for struct member 'base'.
|
void |
setOffset_freq(int offset_freq)
Set method for struct member 'offset_freq'.
|
void |
setOffset(float offset)
Set method for struct member 'offset'.
|
void |
setSquash_freq(int squash_freq)
Set method for struct member 'squash_freq'.
|
void |
setSquash(float squash)
Set method for struct member 'squash'.
|
__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 NodeTexBrick.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__base
This is how you get a reference on the corresponding field in the struct:
NodeTexBrick nodetexbrick = ...; CPointer<Object> p = nodetexbrick.__dna__addressof(NodeTexBrick.__DNA__FIELD__base); CPointer<NodeTexBase> p_base = p.cast(new Class[]{NodeTexBase.class});
public static final long[] __DNA__FIELD__offset_freq
This is how you get a reference on the corresponding field in the struct:
NodeTexBrick nodetexbrick = ...; CPointer<Object> p = nodetexbrick.__dna__addressof(NodeTexBrick.__DNA__FIELD__offset_freq); CPointer<Integer> p_offset_freq = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__squash_freq
This is how you get a reference on the corresponding field in the struct:
NodeTexBrick nodetexbrick = ...; CPointer<Object> p = nodetexbrick.__dna__addressof(NodeTexBrick.__DNA__FIELD__squash_freq); CPointer<Integer> p_squash_freq = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
NodeTexBrick nodetexbrick = ...; CPointer<Object> p = nodetexbrick.__dna__addressof(NodeTexBrick.__DNA__FIELD__offset); CPointer<Float> p_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__squash
This is how you get a reference on the corresponding field in the struct:
NodeTexBrick nodetexbrick = ...; CPointer<Object> p = nodetexbrick.__dna__addressof(NodeTexBrick.__DNA__FIELD__squash); CPointer<Float> p_squash = p.cast(new Class[]{Float.class});
public NodeTexBrick(long __address, Block __block, BlockTable __blockTable)
protected NodeTexBrick(NodeTexBrick that)
public NodeTexBase getBase() throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public void setBase(NodeTexBase base) throws java.io.IOException
java.io.IOException
__DNA__FIELD__base
public int getOffset_freq() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_freq
public void setOffset_freq(int offset_freq) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset_freq
public int getSquash_freq() throws java.io.IOException
java.io.IOException
__DNA__FIELD__squash_freq
public void setSquash_freq(int squash_freq) throws java.io.IOException
java.io.IOException
__DNA__FIELD__squash_freq
public float getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(float offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public float getSquash() throws java.io.IOException
java.io.IOException
__DNA__FIELD__squash
public void setSquash(float squash) throws java.io.IOException
java.io.IOException
__DNA__FIELD__squash
public CPointer<NodeTexBrick> __io__addressof()