Package mgui.io.domestic.shapes
Class PolygonSet3DLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.domestic.shapes.PolygonSet3DLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
- Direct Known Subclasses:
AmiraTractLoader
,TrackVisTractLoader
public class PolygonSet3DLoader extends FileLoader
Loads a set of 3D polygon objects (*.poly3d) from text.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Field Summary
Fields Modifier and Type Field Description boolean
embed_single_polygon
int
min_nodes
int
skip
boolean
skip_lines
boolean
skip_min_nodes
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description PolygonSet3DLoader()
-
Method Summary
Modifier and Type Method Description java.lang.String
getFailureMessage()
Returns a message to indicate that loading failed.boolean
load(InterfaceIOOptions options, ProgressUpdater progress_bar)
Loads data from the set of files or URLs specified byoptions
.java.lang.Object
loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options)
Loads data into an instance of the object corresponding to this loader.ShapeSet3DInt
loadPolygonSet(ProgressUpdater progress_bar)
protected ShapeSet3DInt
loadPolygonSetBlocking(ProgressUpdater progress_bar)
Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFile, getIOType, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getWriterComplement, load, load, loadObject, loadObject, loadObject, setFile, setOptions, setURL, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
skip_lines
public boolean skip_lines -
skip
public int skip -
skip_min_nodes
public boolean skip_min_nodes -
min_nodes
public int min_nodes -
embed_single_polygon
public boolean embed_single_polygon
-
-
Constructor Details
-
PolygonSet3DLoader
public PolygonSet3DLoader()
-
-
Method Details
-
load
Description copied from class:FileLoader
Loads data from the set of files or URLs specified byoptions
. Loading is controlled by the specifications ofoptions
. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object.This method should also set the URL reference and writer and loader attributes to match this one and its complement.
- Specified by:
load
in classFileLoader
progress_bar
- An optional progress updater. Can benull
.- Returns:
-
getFailureMessage
public java.lang.String getFailureMessage()Description copied from class:FileLoader
Returns a message to indicate that loading failed.- Overrides:
getFailureMessage
in classFileLoader
- Returns:
- Progress message
-
loadObject
public java.lang.Object loadObject(ProgressUpdater progress_bar, InterfaceIOOptions options) throws java.io.IOExceptionDescription copied from class:FileLoader
Loads data into an instance of the object corresponding to this loader. If loaded object is of typePersistentObject
, this method should also set the file loader and reference URL for the object. TODO: make generic?- Overrides:
loadObject
in classFileLoader
- Parameters:
progress_bar
- An optional progress updater. Can benull
.options
- Options defining the loading process- Returns:
- Throws:
java.io.IOException
-
loadPolygonSet
- Throws:
java.io.IOException
-
loadPolygonSetBlocking
protected ShapeSet3DInt loadPolygonSetBlocking(ProgressUpdater progress_bar) throws java.io.IOException- Throws:
java.io.IOException
-