public class NodeSunBeams extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__ray_length
Field descriptor (offset) for struct member 'ray_length'.
|
static long[] |
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeSunBeams.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeSunBeams(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeSunBeams(NodeSunBeams that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeSunBeams> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getRay_length()
Get method for struct member 'ray_length'.
|
CArrayFacade<java.lang.Float> |
getSource()
Get method for struct member 'source'.
|
void |
setRay_length(float ray_length)
Set method for struct member 'ray_length'.
|
void |
setSource(CArrayFacade<java.lang.Float> source)
Set method for struct member 'source'.
|
__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 NodeSunBeams.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__source
This is how you get a reference on the corresponding field in the struct:
NodeSunBeams nodesunbeams = ...; CPointer<Object> p = nodesunbeams.__dna__addressof(NodeSunBeams.__DNA__FIELD__source); CPointer<CArrayFacade<Float>> p_source = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__ray_length
This is how you get a reference on the corresponding field in the struct:
NodeSunBeams nodesunbeams = ...; CPointer<Object> p = nodesunbeams.__dna__addressof(NodeSunBeams.__DNA__FIELD__ray_length); CPointer<Float> p_ray_length = p.cast(new Class[]{Float.class});
public NodeSunBeams(long __address, Block __block, BlockTable __blockTable)
protected NodeSunBeams(NodeSunBeams that)
public CArrayFacade<java.lang.Float> getSource() throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public void setSource(CArrayFacade<java.lang.Float> source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__source
public float getRay_length() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ray_length
public void setRay_length(float ray_length) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ray_length
public CPointer<NodeSunBeams> __io__addressof()