Provided by: libcoin80-doc_3.1.4~abc9f50-4ubuntu2_all 

NAME
SoTextureCoordinateCache -
SYNOPSIS
#include <Inventor/caches/SoTextureCoordinateCache.h>
Inherits SoCache.
Public Member Functions
SoTextureCoordinateCache (SoState *const state)
virtual ~SoTextureCoordinateCache ()
void generate (const SbBox3f &bbox, const SbVec3f *vertices, const int numvertices)
const SbVec2f * get (void) const
int getNum (void) const
Additional Inherited Members
Detailed Description
The SoTextureCoordinateClass is used to cache generated texture coordinates.
Constructor & Destructor Documentation
SoTextureCoordinateCache::SoTextureCoordinateCache (SoState *conststate)
Constructor.
SoTextureCoordinateCache::~SoTextureCoordinateCache () [virtual]
Destructor.
Member Function Documentation
void SoTextureCoordinateCache::generate (const SbBox3f &bbox, const SbVec3f *vertices, const intnumvertices)
Generates texture coordinates based on the bounding box of the geometry. This is usually called default
texture coordinates in OIV.
const SbVec2f * SoTextureCoordinateCache::get (void) const
Returns the generated texture coordinates.
int SoTextureCoordinateCache::getNum (void) const
Returns the number of generated texture coordinates.
Author
Generated automatically by Doxygen for Coin from the source code.
Version 4.0.0a Wed Feb 26 2014 SoTextureCoordinateCache(3)