1#ifndef SM_SCENERYVIEWELEMENT_H
2#define SM_SCENERYVIEWELEMENT_H
27#include <Inventor/elements/SoElement.h>
28#include <Inventor/elements/SoSubElement.h>
30#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
31#include <SoWinLeaveScope.h>
34#include <SmallChange/basic.h>
42 static void initClass(
void);
49 virtual void init(SoState * state);
50 virtual void push(SoState * state);
51 virtual void pop(SoState * state,
const SoElement * prevTopElement);
53 virtual SbBool matches(
const SoElement * element)
const;
54 virtual SoElement * copyMatchInfo(
void)
const;
60#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
61#include <SoWinEnterScope.h>
Definition SmSceneryViewElement.h:37