#include "Iguana/Inventor/interface/config.h"
#include <Inventor/SbLinear.h>
#include <Inventor/SbString.h>
Go to the source code of this file.
enum SbAreaStyle |
Definition at line 51 of file IgSbGraphicContext.h.
00052 { 00053 SbAreaSolid = 0, 00054 SbAreaHatched, 00055 SbAreaChecker 00056 } SbAreaStyle;
enum SbColorName |
Definition at line 75 of file IgSbGraphicContext.h.
00076 { 00077 SbColorAquamarine = 0, 00078 SbColorMediumaquamarine, 00079 SbColorBlack, /*2*/ 00080 SbColorBlue, /*3*/ 00081 SbColorCadetblue, 00082 SbColorCornflowerblue, 00083 SbColorDarkslateblue, 00084 SbColorLightblue, 00085 SbColorLightsteelblue, 00086 SbColorMediumblue, 00087 SbColorMediumslateblue, /*10*/ 00088 SbColorMidnightblue, 00089 SbColorNavyblue, 00090 SbColorNavy, 00091 SbColorSkyblue, 00092 SbColorSlateblue, 00093 SbColorSteelblue, 00094 SbColorCoral, 00095 SbColorCyan, /*18*/ 00096 SbColorFirebrick, 00097 SbColorBrown, /*20*/ 00098 SbColorGold, 00099 SbColorGoldenrod, 00100 SbColorGreen, /*23*/ 00101 SbColorDarkgreen, 00102 SbColorDarkolivegreen, 00103 SbColorForestgreen, 00104 SbColorLimegreen, 00105 SbColorMediumseagreen, 00106 SbColorMediumspringgreen, 00107 SbColorPalegreen, /*30*/ 00108 SbColorSeagreen, 00109 SbColorSpringgreen, 00110 SbColorYellowgreen, 00111 SbColorDarkslategrey, 00112 SbColorDimgrey, 00113 SbColorLightgrey, 00114 SbColorGrey, 00115 SbColorKhaki, 00116 SbColorMagenta, /*39*/ 00117 SbColorMaroon, /*40*/ 00118 SbColorOrange, 00119 SbColorOrchid, 00120 SbColorDarkorchid, 00121 SbColorMediumorchid, 00122 SbColorPink, 00123 SbColorPlum, 00124 SbColorRed, /*47*/ 00125 SbColorIndianred, 00126 SbColorMediumvioletred, 00127 SbColorOrangered, /*50*/ 00128 SbColorVioletred, 00129 SbColorSalmon, 00130 SbColorSienna, 00131 SbColorTan, 00132 SbColorThistle, 00133 SbColorTurquoise, 00134 SbColorDarkturquoise, 00135 SbColorMediumturquoise, 00136 SbColorViolet, 00137 SbColorBlueviolet, /*60*/ 00138 SbColorWheat, 00139 SbColorWhite, /*62*/ 00140 SbColorYellow, /*63*/ 00141 SbColorGreenyellow /*64*/ 00142 } SbColorName;
enum SbLineStyle |
Definition at line 32 of file IgSbGraphicContext.h.
00033 { 00034 SbLineSolid = 0, 00035 SbLineDashed, 00036 SbLineDotted, 00037 SbLineDashDotted 00038 } SbLineStyle;
enum SbMarkerStyle |
SbMarkerDot | |
SbMarkerPlus | |
SbMarkerAsterisk | |
SbMarkerCircle | |
SbMarkerCross | |
SbMarkerStar | |
SbMarkerTriangle |
Definition at line 40 of file IgSbGraphicContext.h.
00041 { 00042 SbMarkerDot = 0, 00043 SbMarkerPlus, 00044 SbMarkerAsterisk, 00045 SbMarkerCircle, 00046 SbMarkerCross, 00047 SbMarkerStar, 00048 SbMarkerTriangle 00049 } SbMarkerStyle;
enum SbModelingPolicy |
Definition at line 58 of file IgSbGraphicContext.h.
00059 { 00060 SbModelingWireFrame, 00061 SbModelingSolid, 00062 SbModelingCloud, 00063 SbModelingSegments, 00064 SbModelingPoints 00065 } SbModelingPolicy;
enum SbPaintingPolicy |
Definition at line 67 of file IgSbGraphicContext.h.
00068 { 00069 SbPaintingColor, 00070 SbPaintingShadow, 00071 SbPaintingLUT, 00072 SbPaintingGradient 00073 } SbPaintingPolicy;
enum SbPrimitiveType |
SbPrimitivePoints | |
SbPrimitiveLineStrip | |
SbPrimitiveLineLoop | |
SbPrimitiveLines | |
SbPrimitivePolygon |
Definition at line 23 of file IgSbGraphicContext.h.
00024 { 00025 SbPrimitivePoints, 00026 SbPrimitiveLineStrip, 00027 SbPrimitiveLineLoop, 00028 SbPrimitiveLines, 00029 SbPrimitivePolygon 00030 } SbPrimitiveType;
SbString* SbStringCreateF | ( | int | , | |
char * | , | |||
... | ||||
) |