public class MultiresModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__boundary_smooth
Field descriptor (offset) for struct member 'boundary_smooth'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__lvl
Field descriptor (offset) for struct member 'lvl'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.
|
static long[] |
__DNA__FIELD__renderlvl
Field descriptor (offset) for struct member 'renderlvl'.
|
static long[] |
__DNA__FIELD__sculptlvl
Field descriptor (offset) for struct member 'sculptlvl'.
|
static long[] |
__DNA__FIELD__simple
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__simple); CPointer<Byte> p_simple = p.cast(new Class[]{Byte.class}); Metadata
|
static long[] |
__DNA__FIELD__totlvl
Field descriptor (offset) for struct member 'totlvl'.
|
static long[] |
__DNA__FIELD__uv_smooth
Field descriptor (offset) for struct member 'uv_smooth'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MultiresModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MultiresModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MultiresModifierData(MultiresModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MultiresModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
short |
getBoundary_smooth()
Get method for struct member 'boundary_smooth'.
|
byte |
getFlags()
Get method for struct member 'flags'.
|
byte |
getLvl()
Get method for struct member 'lvl'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
short |
getQuality()
Get method for struct member 'quality'.
|
byte |
getRenderlvl()
Get method for struct member 'renderlvl'.
|
byte |
getSculptlvl()
Get method for struct member 'sculptlvl'.
|
byte |
getSimple()
Deprecated.
Deprecated
|
byte |
getTotlvl()
Get method for struct member 'totlvl'.
|
short |
getUv_smooth()
Get method for struct member 'uv_smooth'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
setBoundary_smooth(short boundary_smooth)
Set method for struct member 'boundary_smooth'.
|
void |
setFlags(byte flags)
Set method for struct member 'flags'.
|
void |
setLvl(byte lvl)
Set method for struct member 'lvl'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setQuality(short quality)
Set method for struct member 'quality'.
|
void |
setRenderlvl(byte renderlvl)
Set method for struct member 'renderlvl'.
|
void |
setSculptlvl(byte sculptlvl)
Set method for struct member 'sculptlvl'.
|
void |
setSimple(byte simple)
Deprecated.
Deprecated
|
void |
setTotlvl(byte totlvl)
Set method for struct member 'totlvl'.
|
void |
setUv_smooth(short uv_smooth)
Set method for struct member 'uv_smooth'.
|
__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 MultiresModifierData.
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:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__lvl
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__lvl); CPointer<Byte> p_lvl = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__sculptlvl
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__sculptlvl); CPointer<Byte> p_sculptlvl = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__renderlvl
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__renderlvl); CPointer<Byte> p_renderlvl = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__totlvl
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__totlvl); CPointer<Byte> p_totlvl = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__simple
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__simple); CPointer<Byte> p_simple = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__flags); CPointer<Byte> p_flags = 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:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__quality
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__quality); CPointer<Short> p_quality = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__uv_smooth
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__uv_smooth); CPointer<Short> p_uv_smooth = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__boundary_smooth
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD__boundary_smooth); CPointer<Short> p_boundary_smooth = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
MultiresModifierData multiresmodifierdata = ...; CPointer<Object> p = multiresmodifierdata.__dna__addressof(MultiresModifierData.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MultiresModifierData(long __address, Block __block, BlockTable __blockTable)
protected MultiresModifierData(MultiresModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public byte getLvl() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lvl
public void setLvl(byte lvl) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lvl
public byte getSculptlvl() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sculptlvl
public void setSculptlvl(byte sculptlvl) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sculptlvl
public byte getRenderlvl() throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderlvl
public void setRenderlvl(byte renderlvl) throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderlvl
public byte getTotlvl() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlvl
public void setTotlvl(byte totlvl) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlvl
public byte getSimple() throws java.io.IOException
java.io.IOException
__DNA__FIELD__simple
public void setSimple(byte simple) throws java.io.IOException
java.io.IOException
__DNA__FIELD__simple
public byte getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(byte flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
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 short getQuality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public void setQuality(short quality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public short getUv_smooth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_smooth
public void setUv_smooth(short uv_smooth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_smooth
public short getBoundary_smooth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__boundary_smooth
public void setBoundary_smooth(short boundary_smooth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__boundary_smooth
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<MultiresModifierData> __io__addressof()