1#ifndef COIN_SOMFPLANE_H
2#define COIN_SOMFPLANE_H
36#include <Inventor/fields/SoMField.h>
37#include <Inventor/fields/SoSubField.h>
38#include <Inventor/SbPlane.h>
40class COIN_DLL_API SoMFPlane :
public SoMField {
49 virtual int getNumValuesPerLine(
void)
const;
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:43
SoMField(void)
Definition SoMField.cpp:335
static void initClass(void)
Definition SoMField.cpp:317