public class PTCacheMem extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cur
Field descriptor (offset) for struct member 'cur'.
|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__data_types
Field descriptor (offset) for struct member 'data_types'.
|
static long[] |
__DNA__FIELD__extradata
Field descriptor (offset) for struct member 'extradata'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__frame
Field descriptor (offset) for struct member 'frame'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__totpoint
Field descriptor (offset) for struct member 'totpoint'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct PTCacheMem.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
PTCacheMem(long __address,
Block __block,
BlockTable __blockTable) |
protected |
PTCacheMem(PTCacheMem that) |
Modifier and Type | Method and Description |
---|---|
CPointer<PTCacheMem> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<CPointer<java.lang.Object>> |
getCur()
Get method for struct member 'cur'.
|
int |
getData_types()
Get method for struct member 'data_types'.
|
CArrayFacade<CPointer<java.lang.Object>> |
getData()
Get method for struct member 'data'.
|
ListBase |
getExtradata()
Get method for struct member 'extradata'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getFrame()
Get method for struct member 'frame'.
|
CPointer<PTCacheMem> |
getNext()
Get method for struct member 'next'.
|
CPointer<PTCacheMem> |
getPrev()
Get method for struct member 'prev'.
|
int |
getTotpoint()
Get method for struct member 'totpoint'.
|
void |
setCur(CArrayFacade<CPointer<java.lang.Object>> cur)
Set method for struct member 'cur'.
|
void |
setData_types(int data_types)
Set method for struct member 'data_types'.
|
void |
setData(CArrayFacade<CPointer<java.lang.Object>> data)
Set method for struct member 'data'.
|
void |
setExtradata(ListBase extradata)
Set method for struct member 'extradata'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setFrame(int frame)
Set method for struct member 'frame'.
|
void |
setNext(CPointer<PTCacheMem> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<PTCacheMem> prev)
Set method for struct member 'prev'.
|
void |
setTotpoint(int totpoint)
Set method for struct member 'totpoint'.
|
__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 PTCacheMem.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__next); CPointer<CPointer<PTCacheMem>> p_next = p.cast(new Class[]{CPointer.class, PTCacheMem.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__prev); CPointer<CPointer<PTCacheMem>> p_prev = p.cast(new Class[]{CPointer.class, PTCacheMem.class});
public static final long[] __DNA__FIELD__frame
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__frame); CPointer<Integer> p_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__totpoint
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__totpoint); CPointer<Integer> p_totpoint = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__data_types
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__data_types); CPointer<Integer> p_data_types = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__data
BPHYS_TOT_DATA.
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__data); CPointer<CArrayFacade<CPointer<Object>>> p_data = p.cast(new Class[]{CArrayFacade.class, CPointer.class, Object.class});
public static final long[] __DNA__FIELD__cur
BPHYS_TOT_DATA.
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__cur); CPointer<CArrayFacade<CPointer<Object>>> p_cur = p.cast(new Class[]{CArrayFacade.class, CPointer.class, Object.class});
public static final long[] __DNA__FIELD__extradata
This is how you get a reference on the corresponding field in the struct:
PTCacheMem ptcachemem = ...; CPointer<Object> p = ptcachemem.__dna__addressof(PTCacheMem.__DNA__FIELD__extradata); CPointer<ListBase> p_extradata = p.cast(new Class[]{ListBase.class});
public PTCacheMem(long __address, Block __block, BlockTable __blockTable)
protected PTCacheMem(PTCacheMem that)
public CPointer<PTCacheMem> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<PTCacheMem> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<PTCacheMem> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<PTCacheMem> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public int getFrame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame
public void setFrame(int frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame
public int getTotpoint() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public void setTotpoint(int totpoint) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totpoint
public int getData_types() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data_types
public void setData_types(int data_types) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data_types
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<CPointer<java.lang.Object>> getData() throws java.io.IOException
BPHYS_TOT_DATA.
java.io.IOException
__DNA__FIELD__data
public void setData(CArrayFacade<CPointer<java.lang.Object>> data) throws java.io.IOException
BPHYS_TOT_DATA.
java.io.IOException
__DNA__FIELD__data
public CArrayFacade<CPointer<java.lang.Object>> getCur() throws java.io.IOException
BPHYS_TOT_DATA.
java.io.IOException
__DNA__FIELD__cur
public void setCur(CArrayFacade<CPointer<java.lang.Object>> cur) throws java.io.IOException
BPHYS_TOT_DATA.
java.io.IOException
__DNA__FIELD__cur
public ListBase getExtradata() throws java.io.IOException
java.io.IOException
__DNA__FIELD__extradata
public void setExtradata(ListBase extradata) throws java.io.IOException
java.io.IOException
__DNA__FIELD__extradata
public CPointer<PTCacheMem> __io__addressof()