Class ParticleEditSettings
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ParticleEditSettings
-
public class ParticleEditSettings extends CFacade
Generated facet for DNA struct type 'ParticleEditSettings'.Class Documentation
Blender Source Code
Particle Edit Mode Settings.
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.static long[]
__DNA__FIELD__brush
Field descriptor (offset) for struct member 'brush'.static long[]
__DNA__FIELD__brushtype
Field descriptor (offset) for struct member 'brushtype'.static long[]
__DNA__FIELD__draw_step
Field descriptor (offset) for struct member 'draw_step'.static long[]
__DNA__FIELD__edittype
Field descriptor (offset) for struct member 'edittype'.static long[]
__DNA__FIELD__emitterdist
Field descriptor (offset) for struct member 'emitterdist'.static long[]
__DNA__FIELD__fade_frames
Field descriptor (offset) for struct member 'fade_frames'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.static long[]
__DNA__FIELD__paintcursor
Field descriptor (offset) for struct member 'paintcursor'.static long[]
__DNA__FIELD__scene
Field descriptor (offset) for struct member 'scene'.static long[]
__DNA__FIELD__selectmode
Field descriptor (offset) for struct member 'selectmode'.static long[]
__DNA__FIELD__shape_object
Field descriptor (offset) for struct member 'shape_object'.static long[]
__DNA__FIELD__totaddkey
Field descriptor (offset) for struct member 'totaddkey'.static long[]
__DNA__FIELD__totrekey
Field descriptor (offset) for struct member 'totrekey'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct ParticleEditSettings.-
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 ParticleEditSettings(long __address, Block __block, BlockTable __blockTable)
protected
ParticleEditSettings(ParticleEditSettings that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ParticleEditSettings>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad0()
Get method for struct member '_pad0'.CArrayFacade<ParticleBrushData>
getBrush()
Get method for struct member 'brush'.short
getBrushtype()
Get method for struct member 'brushtype'.int
getDraw_step()
Get method for struct member 'draw_step'.int
getEdittype()
Get method for struct member 'edittype'.float
getEmitterdist()
Get method for struct member 'emitterdist'.int
getFade_frames()
Get method for struct member 'fade_frames'.short
getFlag()
Get method for struct member 'flag'.CPointer<BlenderObject>
getObject()
Get method for struct member 'object'.CPointer<java.lang.Object>
getPaintcursor()
Get method for struct member 'paintcursor'.CPointer<Scene>
getScene()
Get method for struct member 'scene'.int
getSelectmode()
Get method for struct member 'selectmode'.CPointer<BlenderObject>
getShape_object()
Get method for struct member 'shape_object'.short
getTotaddkey()
Get method for struct member 'totaddkey'.short
getTotrekey()
Get method for struct member 'totrekey'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.void
setBrush(CArrayFacade<ParticleBrushData> brush)
Set method for struct member 'brush'.void
setBrushtype(short brushtype)
Set method for struct member 'brushtype'.void
setDraw_step(int draw_step)
Set method for struct member 'draw_step'.void
setEdittype(int edittype)
Set method for struct member 'edittype'.void
setEmitterdist(float emitterdist)
Set method for struct member 'emitterdist'.void
setFade_frames(int fade_frames)
Set method for struct member 'fade_frames'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.void
setPaintcursor(CPointer<java.lang.Object> paintcursor)
Set method for struct member 'paintcursor'.void
setScene(CPointer<Scene> scene)
Set method for struct member 'scene'.void
setSelectmode(int selectmode)
Set method for struct member 'selectmode'.void
setShape_object(CPointer<BlenderObject> shape_object)
Set method for struct member 'shape_object'.void
setTotaddkey(short totaddkey)
Set method for struct member 'totaddkey'.void
setTotrekey(short totrekey)
Set method for struct member 'totrekey'.-
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 ParticleEditSettings.It is required when allocating a new block to store data for ParticleEditSettings.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__totrekey
public static final long[] __DNA__FIELD__totrekey
Field descriptor (offset) for struct member 'totrekey'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__totrekey); CPointer<Short> p_totrekey = p.cast(new Class[]{Short.class});
Metadata
- Field: 'totrekey'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__totaddkey
public static final long[] __DNA__FIELD__totaddkey
Field descriptor (offset) for struct member 'totaddkey'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__totaddkey); CPointer<Short> p_totaddkey = p.cast(new Class[]{Short.class});
Metadata
- Field: 'totaddkey'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__brushtype
public static final long[] __DNA__FIELD__brushtype
Field descriptor (offset) for struct member 'brushtype'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__brushtype); CPointer<Short> p_brushtype = p.cast(new Class[]{Short.class});
Metadata
- Field: 'brushtype'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__brush
public static final long[] __DNA__FIELD__brush
Field descriptor (offset) for struct member 'brush'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__brush); CPointer<CArrayFacade<ParticleBrushData>> p_brush = p.cast(new Class[]{CArrayFacade.class, ParticleBrushData.class});
Metadata
- Field: 'brush'
- Signature: 'ParticleBrushData[7]'
- Actual Size (32bit/64bit): 112/112
-
__DNA__FIELD__paintcursor
public static final long[] __DNA__FIELD__paintcursor
Field descriptor (offset) for struct member 'paintcursor'.Field Documentation
Blender Source Code
Runtime.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__paintcursor); CPointer<CPointer<Object>> p_paintcursor = p.cast(new Class[]{CPointer.class, Object.class});
Metadata
- Field: 'paintcursor'
- Signature: 'void*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__emitterdist
public static final long[] __DNA__FIELD__emitterdist
Field descriptor (offset) for struct member 'emitterdist'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__emitterdist); CPointer<Float> p_emitterdist = p.cast(new Class[]{Float.class});
Metadata
- Field: 'emitterdist'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__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:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__selectmode
public static final long[] __DNA__FIELD__selectmode
Field descriptor (offset) for struct member 'selectmode'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__selectmode); CPointer<Integer> p_selectmode = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'selectmode'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__edittype
public static final long[] __DNA__FIELD__edittype
Field descriptor (offset) for struct member 'edittype'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__edittype); CPointer<Integer> p_edittype = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'edittype'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__draw_step
public static final long[] __DNA__FIELD__draw_step
Field descriptor (offset) for struct member 'draw_step'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__draw_step); CPointer<Integer> p_draw_step = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'draw_step'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__fade_frames
public static final long[] __DNA__FIELD__fade_frames
Field descriptor (offset) for struct member 'fade_frames'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__fade_frames); CPointer<Integer> p_fade_frames = p.cast(new Class[]{Integer.class});
Metadata
- Field: 'fade_frames'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__scene
public static final long[] __DNA__FIELD__scene
Field descriptor (offset) for struct member 'scene'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__scene); CPointer<CPointer<Scene>> p_scene = p.cast(new Class[]{CPointer.class, Scene.class});
Metadata
- Field: 'scene'
- Signature: 'Scene*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__object
public static final long[] __DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__shape_object
public static final long[] __DNA__FIELD__shape_object
Field descriptor (offset) for struct member 'shape_object'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
ParticleEditSettings particleeditsettings = ...; CPointer<Object> p = particleeditsettings.__dna__addressof(ParticleEditSettings.__DNA__FIELD__shape_object); CPointer<CPointer<BlenderObject>> p_shape_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
Metadata
- Field: 'shape_object'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
ParticleEditSettings
public ParticleEditSettings(long __address, Block __block, BlockTable __blockTable)
-
ParticleEditSettings
protected ParticleEditSettings(ParticleEditSettings that)
-
-
Method Detail
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getTotrekey
public short getTotrekey() throws java.io.IOException
Get method for struct member 'totrekey'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__totrekey
-
setTotrekey
public void setTotrekey(short totrekey) throws java.io.IOException
Set method for struct member 'totrekey'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__totrekey
-
getTotaddkey
public short getTotaddkey() throws java.io.IOException
Get method for struct member 'totaddkey'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__totaddkey
-
setTotaddkey
public void setTotaddkey(short totaddkey) throws java.io.IOException
Set method for struct member 'totaddkey'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__totaddkey
-
getBrushtype
public short getBrushtype() throws java.io.IOException
Get method for struct member 'brushtype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__brushtype
-
setBrushtype
public void setBrushtype(short brushtype) throws java.io.IOException
Set method for struct member 'brushtype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__brushtype
-
getBrush
public CArrayFacade<ParticleBrushData> getBrush() throws java.io.IOException
Get method for struct member 'brush'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__brush
-
setBrush
public void setBrush(CArrayFacade<ParticleBrushData> brush) throws java.io.IOException
Set method for struct member 'brush'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__brush
-
getPaintcursor
public CPointer<java.lang.Object> getPaintcursor() throws java.io.IOException
Get method for struct member 'paintcursor'.Field Documentation
Blender Source Code
Runtime.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__paintcursor
-
setPaintcursor
public void setPaintcursor(CPointer<java.lang.Object> paintcursor) throws java.io.IOException
Set method for struct member 'paintcursor'.Field Documentation
Blender Source Code
Runtime.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__paintcursor
-
getEmitterdist
public float getEmitterdist() throws java.io.IOException
Get method for struct member 'emitterdist'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__emitterdist
-
setEmitterdist
public void setEmitterdist(float emitterdist) throws java.io.IOException
Set method for struct member 'emitterdist'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__emitterdist
-
get_pad0
public CArrayFacade<java.lang.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(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
Set method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
getSelectmode
public int getSelectmode() throws java.io.IOException
Get method for struct member 'selectmode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__selectmode
-
setSelectmode
public void setSelectmode(int selectmode) throws java.io.IOException
Set method for struct member 'selectmode'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__selectmode
-
getEdittype
public int getEdittype() throws java.io.IOException
Get method for struct member 'edittype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__edittype
-
setEdittype
public void setEdittype(int edittype) throws java.io.IOException
Set method for struct member 'edittype'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__edittype
-
getDraw_step
public int getDraw_step() throws java.io.IOException
Get method for struct member 'draw_step'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__draw_step
-
setDraw_step
public void setDraw_step(int draw_step) throws java.io.IOException
Set method for struct member 'draw_step'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__draw_step
-
getFade_frames
public int getFade_frames() throws java.io.IOException
Get method for struct member 'fade_frames'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_frames
-
setFade_frames
public void setFade_frames(int fade_frames) throws java.io.IOException
Set method for struct member 'fade_frames'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__fade_frames
-
getScene
public CPointer<Scene> getScene() throws java.io.IOException
Get method for struct member 'scene'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scene
-
setScene
public void setScene(CPointer<Scene> scene) throws java.io.IOException
Set method for struct member 'scene'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scene
-
getObject
public CPointer<BlenderObject> getObject() throws java.io.IOException
Get method for struct member 'object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
setObject
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
Set method for struct member 'object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__object
-
getShape_object
public CPointer<BlenderObject> getShape_object() throws java.io.IOException
Get method for struct member 'shape_object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__shape_object
-
setShape_object
public void setShape_object(CPointer<BlenderObject> shape_object) throws java.io.IOException
Set method for struct member 'shape_object'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__shape_object
-
__io__addressof
public CPointer<ParticleEditSettings> __io__addressof()
Instantiates a pointer on this instance.
-
-