public class MovieReconstructedCamera extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.
|
static long[] |
__DNA__FIELD__framenr
Field descriptor (offset) for struct member 'framenr'.
|
static long[] |
__DNA__FIELD__mat
Field descriptor (offset) for struct member 'mat'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieReconstructedCamera.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieReconstructedCamera(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieReconstructedCamera(MovieReconstructedCamera that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieReconstructedCamera> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getError()
Get method for struct member 'error'.
|
int |
getFramenr()
Get method for struct member 'framenr'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getMat()
Get method for struct member 'mat'.
|
void |
setError(float error)
Set method for struct member 'error'.
|
void |
setFramenr(int framenr)
Set method for struct member 'framenr'.
|
void |
setMat(CArrayFacade<CArrayFacade<java.lang.Float>> mat)
Set method for struct member 'mat'.
|
__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 MovieReconstructedCamera.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__framenr
This is how you get a reference on the corresponding field in the struct:
MovieReconstructedCamera moviereconstructedcamera = ...; CPointer<Object> p = moviereconstructedcamera.__dna__addressof(MovieReconstructedCamera.__DNA__FIELD__framenr); CPointer<Integer> p_framenr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__error
This is how you get a reference on the corresponding field in the struct:
MovieReconstructedCamera moviereconstructedcamera = ...; CPointer<Object> p = moviereconstructedcamera.__dna__addressof(MovieReconstructedCamera.__DNA__FIELD__error); CPointer<Float> p_error = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__mat
This is how you get a reference on the corresponding field in the struct:
MovieReconstructedCamera moviereconstructedcamera = ...; CPointer<Object> p = moviereconstructedcamera.__dna__addressof(MovieReconstructedCamera.__DNA__FIELD__mat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_mat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public MovieReconstructedCamera(long __address, Block __block, BlockTable __blockTable)
protected MovieReconstructedCamera(MovieReconstructedCamera that)
public int getFramenr() throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenr
public void setFramenr(int framenr) throws java.io.IOException
java.io.IOException
__DNA__FIELD__framenr
public float getError() throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public void setError(float error) throws java.io.IOException
java.io.IOException
__DNA__FIELD__error
public CArrayFacade<CArrayFacade<java.lang.Float>> getMat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public void setMat(CArrayFacade<CArrayFacade<java.lang.Float>> mat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public CPointer<MovieReconstructedCamera> __io__addressof()