CMS 3D CMS Logo

IgSbGraphicContext.h File Reference

#include "Iguana/Inventor/interface/config.h"
#include <Inventor/SbLinear.h>
#include <Inventor/SbString.h>

Go to the source code of this file.

Classes

class  SbGraphicContext
class  SbPainterContext

Enumerations

enum  SbAreaStyle { SbAreaSolid = 0, SbAreaHatched, SbAreaChecker }
enum  SbColorName {
  SbColorAquamarine = 0, SbColorMediumaquamarine, SbColorBlack, SbColorBlue,
  SbColorCadetblue, SbColorCornflowerblue, SbColorDarkslateblue, SbColorLightblue,
  SbColorLightsteelblue, SbColorMediumblue, SbColorMediumslateblue, SbColorMidnightblue,
  SbColorNavyblue, SbColorNavy, SbColorSkyblue, SbColorSlateblue,
  SbColorSteelblue, SbColorCoral, SbColorCyan, SbColorFirebrick,
  SbColorBrown, SbColorGold, SbColorGoldenrod, SbColorGreen,
  SbColorDarkgreen, SbColorDarkolivegreen, SbColorForestgreen, SbColorLimegreen,
  SbColorMediumseagreen, SbColorMediumspringgreen, SbColorPalegreen, SbColorSeagreen,
  SbColorSpringgreen, SbColorYellowgreen, SbColorDarkslategrey, SbColorDimgrey,
  SbColorLightgrey, SbColorGrey, SbColorKhaki, SbColorMagenta,
  SbColorMaroon, SbColorOrange, SbColorOrchid, SbColorDarkorchid,
  SbColorMediumorchid, SbColorPink, SbColorPlum, SbColorRed,
  SbColorIndianred, SbColorMediumvioletred, SbColorOrangered, SbColorVioletred,
  SbColorSalmon, SbColorSienna, SbColorTan, SbColorThistle,
  SbColorTurquoise, SbColorDarkturquoise, SbColorMediumturquoise, SbColorViolet,
  SbColorBlueviolet, SbColorWheat, SbColorWhite, SbColorYellow,
  SbColorGreenyellow
}
enum  SbLineStyle { SbLineSolid = 0, SbLineDashed, SbLineDotted, SbLineDashDotted }
enum  SbMarkerStyle {
  SbMarkerDot = 0, SbMarkerPlus, SbMarkerAsterisk, SbMarkerCircle,
  SbMarkerCross, SbMarkerStar, SbMarkerTriangle
}
enum  SbModelingPolicy {
  SbModelingWireFrame, SbModelingSolid, SbModelingCloud, SbModelingSegments,
  SbModelingPoints
}
enum  SbPaintingPolicy { SbPaintingColor, SbPaintingShadow, SbPaintingLUT, SbPaintingGradient }
enum  SbPrimitiveType {
  SbPrimitivePoints, SbPrimitiveLineStrip, SbPrimitiveLineLoop, SbPrimitiveLines,
  SbPrimitivePolygon
}

Functions

SbString * SbStringCreateF (int, char *,...)


Enumeration Type Documentation

enum SbAreaStyle

Enumerator:
SbAreaSolid 
SbAreaHatched 
SbAreaChecker 

Definition at line 51 of file IgSbGraphicContext.h.

00052 {
00053     SbAreaSolid = 0,
00054     SbAreaHatched,
00055     SbAreaChecker
00056 } SbAreaStyle;

enum SbColorName

Enumerator:
SbColorAquamarine 
SbColorMediumaquamarine 
SbColorBlack 
SbColorBlue 
SbColorCadetblue 
SbColorCornflowerblue 
SbColorDarkslateblue 
SbColorLightblue 
SbColorLightsteelblue 
SbColorMediumblue 
SbColorMediumslateblue 
SbColorMidnightblue 
SbColorNavyblue 
SbColorNavy 
SbColorSkyblue 
SbColorSlateblue 
SbColorSteelblue 
SbColorCoral 
SbColorCyan 
SbColorFirebrick 
SbColorBrown 
SbColorGold 
SbColorGoldenrod 
SbColorGreen 
SbColorDarkgreen 
SbColorDarkolivegreen 
SbColorForestgreen 
SbColorLimegreen 
SbColorMediumseagreen 
SbColorMediumspringgreen 
SbColorPalegreen 
SbColorSeagreen 
SbColorSpringgreen 
SbColorYellowgreen 
SbColorDarkslategrey 
SbColorDimgrey 
SbColorLightgrey 
SbColorGrey 
SbColorKhaki 
SbColorMagenta 
SbColorMaroon 
SbColorOrange 
SbColorOrchid 
SbColorDarkorchid 
SbColorMediumorchid 
SbColorPink 
SbColorPlum 
SbColorRed 
SbColorIndianred 
SbColorMediumvioletred 
SbColorOrangered 
SbColorVioletred 
SbColorSalmon 
SbColorSienna 
SbColorTan 
SbColorThistle 
SbColorTurquoise 
SbColorDarkturquoise 
SbColorMediumturquoise 
SbColorViolet 
SbColorBlueviolet 
SbColorWheat 
SbColorWhite 
SbColorYellow 
SbColorGreenyellow 

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

Enumerator:
SbLineSolid 
SbLineDashed 
SbLineDotted 
SbLineDashDotted 

Definition at line 32 of file IgSbGraphicContext.h.

00033 {
00034     SbLineSolid = 0,
00035     SbLineDashed,
00036     SbLineDotted,
00037     SbLineDashDotted
00038 } SbLineStyle; 

enum SbMarkerStyle

Enumerator:
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

Enumerator:
SbModelingWireFrame 
SbModelingSolid 
SbModelingCloud 
SbModelingSegments 
SbModelingPoints 

Definition at line 58 of file IgSbGraphicContext.h.

enum SbPaintingPolicy

Enumerator:
SbPaintingColor 
SbPaintingShadow 
SbPaintingLUT 
SbPaintingGradient 

Definition at line 67 of file IgSbGraphicContext.h.

enum SbPrimitiveType

Enumerator:
SbPrimitivePoints 
SbPrimitiveLineStrip 
SbPrimitiveLineLoop 
SbPrimitiveLines 
SbPrimitivePolygon 

Definition at line 23 of file IgSbGraphicContext.h.


Function Documentation

SbString* SbStringCreateF ( int  ,
char *  ,
  ... 
)


Generated on Tue Jun 9 17:54:14 2009 for CMSSW by  doxygen 1.5.4