Class MjCorticalMesh_WM.Polylines

  • Enclosing class:
    MjCorticalMesh_WM

    public static class MjCorticalMesh_WM.Polylines
    extends java.lang.Object
    DOCUMENT ME!
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) WildMagic.LibGraphics.SceneGraph.VertexBuffer kMVertex
      Array of mesh points.
      (package private) WildMagic.LibGraphics.SceneGraph.VertexBuffer kPVertex
      Array of plane points.
      (package private) WildMagic.LibGraphics.SceneGraph.VertexBuffer kSVertex
      Array of sphere points.
    • Constructor Summary

      Constructors 
      Constructor Description
      Polylines()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • kMVertex

        WildMagic.LibGraphics.SceneGraph.VertexBuffer kMVertex
        Array of mesh points.
      • kPVertex

        WildMagic.LibGraphics.SceneGraph.VertexBuffer kPVertex
        Array of plane points.
      • kSVertex

        WildMagic.LibGraphics.SceneGraph.VertexBuffer kSVertex
        Array of sphere points.
    • Constructor Detail

      • Polylines

        public Polylines()