Uses of Interface
org.scilab.forge.scirenderer.buffers.IndicesBuffer
-
-
Uses of IndicesBuffer in org.scilab.forge.scirenderer.buffers
Methods in org.scilab.forge.scirenderer.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBuffer
BuffersManager. createIndicesBuffer()
Create an indices buffer. -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.g2d.buffers
Classes in org.scilab.forge.scirenderer.implementation.g2d.buffers that implement IndicesBuffer Modifier and Type Class Description class
G2DIndicesBuffer
Methods in org.scilab.forge.scirenderer.implementation.g2d.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBuffer
G2DBuffersManager. createIndicesBuffer()
-
Uses of IndicesBuffer in org.scilab.forge.scirenderer.implementation.jogl.buffers
Classes in org.scilab.forge.scirenderer.implementation.jogl.buffers that implement IndicesBuffer Modifier and Type Class Description class
JoGLIndicesBuffer
Methods in org.scilab.forge.scirenderer.implementation.jogl.buffers that return IndicesBuffer Modifier and Type Method Description IndicesBuffer
JoGLBuffersManager. createIndicesBuffer()
Methods in org.scilab.forge.scirenderer.implementation.jogl.buffers with parameters of type IndicesBuffer Modifier and Type Method Description int
JoGLBuffersManager. bindIndicesBuffer(com.jogamp.opengl.GL2 gl, IndicesBuffer buffer)
Bind the given buffer as indices buffer. -
Uses of IndicesBuffer in org.scilab.forge.scirenderer.shapes.geometry
Methods in org.scilab.forge.scirenderer.shapes.geometry that return IndicesBuffer Modifier and Type Method Description IndicesBuffer
DefaultGeometry. getIndices()
IndicesBuffer
Geometry. getIndices()
Return the indices if any.IndicesBuffer
DefaultGeometry. getWireIndices()
IndicesBuffer
Geometry. getWireIndices()
Return the wire indices.Methods in org.scilab.forge.scirenderer.shapes.geometry with parameters of type IndicesBuffer Modifier and Type Method Description void
DefaultGeometry. setIndices(IndicesBuffer indicesBuffer)
Indices setter.void
DefaultGeometry. setWireIndices(IndicesBuffer wireIndices)
Wire indices setter.
-