public class NodeChroma extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__algorithm
Field descriptor (offset) for struct member 'algorithm'.
|
static long[] |
__DNA__FIELD__channel
Field descriptor (offset) for struct member 'channel'.
|
static long[] |
__DNA__FIELD__falpha
Field descriptor (offset) for struct member 'falpha'.
|
static long[] |
__DNA__FIELD__fsize
Field descriptor (offset) for struct member 'fsize'.
|
static long[] |
__DNA__FIELD__fstrength
Field descriptor (offset) for struct member 'fstrength'.
|
static long[] |
__DNA__FIELD__key
Field descriptor (offset) for struct member 'key'.
|
static long[] |
__DNA__FIELD__t1
Field descriptor (offset) for struct member 't1'.
|
static long[] |
__DNA__FIELD__t2
Field descriptor (offset) for struct member 't2'.
|
static long[] |
__DNA__FIELD__t3
Field descriptor (offset) for struct member 't3'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeChroma.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeChroma(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeChroma(NodeChroma that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeChroma> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getAlgorithm()
Get method for struct member 'algorithm'.
|
short |
getChannel()
Get method for struct member 'channel'.
|
float |
getFalpha()
Get method for struct member 'falpha'.
|
float |
getFsize()
Get method for struct member 'fsize'.
|
float |
getFstrength()
Get method for struct member 'fstrength'.
|
CArrayFacade<java.lang.Float> |
getKey()
Get method for struct member 'key'.
|
float |
getT1()
Get method for struct member 't1'.
|
float |
getT2()
Get method for struct member 't2'.
|
float |
getT3()
Get method for struct member 't3'.
|
void |
setAlgorithm(short algorithm)
Set method for struct member 'algorithm'.
|
void |
setChannel(short channel)
Set method for struct member 'channel'.
|
void |
setFalpha(float falpha)
Set method for struct member 'falpha'.
|
void |
setFsize(float fsize)
Set method for struct member 'fsize'.
|
void |
setFstrength(float fstrength)
Set method for struct member 'fstrength'.
|
void |
setKey(CArrayFacade<java.lang.Float> key)
Set method for struct member 'key'.
|
void |
setT1(float t1)
Set method for struct member 't1'.
|
void |
setT2(float t2)
Set method for struct member 't2'.
|
void |
setT3(float t3)
Set method for struct member 't3'.
|
__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 NodeChroma.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__t1
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__t1); CPointer<Float> p_t1 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__t2
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__t2); CPointer<Float> p_t2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__t3
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__t3); CPointer<Float> p_t3 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fsize
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__fsize); CPointer<Float> p_fsize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fstrength
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__fstrength); CPointer<Float> p_fstrength = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__falpha
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__falpha); CPointer<Float> p_falpha = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__key
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__key); CPointer<CArrayFacade<Float>> p_key = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__algorithm
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__algorithm); CPointer<Short> p_algorithm = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__channel
This is how you get a reference on the corresponding field in the struct:
NodeChroma nodechroma = ...; CPointer<Object> p = nodechroma.__dna__addressof(NodeChroma.__DNA__FIELD__channel); CPointer<Short> p_channel = p.cast(new Class[]{Short.class});
public NodeChroma(long __address, Block __block, BlockTable __blockTable)
protected NodeChroma(NodeChroma that)
public float getT1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__t1
public void setT1(float t1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__t1
public float getT2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__t2
public void setT2(float t2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__t2
public float getT3() throws java.io.IOException
java.io.IOException
__DNA__FIELD__t3
public void setT3(float t3) throws java.io.IOException
java.io.IOException
__DNA__FIELD__t3
public float getFsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fsize
public void setFsize(float fsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fsize
public float getFstrength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstrength
public void setFstrength(float fstrength) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstrength
public float getFalpha() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falpha
public void setFalpha(float falpha) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falpha
public CArrayFacade<java.lang.Float> getKey() throws java.io.IOException
java.io.IOException
__DNA__FIELD__key
public void setKey(CArrayFacade<java.lang.Float> key) throws java.io.IOException
java.io.IOException
__DNA__FIELD__key
public short getAlgorithm() throws java.io.IOException
java.io.IOException
__DNA__FIELD__algorithm
public void setAlgorithm(short algorithm) throws java.io.IOException
java.io.IOException
__DNA__FIELD__algorithm
public short getChannel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__channel
public void setChannel(short channel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__channel
public CPointer<NodeChroma> __io__addressof()