#include "Iguana/Inventor/interface/IgSoG4Torus.h"
#include <Inventor/nodes/SoNurbsSurface.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoCoordinate4.h>
#include <Inventor/actions/SoGetBoundingBoxAction.h>
Go to the source code of this file.
Defines | |
#define | SO_TORUS_U_DIM 7 |
#define | SO_TORUS_U_ORDER 3 |
#define | SO_TORUS_V_DIM 7 |
#define | SO_TORUS_V_ORDER 3 |
Functions | |
SO_KIT_SOURCE (IgSoG4Torus) | |
Variables | |
const int | NPTS = SO_TORUS_U_DIM * SO_TORUS_V_DIM |
const float | u_knot_vals [] = {0, 0, 0, 1, 1, 2, 2, 3, 3, 3} |
const float | v_knot_vals [] = {0, 0, 0, 1, 1, 2, 2, 3, 3, 3} |
#define SO_TORUS_U_DIM 7 |
#define SO_TORUS_U_ORDER 3 |
#define SO_TORUS_V_DIM 7 |
#define SO_TORUS_V_ORDER 3 |
SO_KIT_SOURCE | ( | IgSoG4Torus | ) |
const float u_knot_vals[] = {0, 0, 0, 1, 1, 2, 2, 3, 3, 3} |
Definition at line 19 of file IgSoG4Torus.cc.
Referenced by IgSoG4Torus::refresh(), and IgSoPcon::refresh().
const float v_knot_vals[] = {0, 0, 0, 1, 1, 2, 2, 3, 3, 3} |
Definition at line 20 of file IgSoG4Torus.cc.
Referenced by IgSoG4Torus::refresh(), and IgSoPcon::refresh().