Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoBBoxCacheElement.h File Reference

Go to the source code of this file.

Enumerations

enum  CacheMode {
  DONT_CACHE = 0 ,
  DO_CACHE = 1
}
 

Functions

static int getClassStackIndex ()
 Returns the stack id for this element.
 
static void set (SoState *state, CacheMode cacheMode)
 Sets the boundingBox cache mode.
 
static CacheMode get (SoState *state)
 Returns cache mode.
 
virtual void print (FILE *fp) const
 Prints element (for debugging).
 
virtual void push (SoState *state)
 Override push() method to keep GL up to date.
 
Deprecated
virtual SoDEPRECATED void pop (SoState *state, const SoElement *prevTopElement)
 Override pop() method to keep GL up to date.
 

Enumeration Type Documentation

◆ CacheMode

enum CacheMode
Enumerator
DONT_CACHE 
DO_CACHE 

Definition at line 39 of file SoBBoxCacheElement.h.

Function Documentation

◆ get()

static CacheMode get ( SoState state)
static

Returns cache mode.

◆ getClassStackIndex()

static int getClassStackIndex ( )
static

Returns the stack id for this element.


◆ pop()

virtual SoDEPRECATED void pop ( SoState state,
const SoElement prevTopElement 
)
virtual

Override pop() method to keep GL up to date.

◆ print()

void print ( FILE *  fp) const
virtual

Prints element (for debugging).

◆ push()

virtual void push ( SoState state)
virtual

Override push() method to keep GL up to date.

◆ set()

static void set ( SoState state,
CacheMode  cacheMode 
)
static

Sets the boundingBox cache mode.