public class ImageMetaData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImageMetaData.Material |
static class |
ImageMetaData.Transformation |
Modifier and Type | Field and Description |
---|---|
ImageMetaData.Material[] |
materials |
ImageMetaData.Transformation[] |
transformations |
Constructor and Description |
---|
ImageMetaData() |
ImageMetaData(String fileName) |
Modifier and Type | Method and Description |
---|---|
ImageMetaData.Material |
getMaterial(String name) |
int |
getMaterialIndex(String name) |
FloatMatrix |
getMatrix(String name) |
void |
loadFrom(String path) |
boolean |
saveTo(String path) |
void |
setMaterial(String name,
int count,
double volume,
double centerX,
double centerY,
double centerZ) |
void |
setMatrix(String name,
FloatMatrix matrix) |
boolean |
upToDate(String sourcePath,
String transformLabel) |
public ImageMetaData.Material[] materials
public ImageMetaData.Transformation[] transformations
public ImageMetaData()
public ImageMetaData(String fileName)
public FloatMatrix getMatrix(String name)
public void setMatrix(String name, FloatMatrix matrix)
public ImageMetaData.Material getMaterial(String name)
public int getMaterialIndex(String name)
public void setMaterial(String name, int count, double volume, double centerX, double centerY, double centerZ)
public void loadFrom(String path)
public boolean saveTo(String path)
Copyright © 2015–2021 Fiji. All rights reserved.