public class PLYMeshIO extends AbstractIOPlugin<Mesh> implements MeshIOPlugin
| Constructor and Description |
|---|
PLYMeshIO() |
| Modifier and Type | Method and Description |
|---|---|
Mesh |
open(String source) |
void |
read(File plyFile,
Mesh mesh) |
void |
save(Mesh data,
String destination) |
boolean |
supportsOpen(String source) |
boolean |
supportsSave(String source) |
byte[] |
writeAscii(Mesh mesh) |
byte[] |
writeBinary(Mesh mesh) |
supportsgetInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDataTypegetType, open, save, supports, supportsOpen, supportsSave, supportsSave, supportsSavegetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic void read(File plyFile, Mesh mesh) throws IOException
IOExceptionpublic byte[] writeBinary(Mesh mesh)
public byte[] writeAscii(Mesh mesh) throws IOException
IOExceptionpublic boolean supportsOpen(String source)
supportsOpen in interface IOPlugin<Mesh>supportsOpen in class AbstractIOPlugin<Mesh>public boolean supportsSave(String source)
supportsSave in interface IOPlugin<Mesh>supportsSave in class AbstractIOPlugin<Mesh>public Mesh open(String source) throws IOException
open in interface IOPlugin<Mesh>open in class AbstractIOPlugin<Mesh>IOExceptionpublic void save(Mesh data, String destination) throws IOException
save in interface IOPlugin<Mesh>save in class AbstractIOPlugin<Mesh>IOExceptionCopyright © 2014–2022 ImageJ. All rights reserved.