org.jzy3d.io.matlab
Class MatlabDrawableLoader
- java.lang.Object
-
- org.jzy3d.io.matlab.MatlabDrawableLoader
-
- All Implemented Interfaces:
- ILoader
public class MatlabDrawableLoader extends java.lang.Object implements ILoader
Load a Matlab (TM) .mat file, assuming it contains at least three arrays named "X", "Y" and "Z". Returns a list ofEnlightablePolygonwhich allow a an easier visualization of shapes made of a large number of single-colored polygons. For very large file,MatlabVBOLoaderare preferred.
-
-
Constructor Summary
Constructors Constructor and Description MatlabDrawableLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<AbstractDrawable>load(java.lang.String filename)java.util.List<AbstractDrawable>load(java.lang.String filename, int limit)
-
-
-
Method Detail
-
load
public java.util.List<AbstractDrawable> load(java.lang.String filename) throws java.lang.Exception
-
load
public java.util.List<AbstractDrawable> load(java.lang.String filename, int limit) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
DMelt 3.0 © DataMelt by jWork.ORG