public class ReconstructSection extends Object
Constructor and Description |
---|
ReconstructSection(ReconstructTranslator t,
Document d) |
Modifier and Type | Method and Description |
---|---|
void |
addProfile(ReconstructProfile rp) |
protected void |
appendPatch(StringBuilder sb,
Element image) |
void |
appendXML(StringBuilder sb) |
Document |
getDocument() |
double |
getHeight() |
int |
getIndex() |
double |
getMag() |
int |
getOID() |
double |
getPixelThickness() |
double |
getThickness() |
double |
getZ() |
void |
setThickness(double inThickness) |
void |
setZ(double inZ) |
void |
setZFromPrevious(ReconstructSection prev) |
public ReconstructSection(ReconstructTranslator t, Document d)
public int getOID()
public int getIndex()
public Document getDocument()
public double getMag()
public void addProfile(ReconstructProfile rp)
public void setZ(double inZ)
public double getThickness()
public double getPixelThickness()
public void setThickness(double inThickness)
public void setZFromPrevious(ReconstructSection prev)
public double getZ()
public double getHeight()
public void appendXML(StringBuilder sb)
protected void appendPatch(StringBuilder sb, Element image)
Copyright © 2015–2021 Fiji. All rights reserved.