1#ifndef SMALLCHANGE_SMOCEANKIT_H
2#define SMALLCHANGE_SMOCEANKIT_H
4#include <Inventor/SbBasic.h>
5#if defined(__COIN__) && (COIN_MAJOR_VERSION >= 3)
30#include <Inventor/nodekits/SoSubKit.h>
31#include <Inventor/nodekits/SoBaseKit.h>
32#include <Inventor/fields/SoSFVec2f.h>
33#include <Inventor/fields/SoSFVec3f.h>
34#include <Inventor/fields/SoSFFloat.h>
35#include <Inventor/fields/SoSFBool.h>
36#include <Inventor/SbVec2f.h>
37#include <SmallChange/basic.h>
42class SbViewportRegion;
45 typedef SoBaseKit inherited;
47 SO_KIT_HEADER(SmOceanKit);
49 SO_KIT_CATALOG_ENTRY_HEADER(utmposition);
50 SO_KIT_CATALOG_ENTRY_HEADER(material);
53 SO_KIT_CATALOG_ENTRY_HEADER(callback);
59 SO_KIT_CATALOG_ENTRY_HEADER(
envMap);
61 SO_KIT_CATALOG_ENTRY_HEADER(
shader);
66 static void initClass(
void);
67 float getElevation(
float x,
float y);
99 virtual void setDefaultOnNonWritingFields(
void);
100 virtual ~SmOceanKit();
Definition misc/SbList.h:69