| Package | Description |
|---|---|
| net.sf.ij_plugins.io |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportAsSTL.writeASCII(java.io.File file,
ij.process.ImageProcessor ip,
double pixelWidth,
double pixelHeight,
boolean saveSides)
Write height image in ASCII variant of STL format.
|
void |
ExportAsSTL.writeASCII(java.io.File file,
ij.process.ImageProcessor ip,
double pixelWidth,
double pixelHeight,
double xOrigin,
double yOrigin,
boolean saveSides)
Write height image in ASCII variant of STL format.
|
void |
ExportAsSTL.writeBinary(java.io.File file,
ij.process.ImageProcessor ip,
double pixelWidth,
double pixelHeight,
boolean saveSides)
Write height image in binary variant of STL format.
|
void |
ExportAsSTL.writeBinary(java.io.File file,
ij.process.ImageProcessor ip,
double pixelWidth,
double pixelHeight,
double xOrigin,
double yOrigin,
boolean saveSides)
Write height image in binary variant of STL format.
|