Open Inventor Reference
SoVertexProperty.h File Reference

Go to the source code of this file.

Classes

class  SoVertexProperty
 Vertex property node. More...
 
class  SoVertexPropertyCache
 

Typedefs

typedef void SoVPCacheFunc(const char *)
 Description: The SoVertexPropertyCache class is a convenient way for vertex-based shapes to store information on how they should render themselves. More...
 

Typedef Documentation

◆ SoVPCacheFunc

typedef void SoVPCacheFunc(const char *)

It takes care of some messiness that they'd otherwise have to figure out. It is designed to be a very lightweight class.

Definition at line 262 of file SoVertexProperty.h.