SoTextureCoordinateElement Class Reference
[Elements]

Stores the current texture coordinates. More...

#include <Inventor/elements/SoTextureCoordinateElement.h>

Inheritance diagram for SoTextureCoordinateElement:
SoReplacedTextureElement SoElement SoTypedObject SoGLTextureCoordinateElement

List of all members.

Classes

struct  SoTexCoordData

Public Types

enum  CoordType {
  EXPLICIT = 1,
  FUNCTION = 2
}

Public Member Functions

virtual CoordType getType (int unit=0) const
const SbVec4fget (const SbVec3f &point, const SbVec3f &normal, int unit=0) const
int32_t getNum (int unit=0) const
SbBool is2D (int unit=0) const
SbBool isForceSending (int unit=0) const
const SbVec2fget2 (int index, int unit=0) const
const SbVec4fget4 (int index, int unit=0) const
virtual void print (FILE *fp) const
virtual void push (SoState *)

Static Public Member Functions

static SoType getClassTypeId ()
static int getClassStackIndex ()
static void setDefault (SoState *state, SoNode *node)
static void setFunction (SoState *state, SoNode *node, SoTextureCoordinateFunctionCB *func, void *userData, SbBool frcSend=FALSE)
static void set2 (SoState *state, SoNode *node, int32_t numCoords, const SbVec2f *coords, SbBool frcSend=FALSE)
static void set4 (SoState *state, SoNode *node, int32_t numCoords, const SbVec4f *coords, SbBool frcSend=FALSE)
static CoordType getType (SoState *state, int unit=0)
static const
SoTextureCoordinateElement
getInstance (SoState *state)

Detailed Description

Stores the current texture coordinates.

This element stores the current texture coordinates.

SEE ALSO

SoTextureCoordinate2


Member Enumeration Documentation

The choice of values is for compatibility with Open Inventor 2.0 binary format files.

Enumerator:
EXPLICIT 
FUNCTION 

Member Function Documentation

const SbVec4f& SoTextureCoordinateElement::get ( const SbVec3f point,
const SbVec3f normal,
int  unit = 0 
) const

Given point and normal, returns texture coordinate.

(The r coordinate will be 0.0 and the q will be 1.0 until we get 3D texture coordinate functions.)

const SbVec2f& SoTextureCoordinateElement::get2 ( int  index,
int  unit = 0 
) const

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

const SbVec4f& SoTextureCoordinateElement::get4 ( int  index,
int  unit = 0 
) const
static int SoTextureCoordinateElement::getClassStackIndex (  )  [static]

Returns the stack id for this element.

Reimplemented from SoReplacedTextureElement.

Reimplemented in SoGLTextureCoordinateElement.

static SoType SoTextureCoordinateElement::getClassTypeId (  )  [static]

Returns the type identifier for this class.

Reimplemented from SoReplacedTextureElement.

Reimplemented in SoGLTextureCoordinateElement.

static const SoTextureCoordinateElement* SoTextureCoordinateElement::getInstance ( SoState state  )  [static]

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

The get routines are called on an instance because it is more efficient than calling a static method that looks up the element in the state for every coordinate.

Reimplemented in SoGLTextureCoordinateElement.

int32_t SoTextureCoordinateElement::getNum ( int  unit = 0  )  const

Returns the number of coordinate points in an instance.

virtual CoordType SoTextureCoordinateElement::getType ( int  unit = 0  )  const [virtual]

Reimplemented in SoGLTextureCoordinateElement.

static CoordType SoTextureCoordinateElement::getType ( SoState state,
int  unit = 0 
) [static]

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

SbBool SoTextureCoordinateElement::is2D ( int  unit = 0  )  const
SbBool SoTextureCoordinateElement::isForceSending ( int  unit = 0  )  const
virtual void SoTextureCoordinateElement::print ( FILE *  fp  )  const [virtual]

Prints element (for debugging).

Reimplemented from SoReplacedTextureElement.

virtual void SoTextureCoordinateElement::push ( SoState  )  [virtual]

Overrides push() method to copy values from next instance in the stack.

Reimplemented from SoReplacedTextureElement.

Reimplemented in SoGLTextureCoordinateElement.

static void SoTextureCoordinateElement::set2 ( SoState state,
SoNode node,
int32_t  numCoords,
const SbVec2f coords,
SbBool  frcSend = FALSE 
) [static]
static void SoTextureCoordinateElement::set4 ( SoState state,
SoNode node,
int32_t  numCoords,
const SbVec4f coords,
SbBool  frcSend = FALSE 
) [static]
static void SoTextureCoordinateElement::setDefault ( SoState state,
SoNode node 
) [static]

Sets the current texture coordinates, in any of several ways: EXPLICIT, no coordinates (shapes will generate).

static void SoTextureCoordinateElement::setFunction ( SoState state,
SoNode node,
SoTextureCoordinateFunctionCB func,
void *  userData,
SbBool  frcSend = FALSE 
) [static]

The documentation for this class was generated from the following file:

Open Inventor by FEI reference manual, generated on 19 Aug 2019
Copyright © FEI S.A.S. All rights reserved.
http://www.openinventor.com/