Open Inventor Reference
SoNormalCache Class Reference

Class SoNormalCache: More...

#include <Inventor/caches/SoNormalCache.h>

Inheritance diagram for SoNormalCache:
SoCache

List of all members.

Public Member Functions

 SoNormalCache (SoState *state)
 Constructor and destructor.
 ~SoNormalCache ()
void set (int numNormals, const SbVec3f *normals)
 Stores a list of normals in the cache.
int getNum () const
 Returns the number of normals and list of normals.
const SbVec3fgetNormals () const

Detailed Description

A normal cache stores a list of normals.

Definition at line 71 of file SoNormalCache.h.


Constructor & Destructor Documentation

SoNormalCache::SoNormalCache ( SoState state)
SoNormalCache::~SoNormalCache ( )

Member Function Documentation

const SbVec3f* SoNormalCache::getNormals ( ) const [inline]

Definition at line 83 of file SoNormalCache.h.

int SoNormalCache::getNum ( ) const [inline]

Definition at line 82 of file SoNormalCache.h.

void SoNormalCache::set ( int  numNormals,
const SbVec3f normals 
)

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