[ Previous | Next | Contents | Glossary | Home | Search ]
GL3.2 for AIX: Graphics Library (GL) Technical Reference

getlsrepeat Subroutine

Purpose

Returns the linestyle repeat count.

Libraries

Graphics Library

C (libgl.a)

FORTRAN (libfgl.a)

C Syntax

Int32 getlsrepeat( )

FORTRAN Syntax

INTEGER*4 FUNCTION GETLSR 

Description

The getlsrepeat subroutine returns the current linestyle repeat factor, which is set by the lsrepeat subroutine.

Note: This subroutine cannot be used to add to a display list.

Return Value

The repeat factor for the current linestyle.

Implementation Specifics

This subroutine is part of GL in the AIXwindows Environment/6000 Version 1, Release 2 with AIXwindows/3D Feature.

Files

/usr/include/gl/gl.h Contains C language constant and variable type definitions for GL.
/usr/include/gl/fgl.h Contains FORTRAN constant and variable type definitions for GL.

Related Information

Setting the repeat factor for the current linestyle with the lsrepeat subroutine.

Drawing NURBS Curves and Surfaces, Drawing Wire Frame Curves and Surface Patches, Drawing with Begin-End Style Subroutines, Drawing with Move-Draw Style Subroutines, Querying the System, Setting Drawing Attributes, Understanding the Hardware Used by GL, Drawing Rectangles, Circles, Arcs, and Polygons.


[ Previous | Next | Contents | Glossary | Home | Search ]