Class NodeGlare
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeGlare
-
public class NodeGlare extends CFacade
Generated facet for DNA struct type 'NodeGlare'.Class Documentation
Blender Source Code
qdn: glare node
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.static long[]
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.static long[]
__DNA__FIELD__angle
Deprecated.Deprecatedstatic 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__quality
Field descriptor (offset) for struct member 'quality'.static long[]
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.static long[]
__DNA__FIELD__star_45
Field descriptor (offset) for struct member 'star_45'.static long[]
__DNA__FIELD__streaks
Field descriptor (offset) for struct member 'streaks'.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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description NodeGlare(long __address, Block __block, BlockTable __blockTable)
protected
NodeGlare(NodeGlare that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<NodeGlare>
__io__addressof()
Instantiates a pointer on this instance.byte
get_pad0()
Get method for struct member '_pad0'.CArrayFacade<java.lang.Byte>
get_pad1()
Get method for struct member '_pad1'.byte
getAngle()
Deprecated.Deprecatedfloat
getAngle_ofs()
Get method for struct member 'angle_ofs'.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
getQuality()
Get method for struct member 'quality'.byte
getSize()
Get method for struct member 'size'.byte
getStar_45()
Get method for struct member 'star_45'.byte
getStreaks()
Get method for struct member 'streaks'.float
getThreshold()
Get method for struct member 'threshold'.byte
getType()
Get method for struct member 'type'.void
set_pad0(byte _pad0)
Set method for struct member '_pad0'.void
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.void
setAngle(byte angle)
Deprecated.Deprecatedvoid
setAngle_ofs(float angle_ofs)
Set method for struct member 'angle_ofs'.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
setQuality(byte quality)
Set method for struct member 'quality'.void
setSize(byte size)
Set method for struct member 'size'.void
setStar_45(byte star_45)
Set method for struct member 'star_45'.void
setStreaks(byte streaks)
Set method for struct member 'streaks'.void
setThreshold(float threshold)
Set method for struct member 'threshold'.void
setType(byte type)
Set method for struct member 'type'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct NodeGlare.It is required when allocating a new block to store data for NodeGlare.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__quality
public static final long[] __DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.Pointer Arithmetics
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});
Metadata
- Field: 'quality'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
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});
Metadata
- Field: 'type'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__iter
public static final long[] __DNA__FIELD__iter
Field descriptor (offset) for struct member 'iter'.Pointer Arithmetics
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});
Metadata
- Field: 'iter'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__angle
public static final long[] __DNA__FIELD__angle
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'angle'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
Field descriptor (offset) for struct member 'angle'.Field Documentation
Blender Source Code
XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.
-
__DNA__FIELD___pad0
public static final long[] __DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.Pointer Arithmetics
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___pad0); CPointer<Byte> p__pad0 = p.cast(new Class[]{Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__size
public static final long[] __DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.Pointer Arithmetics
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});
Metadata
- Field: 'size'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__star_45
public static final long[] __DNA__FIELD__star_45
Field descriptor (offset) for struct member 'star_45'.Pointer Arithmetics
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__star_45); CPointer<Byte> p_star_45 = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'star_45'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__streaks
public static final long[] __DNA__FIELD__streaks
Field descriptor (offset) for struct member 'streaks'.Pointer Arithmetics
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__streaks); CPointer<Byte> p_streaks = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'streaks'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__colmod
public static final long[] __DNA__FIELD__colmod
Field descriptor (offset) for struct member 'colmod'.Pointer Arithmetics
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});
Metadata
- Field: 'colmod'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__mix
public static final long[] __DNA__FIELD__mix
Field descriptor (offset) for struct member 'mix'.Pointer Arithmetics
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});
Metadata
- Field: 'mix'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__threshold
public static final long[] __DNA__FIELD__threshold
Field descriptor (offset) for struct member 'threshold'.Pointer Arithmetics
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});
Metadata
- Field: 'threshold'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fade
public static final long[] __DNA__FIELD__fade
Field descriptor (offset) for struct member 'fade'.Pointer Arithmetics
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});
Metadata
- Field: 'fade'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__angle_ofs
public static final long[] __DNA__FIELD__angle_ofs
Field descriptor (offset) for struct member 'angle_ofs'.Pointer Arithmetics
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});
Metadata
- Field: 'angle_ofs'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad1
public static final long[] __DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.Pointer Arithmetics
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___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad1'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
NodeGlare
public NodeGlare(long __address, Block __block, BlockTable __blockTable)
-
NodeGlare
protected NodeGlare(NodeGlare that)
-
-
Method Detail
-
getQuality
public byte getQuality() throws java.io.IOException
Get method for struct member 'quality'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__quality
-
setQuality
public void setQuality(byte quality) throws java.io.IOException
Set method for struct member 'quality'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__quality
-
getType
public byte getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(byte type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getIter
public byte getIter() throws java.io.IOException
Get method for struct member 'iter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iter
-
setIter
public void setIter(byte iter) throws java.io.IOException
Set method for struct member 'iter'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iter
-
getAngle
public byte getAngle() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'angle'.Field Documentation
Blender Source Code
XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle
-
setAngle
public void setAngle(byte angle) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'angle'.Field Documentation
Blender Source Code
XXX angle is only kept for backward/forward compatibility, was used for two different things, see T50736.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle
-
get_pad0
public byte get_pad0() throws java.io.IOException
Get method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
set_pad0
public void set_pad0(byte _pad0) throws java.io.IOException
Set method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
getSize
public byte getSize() throws java.io.IOException
Get method for struct member 'size'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__size
-
setSize
public void setSize(byte size) throws java.io.IOException
Set method for struct member 'size'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__size
-
getStar_45
public byte getStar_45() throws java.io.IOException
Get method for struct member 'star_45'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__star_45
-
setStar_45
public void setStar_45(byte star_45) throws java.io.IOException
Set method for struct member 'star_45'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__star_45
-
getStreaks
public byte getStreaks() throws java.io.IOException
Get method for struct member 'streaks'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__streaks
-
setStreaks
public void setStreaks(byte streaks) throws java.io.IOException
Set method for struct member 'streaks'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__streaks
-
getColmod
public float getColmod() throws java.io.IOException
Get method for struct member 'colmod'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__colmod
-
setColmod
public void setColmod(float colmod) throws java.io.IOException
Set method for struct member 'colmod'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__colmod
-
getMix
public float getMix() throws java.io.IOException
Get method for struct member 'mix'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mix
-
setMix
public void setMix(float mix) throws java.io.IOException
Set method for struct member 'mix'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__mix
-
getThreshold
public float getThreshold() throws java.io.IOException
Get method for struct member 'threshold'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__threshold
-
setThreshold
public void setThreshold(float threshold) throws java.io.IOException
Set method for struct member 'threshold'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__threshold
-
getFade
public float getFade() throws java.io.IOException
Get method for struct member 'fade'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade
-
setFade
public void setFade(float fade) throws java.io.IOException
Set method for struct member 'fade'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade
-
getAngle_ofs
public float getAngle_ofs() throws java.io.IOException
Get method for struct member 'angle_ofs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle_ofs
-
setAngle_ofs
public void setAngle_ofs(float angle_ofs) throws java.io.IOException
Set method for struct member 'angle_ofs'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__angle_ofs
-
get_pad1
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
Get method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
set_pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
Set method for struct member '_pad1'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad1
-
-