|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lsst.ccs.drivers.rcm.ImageMetadata
org.lsst.ccs.drivers.rcm.Image
public class Image
Image data
| Field Summary |
|---|
| Fields inherited from class org.lsst.ccs.drivers.rcm.ImageMetadata |
|---|
address, cluster, element, length, schema, tag, version |
| Constructor Summary | |
|---|---|
Image(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element,
ByteBuffer data)
|
|
Image(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element,
long mdata)
Constructors. |
|
| Method Summary | |
|---|---|
void |
deleteMetadataRef()
Deletes the metadata reference. |
void |
finalize()
Performs finalization. |
ByteBuffer |
getData()
Gets the image pixel data. |
ImageMetadata |
getMetadata()
Gets the image metadata. |
| Methods inherited from class org.lsst.ccs.drivers.rcm.ImageMetadata |
|---|
getAddress, getCluster, getElement, getLength, getSchema, getTag, getVersion, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Image(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element,
long mdata)
public Image(long tag,
int length,
int schema,
int version,
int address,
int cluster,
int element,
ByteBuffer data)
| Method Detail |
|---|
public ByteBuffer getData()
public ImageMetadata getMetadata()
public void deleteMetadataRef()
public void finalize()
throws Throwable
finalize in class ObjectThrowable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||