Documentation of 'org.jzy3d.io.matlab.MatlabDrawableLoader' Java class
MatlabDrawableLoader
org.jzy3d.io.matlab

Class 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 of EnlightablePolygon which allow a an easier visualization of shapes made of a large number of single-colored polygons. For very large file, MatlabVBOLoader are preferred.
    • Constructor Detail

      • MatlabDrawableLoader

        public MatlabDrawableLoader()
    • Method Detail

      • load

        public java.util.List<AbstractDrawable> load(java.lang.String filename)
                                              throws java.lang.Exception
        Specified by:
        load in interface ILoader
        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

You see the box below because you did not login.