24#ifndef _SB_PROJECTION_COORDINATES 
   25#define _SB_PROJECTION_COORDINATES 
   30#include <Inventor/STL/vector> 
   33#pragma warning ( push ) 
   34#pragma warning ( disable: 4251 ) 
  141  uint64_t m_projNodeId;
 
 
  145#pragma warning ( pop ) 
Cache projected coordinates.
 
SbBool cacheIsValid(SoNode *node)
Return whether the cache is valid or not.
 
void resetCache(SoNode *node)
Reset the cache.
 
void setProjection(SoProjection *projection)
Set associated projection.
 
~SbProjectionCoordinates()
Destructor.
 
SbVec3f * getCoordinates()
Return coordinates.
 
void initCoordinates(SoNode *node, int size)
Initialisation.
 
SbProjectionCoordinates(SoProjection *projection)
Constructor.
 
SbProjectionCoordinates()
Constructor.
 
Abstract base class for all database nodes.
 
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a>  Coordinate proje...