public class SubdivGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.
|
static long[] |
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.
|
static long[] |
__DNA__FIELD__level
Field descriptor (offset) for struct member 'level'.
|
static long[] |
__DNA__FIELD__material
Field descriptor (offset) for struct member 'material'.
|
static long[] |
__DNA__FIELD__materialname
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__materialname); CPointer<CArrayFacade<Byte>> p_materialname = p.cast(new Class[]{CArrayFacade.class, Byte.class}); Metadata
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
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 SubdivGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SubdivGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SubdivGpencilModifierData(SubdivGpencilModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SubdivGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
int |
getLevel()
Get method for struct member 'level'.
|
CPointer<Material> |
getMaterial()
Get method for struct member 'material'.
|
CArrayFacade<java.lang.Byte> |
getMaterialname()
Deprecated.
Deprecated
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.
|
void |
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.
|
void |
setLevel(int level)
Set method for struct member 'level'.
|
void |
setMaterial(CPointer<Material> material)
Set method for struct member 'material'.
|
void |
setMaterialname(CArrayFacade<java.lang.Byte> materialname)
Deprecated.
Deprecated
|
void |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setType(short 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 SubdivGpencilModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__material
Material
for filtering.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__material); CPointer<CPointer<Material>> p_material = p.cast(new Class[]{CPointer.class, Material.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__materialname
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__materialname); CPointer<CArrayFacade<Byte>> p_materialname = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Material
name.
public static final long[] __DNA__FIELD__pass_index
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Flags.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__level
Factor of subdivision.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__level); CPointer<Integer> p_level = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__layer_pass
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
Type of subdivision
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
SubdivGpencilModifierData subdivgpencilmodifierdata = ...; CPointer<Object> p = subdivgpencilmodifierdata.__dna__addressof(SubdivGpencilModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public SubdivGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected SubdivGpencilModifierData(SubdivGpencilModifierData that)
public GpencilModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CPointer<Material> getMaterial() throws java.io.IOException
Material
for filtering.
java.io.IOException
__DNA__FIELD__material
public void setMaterial(CPointer<Material> material) throws java.io.IOException
Material
for filtering.
java.io.IOException
__DNA__FIELD__material
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public CArrayFacade<java.lang.Byte> getMaterialname() throws java.io.IOException
Material
name.
java.io.IOException
__DNA__FIELD__materialname
public void setMaterialname(CArrayFacade<java.lang.Byte> materialname) throws java.io.IOException
Material
name.
java.io.IOException
__DNA__FIELD__materialname
public int getPass_index() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public void setPass_index(int pass_index) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public int getFlag() throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Flags.
java.io.IOException
__DNA__FIELD__flag
public int getLevel() throws java.io.IOException
Factor of subdivision.
java.io.IOException
__DNA__FIELD__level
public void setLevel(int level) throws java.io.IOException
Factor of subdivision.
java.io.IOException
__DNA__FIELD__level
public int getLayer_pass() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public short getType() throws java.io.IOException
Type of subdivision
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
Type of subdivision
java.io.IOException
__DNA__FIELD__type
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<SubdivGpencilModifierData> __io__addressof()