public class MovieTrackingReconstruction extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cameras
Field descriptor (offset) for struct member 'cameras'.
|
static long[] |
__DNA__FIELD__camnr
Field descriptor (offset) for struct member 'camnr'.
|
static long[] |
__DNA__FIELD__error
Field descriptor (offset) for struct member 'error'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__last_camera
Field descriptor (offset) for struct member 'last_camera'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MovieTrackingReconstruction.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MovieTrackingReconstruction(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MovieTrackingReconstruction(MovieTrackingReconstruction that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MovieTrackingReconstruction> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<MovieReconstructedCamera> |
getCameras()
Get method for struct member 'cameras'.
|
int |
getCamnr()
Get method for struct member 'camnr'.
|
float |
getError()
Get method for struct member 'error'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLast_camera()
Get method for struct member 'last_camera'.
|
void |
setCameras(CPointer<MovieReconstructedCamera> cameras)
Set method for struct member 'cameras'.
|
void |
setCamnr(int camnr)
Set method for struct member 'camnr'.
|
void |
setError(float error)
Set method for struct member 'error'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLast_camera(int last_camera)
Set method for struct member 'last_camera'.
|
__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 MovieTrackingReconstruction.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
MovieTrackingReconstruction movietrackingreconstruction = ...; CPointer<Object> p = movietrackingreconstruction.__dna__addressof(MovieTrackingReconstruction.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__error
Average error of reconstruction.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingReconstruction movietrackingreconstruction = ...; CPointer<Object> p = movietrackingreconstruction.__dna__addressof(MovieTrackingReconstruction.__DNA__FIELD__error); CPointer<Float> p_error = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__last_camera
Most recently used camera.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingReconstruction movietrackingreconstruction = ...; CPointer<Object> p = movietrackingreconstruction.__dna__addressof(MovieTrackingReconstruction.__DNA__FIELD__last_camera); CPointer<Integer> p_last_camera = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__camnr
Number of reconstructed cameras.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingReconstruction movietrackingreconstruction = ...; CPointer<Object> p = movietrackingreconstruction.__dna__addressof(MovieTrackingReconstruction.__DNA__FIELD__camnr); CPointer<Integer> p_camnr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__cameras
Reconstructed cameras.
This is how you get a reference on the corresponding field in the struct:
MovieTrackingReconstruction movietrackingreconstruction = ...; CPointer<Object> p = movietrackingreconstruction.__dna__addressof(MovieTrackingReconstruction.__DNA__FIELD__cameras); CPointer<CPointer<MovieReconstructedCamera>> p_cameras = p.cast(new Class[]{CPointer.class, MovieReconstructedCamera.class});
public MovieTrackingReconstruction(long __address, Block __block, BlockTable __blockTable)
protected MovieTrackingReconstruction(MovieTrackingReconstruction that)
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 float getError() throws java.io.IOException
Average error of reconstruction.
java.io.IOException
__DNA__FIELD__error
public void setError(float error) throws java.io.IOException
Average error of reconstruction.
java.io.IOException
__DNA__FIELD__error
public int getLast_camera() throws java.io.IOException
Most recently used camera.
java.io.IOException
__DNA__FIELD__last_camera
public void setLast_camera(int last_camera) throws java.io.IOException
Most recently used camera.
java.io.IOException
__DNA__FIELD__last_camera
public int getCamnr() throws java.io.IOException
Number of reconstructed cameras.
java.io.IOException
__DNA__FIELD__camnr
public void setCamnr(int camnr) throws java.io.IOException
Number of reconstructed cameras.
java.io.IOException
__DNA__FIELD__camnr
public CPointer<MovieReconstructedCamera> getCameras() throws java.io.IOException
Reconstructed cameras.
java.io.IOException
__DNA__FIELD__cameras
public void setCameras(CPointer<MovieReconstructedCamera> cameras) throws java.io.IOException
Reconstructed cameras.
java.io.IOException
__DNA__FIELD__cameras
public CPointer<MovieTrackingReconstruction> __io__addressof()