Click or drag to resize
SoModifyViewVolumeElement Methods

The SoModifyViewVolumeElement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGet

Returns the current portion of the view volume from the state.

Public methodStatic memberGetBox

Returns the current portion of the view volume from the state.

Public methodStatic memberGetClassStackIndex Obsolete.

Returns the stack id for this element.

Public methodStatic memberGetDefault

Returns the default screen portion.

Public methodStatic memberGetDefaultBox

Returns the default screen portion.

Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodStatic memberGetInfo

Gets an integer info.

Public methodStatic memberGetInstance

Return the top (current) instance of the element in the state Note it does NOT cause cache dependency! It also casts away the const.

Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetWallCoordinates

Returns the current coordinates of the virtual window in the real world.

Public methodPop

Pops element.

(Inherited from SoElement.)
Public methodPush

Pushes element.

(Inherited from SoElement.)
Public methodStatic memberSet(SoState, SbBox3f)

Sets the current portion in the state to the given portion (left, bottom, right, top).

Public methodStatic memberSet(SoState, SbVec4f)

Sets the current portion in the state to the given portion (left, bottom, right, top).

Public methodStatic memberSetInfo

Sets an integer info.

Public methodStatic memberSetWallCoordinates

Sets the current coordinates of the virtual window in the real world.

Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUseWallCoordinates

Returns a boolean telling the Camera to compute a view volume using the wall coordinates.

Top
See Also