Class WriterLETriangles32

    • Constructor Summary

      Constructors 
      Constructor Description
      WriterLETriangles32​(com.io7m.jbssio.api.BSSWriterSequentialType inWriter, SMFHeader inHeader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void serializeTriangle​(long v0, long v1, long v2)
      Serialize a triangle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WriterLETriangles32

        public WriterLETriangles32​(com.io7m.jbssio.api.BSSWriterSequentialType inWriter,
                                   SMFHeader inHeader)
    • Method Detail

      • serializeTriangle

        public void serializeTriangle​(long v0,
                                      long v1,
                                      long v2)
                               throws java.io.IOException
        Description copied from interface: SMFSerializerDataTrianglesType
        Serialize a triangle.
        Parameters:
        v0 - The first vertex index
        v1 - The second vertex index
        v2 - The third vertex index
        Throws:
        java.io.IOException - On I/O errors