public class SubsurfModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__emCache
Field descriptor (offset) for struct member 'emCache'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__levels
Field descriptor (offset) for struct member 'levels'.
|
static long[] |
__DNA__FIELD__mCache
Field descriptor (offset) for struct member 'mCache'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__renderLevels
Field descriptor (offset) for struct member 'renderLevels'.
|
static long[] |
__DNA__FIELD__subdivType
Field descriptor (offset) for struct member 'subdivType'.
|
static long[] |
__DNA__FIELD__use_opensubdiv
Field descriptor (offset) for struct member 'use_opensubdiv'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SubsurfModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SubsurfModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SubsurfModifierData(SubsurfModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SubsurfModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getEmCache()
Get method for struct member 'emCache'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
short |
getLevels()
Get method for struct member 'levels'.
|
CPointer<java.lang.Object> |
getMCache()
Get method for struct member 'mCache'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CArrayFacade<java.lang.Short> |
getPad()
Get method for struct member 'pad'.
|
short |
getRenderLevels()
Get method for struct member 'renderLevels'.
|
short |
getSubdivType()
Get method for struct member 'subdivType'.
|
short |
getUse_opensubdiv()
Get method for struct member 'use_opensubdiv'.
|
void |
setEmCache(CPointer<java.lang.Object> emCache)
Set method for struct member 'emCache'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setLevels(short levels)
Set method for struct member 'levels'.
|
void |
setMCache(CPointer<java.lang.Object> mCache)
Set method for struct member 'mCache'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad(CArrayFacade<java.lang.Short> pad)
Set method for struct member 'pad'.
|
void |
setRenderLevels(short renderLevels)
Set method for struct member 'renderLevels'.
|
void |
setSubdivType(short subdivType)
Set method for struct member 'subdivType'.
|
void |
setUse_opensubdiv(short use_opensubdiv)
Set method for struct member 'use_opensubdiv'.
|
__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 SubsurfModifierData.
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:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__subdivType
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__subdivType); CPointer<Short> p_subdivType = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__levels
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__levels); CPointer<Short> p_levels = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__renderLevels
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__renderLevels); CPointer<Short> p_renderLevels = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__use_opensubdiv
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__use_opensubdiv); CPointer<Short> p_use_opensubdiv = 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:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__pad); CPointer<CArrayFacade<Short>> p_pad = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__emCache
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__emCache); CPointer<CPointer<Object>> p_emCache = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__mCache
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__mCache); CPointer<CPointer<Object>> p_mCache = p.cast(new Class[]{CPointer.class, Object.class});
public SubsurfModifierData(long __address, Block __block, BlockTable __blockTable)
protected SubsurfModifierData(SubsurfModifierData 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 short getSubdivType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subdivType
public void setSubdivType(short subdivType) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subdivType
public short getLevels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__levels
public void setLevels(short levels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__levels
public short getRenderLevels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderLevels
public void setRenderLevels(short renderLevels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderLevels
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public short getUse_opensubdiv() throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_opensubdiv
public void setUse_opensubdiv(short use_opensubdiv) throws java.io.IOException
java.io.IOException
__DNA__FIELD__use_opensubdiv
public CArrayFacade<java.lang.Short> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Short> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<java.lang.Object> getEmCache() throws java.io.IOException
java.io.IOException
__DNA__FIELD__emCache
public void setEmCache(CPointer<java.lang.Object> emCache) throws java.io.IOException
java.io.IOException
__DNA__FIELD__emCache
public CPointer<java.lang.Object> getMCache() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mCache
public void setMCache(CPointer<java.lang.Object> mCache) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mCache
public CPointer<SubsurfModifierData> __io__addressof()