public class NodeGlare extends CFacade
qdn: glare node
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__angle_ofs
Field descriptor (offset) for struct member 'angle_ofs'.
|
static long[] |
__DNA__FIELD__colmod
Field descriptor (offset) for struct member 'colmod'.
|
static long[] |
__DNA__FIELD__fade
Field descriptor (offset) for struct member 'fade'.
|
static long[] |
__DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.
|
static long[] |
__DNA__FIELD__mix
Field descriptor (offset) for struct member 'mix'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad_c1
Field descriptor (offset) for struct member 'pad_c1'.
|
static long[] |
__DNA__FIELD__pad_f1
Field descriptor (offset) for struct member 'pad_f1'.
|
static long[] |
__DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.
|
static long[] |
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.
|
static long[] |
__DNA__FIELD__threshold
Field descriptor (offset) for struct member 'threshold'.
|
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 NodeGlare.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeGlare(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeGlare(NodeGlare that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeGlare> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAngle_ofs()
Get method for struct member 'angle_ofs'.
|
byte |
getAngle()
Get method for struct member 'angle'.
|
float |
getColmod()
Get method for struct member 'colmod'.
|
float |
getFade()
Get method for struct member 'fade'.
|
byte |
getIter()
Get method for struct member 'iter'.
|
float |
getMix()
Get method for struct member 'mix'.
|
byte |
getPad_c1()
Get method for struct member 'pad_c1'.
|
float |
getPad_f1()
Get method for struct member 'pad_f1'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
byte |
getQuality()
Get method for struct member 'quality'.
|
byte |
getSize()
Get method for struct member 'size'.
|
float |
getThreshold()
Get method for struct member 'threshold'.
|
byte |
getType()
Get method for struct member 'type'.
|
void |
setAngle_ofs(float angle_ofs)
Set method for struct member 'angle_ofs'.
|
void |
setAngle(byte angle)
Set method for struct member 'angle'.
|
void |
setColmod(float colmod)
Set method for struct member 'colmod'.
|
void |
setFade(float fade)
Set method for struct member 'fade'.
|
void |
setIter(byte iter)
Set method for struct member 'iter'.
|
void |
setMix(float mix)
Set method for struct member 'mix'.
|
void |
setPad_c1(byte pad_c1)
Set method for struct member 'pad_c1'.
|
void |
setPad_f1(float pad_f1)
Set method for struct member 'pad_f1'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setQuality(byte quality)
Set method for struct member 'quality'.
|
void |
setSize(byte size)
Set method for struct member 'size'.
|
void |
setThreshold(float threshold)
Set method for struct member 'threshold'.
|
void |
setType(byte type)
Set method for struct member 'type'.
|
__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 NodeGlare.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__quality
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__quality); CPointer<Byte> p_quality = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__type); CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__iter
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__iter); CPointer<Byte> p_iter = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__angle); CPointer<Byte> p_angle = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad_c1
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__pad_c1); CPointer<Byte> p_pad_c1 = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__size
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__size); CPointer<Byte> p_size = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__colmod
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__colmod); CPointer<Float> p_colmod = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mix
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__mix); CPointer<Float> p_mix = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__threshold
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__threshold); CPointer<Float> p_threshold = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fade
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__fade); CPointer<Float> p_fade = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__angle_ofs
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__angle_ofs); CPointer<Float> p_angle_ofs = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad_f1
This is how you get a reference on the corresponding field in the struct:
NodeGlare nodeglare = ...; CPointer<Object> p = nodeglare.__dna__addressof(NodeGlare.__DNA__FIELD__pad_f1); CPointer<Float> p_pad_f1 = p.cast(new Class[]{Float.class});
public NodeGlare(long __address, Block __block, BlockTable __blockTable)
protected NodeGlare(NodeGlare that)
public byte getQuality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public void setQuality(byte quality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public byte getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(byte type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public byte getIter() throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public void setIter(byte iter) throws java.io.IOException
java.io.IOException
__DNA__FIELD__iter
public byte getAngle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public void setAngle(byte angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public byte getPad_c1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public void setPad_c1(byte pad_c1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_c1
public byte getSize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public void setSize(byte size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public float getColmod() throws java.io.IOException
java.io.IOException
__DNA__FIELD__colmod
public void setColmod(float colmod) throws java.io.IOException
java.io.IOException
__DNA__FIELD__colmod
public float getMix() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mix
public void setMix(float mix) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mix
public float getThreshold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public void setThreshold(float threshold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__threshold
public float getFade() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fade
public void setFade(float fade) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fade
public float getAngle_ofs() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle_ofs
public void setAngle_ofs(float angle_ofs) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle_ofs
public float getPad_f1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_f1
public void setPad_f1(float pad_f1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad_f1