#include "Iguana/Inventor/interface/config.h"
#include <Inventor/SbBox.h>
#include <Inventor/nodes/SoSwitch.h>
#include <Inventor/fields/SoSFPlane.h>
#include <Inventor/fields/SoSFUInt32.h>
#include <Inventor/fields/SoSFBool.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/fields/SoSFFloat.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | IgSoFieldPlane |
An Inventor representing an arbitrary planar slice of a field. More... | |
struct | IgSoFieldPlane::RegionInfo |
struct | IgSoFieldPlane::WindowInfo |
Variables | |
static unsigned const | X_AXIS = 0 |
static unsigned const | Z_AXIS = 1 |
unsigned const X_AXIS = 0 [static] |
Definition at line 19 of file IgSoFieldPlane.h.
Referenced by IgSoFieldPlane::calcColorMags(), IgSoFieldPlane::correctDetailedSize(), IgSoFieldPlane::correctOriginAndGetMask(), IgSoFieldPlane::determineCorners(), IgSoGridPlaneMap::generatePrimitives(), IgSoGridPlaneMap::GLRender(), IgSoFieldPlane::initializeParameters(), and IgSoFieldPlane::transferValuesToMap().
unsigned const Z_AXIS = 1 [static] |
Definition at line 20 of file IgSoFieldPlane.h.
Referenced by IgSoFieldPlane::calcColorMags(), IgSoFieldPlane::correctDetailedSize(), IgSoFieldPlane::correctOriginAndGetMask(), IgSoFieldPlane::determineCorners(), IgSoGridPlaneMap::generatePrimitives(), IgSoGridPlaneMap::GLRender(), IgSoFieldPlane::initializeParameters(), and IgSoFieldPlane::transferValuesToMap().