Click or drag to resize
SoGLTextureCoordinateElement Methods

The SoGLTextureCoordinateElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(SbVec3f, SbVec3f)
Calls Get(point, normal, System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodGet(SbVec3f, SbVec3f, Int32)

Given point and normal, returns texture coordinate.

(Inherited from SoTextureCoordinateElement.)
Public methodGet2(Int32)
Calls Get2(index, System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodGet2(Int32, Int32)

Returns the indexed coordinate from an element as a 2- or 4-vector, converting if necessary.

(Inherited from SoTextureCoordinateElement.)
Public methodGet4(Int32)
Calls Get4(index, System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodGet4(Int32, Int32)
(Inherited from SoTextureCoordinateElement.)
Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodGetCoordType
Calls GetCoordType(System.Int32(0)).
Public methodGetCoordType(Int32)

Returns code indicating what has been set in state/element .

(Overrides SoTextureCoordinateElementGetCoordType(Int32).)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInstance

Returns the top (current) instance of the element in the state.

Public methodGetNum
Calls GetNum(System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodGetNum(Int32)

Returns the number of coordinate points in an instance.

(Inherited from SoTextureCoordinateElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIs2D
Calls Is2D(System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodIs2D(Int32)
(Inherited from SoTextureCoordinateElement.)
Public methodIsForceSending
Calls IsForceSending(System.Int32(0)).
(Inherited from SoTextureCoordinateElement.)
Public methodIsForceSending(Int32)
(Inherited from SoTextureCoordinateElement.)
Public methodPop

Override pop() method to maintain GL state.

(Overrides SoElementPop(SoState, SoElement).)
Public methodPush

Override push() method to set up new instance.

(Overrides SoTextureCoordinateElementPush(SoState).)
Public methodSend(Int32)
Calls Send(index, System.Int32(0)).
Public methodSend(Int32, Int32)

Send routine for EXPLICIT case.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also