⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global.h

📁 Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Mon
💻 H
📖 第 1 页 / 共 4 页
字号:
  {                                 Pattern_Solid,                 Pattern_LowTranslucent,       Pattern_MedTranslucent,      Pattern_HighTranslucent,     END_FillPat_e,               Pattern_Invalid = BadEnumValue   } FillPat_e; /*<help>"DEPRECATED: Replaced by Translucency_e"*/             typedef enum                       {                                 Translucency_Solid,                 Translucency_Low,       Translucency_Medium,      Translucency_High,     END_Translucency_e,               Translucency_Invalid = BadEnumValue   } Translucency_e;                    typedef enum  {    SunRaster_OldFormat,    SunRaster_Standard,    SunRaster_ByteEncoded,    END_SunRaster_e,    SunRaster_Invalid = BadEnumValue  } SunRaster_e;typedef enum  {    BoundaryCondition_Fixed,    BoundaryCondition_ZeroGradient,    BoundaryCondition_Zero2nd,    END_BoundaryCondition_e,    BoundaryCondition_Invalid = BadEnumValue  } BoundaryCondition_e;/* Note: *   In 2D: AxisMode_Independent and AxisMode_XYZDependent are used; *   in 3D: AxisMode_Independent, AxisMode_XYZDependent, and AxisMode_XYDependent are used. */typedef enum  {    AxisMode_Independent,    AxisMode_XYZDependent,    AxisMode_XYDependent,    END_AxisMode_e,    AxisMode_Invalid = BadEnumValue  } AxisMode_e;/*<help>"In 2D AxisMode_Independent and AxisMode_XYZDependent are used\n"*/               /*<help>"In 3D AxisMode_Independent, "*/               /*<help>"AxisMode_XYZDependent, and AxisMode_XYDependent are used."*/typedef enum  {    Quick_LineColor,    Quick_FillColor,    Quick_TextColor,    END_QuickColorMode_e,    Quick_Invalid = BadEnumValue  } QuickColorMode_e;typedef enum  {    LinePattern_Solid,    LinePattern_Dashed,    LinePattern_DashDot,    LinePattern_Dotted,    LinePattern_LongDash,    LinePattern_DashDotDot,    END_LinePattern_e,    LinePattern_Invalid = BadEnumValue  } LinePattern_e;typedef enum  {    Join_Miter,    Join_Round,    Join_Bevel,    END_LineJoin_e,    Join_Invalid = BadEnumValue  } LineJoin_e;typedef enum  {    Cap_Flat,    Cap_Round,    Cap_Square,    END_LineCap_e,    Cap_Invalid = BadEnumValue  } LineCap_e;typedef enum  {    GeomForm_LineSegs,    GeomForm_Rectangle,    GeomForm_Square,      /* New!  Make sure and convert old style sheets!!! */    GeomForm_Circle,    GeomForm_Ellipse,    GeomForm_LineSegs3D,    END_GeomForm_e,    GeomForm_Invalid = BadEnumValue  } GeomForm_e;/* Note: This replaces Element_e */typedef enum  {    ZoneType_Ordered,    ZoneType_FETriangle,    ZoneType_FEQuad,    ZoneType_FETetra,    ZoneType_FEBrick,    END_ZoneType_e,    ZoneType_Invalid = BadEnumValue  } ZoneType_e;typedef enum  {    ZoneOrder_I,    ZoneOrder_J,    ZoneOrder_K,    ZoneOrder_IJ,    ZoneOrder_IK,    ZoneOrder_JK,    ZoneOrder_IJK,    END_ZoneOrder_e,    ZoneOrder_Invalid = BadEnumValue  } ZoneOrder_e;typedef enum  {    DataFormat_IJKBlock,    DataFormat_IJKPoint,    DataFormat_FEBlock,    DataFormat_FEPoint,    END_DataFormat_e,    DataFormat_Invalid = BadEnumValue  } DataFormat_e;typedef enum  {    PD_HPGL,    PD_HPGL2,    PD_PS,    PD_LASERG, /* deprecated */    PD_EPS,    PD_WINDOWS, /* Windows Print Driver */    PD_WMF, /* Windows MetaFile (used from Export only) */    END_PrinterDriver_e,    PD_Invalid = BadEnumValue  } PrinterDriver_e;typedef enum  {    Image_None,    Image_TIFF,    Image_EPSI2,    Image_FRAME,    END_EPSPreviewImage_e,    Image_Invalid = BadEnumValue  } EPSPreviewImage_e;typedef enum  {    TIFFByteOrder_Intel,    TIFFByteOrder_Motorola,    END_TIFFByteOrder_e,    TIFFByteOrder_Invalid = BadEnumValue  } TIFFByteOrder_e;typedef enum  {    ExportFormat_RasterMetafile,    ExportFormat_TIFF,    ExportFormat_SGI,    ExportFormat_SunRaster,    ExportFormat_XWindows,    ExportFormat_PSImage,    ExportFormat_HPGL,    ExportFormat_HPGL2,    ExportFormat_PS,    ExportFormat_EPS,    ExportFormat_LaserGraphics, /* deprecated */    ExportFormat_WindowsMetafile,    ExportFormat_BMP,    ExportFormat_PNG,    ExportFormat_AVI,    ExportFormat_Custom,  /* May be used in a future version */    END_ExportFormat_e,    ExportFormat_Invalid = BadEnumValue  } ExportFormat_e;typedef enum  {    AnimationDest_Screen,    AnimationDest_AVI,    AnimationDest_RM,    END_AnimationDest_e,    AnimationDest_Invalid = BadEnumValue  } AnimationDest_e;/* CORE SOURCE CODE REMOVED */typedef enum  {    BitDumpRegion_CurrentFrame,    BitDumpRegion_AllFrames,    BitDumpRegion_WorkArea,    END_BitDumpRegion_e,    BitDumpRegion_Invalid = BadEnumValue  } BitDumpRegion_e;typedef enum  {    Paper_Letter,    Paper_Double,    Paper_A4,    Paper_A3,    Paper_Custom1,    Paper_Custom2,    END_PaperSize_e,    Paper_Invalid = BadEnumValue  } PaperSize_e;typedef enum  {    PaperUnitSpacing_HalfCentimeter,    PaperUnitSpacing_OneCentimeter,    PaperUnitSpacing_TwoCentimeters,    PaperUnitSpacing_QuarterInch,    PaperUnitSpacing_HalfInch,    PaperUnitSpacing_OneInch,    PaperUnitSpacing_TenPoints,    PaperUnitSpacing_TwentyFourPoints,    PaperUnitSpacing_ThirtySixPoints,    PaperUnitSpacing_FiftyPoints,    PaperUnitSpacing_SeventyTwoPoints,    PaperUnitSpacing_OneTenthInch,    PaperUnitSpacing_OneTenthCentimeter,    END_PaperUnitSpacing_e,    PaperUnitSpacing_Invalid = BadEnumValue  } PaperUnitSpacing_e;typedef enum  {    Palette_Monochrome,    Palette_PenPlotter,    Palette_Color,    END_Palette_e,    Palette_Invalid = BadEnumValue  } Palette_e;typedef enum  {    PrintRenderType_Vector,    PrintRenderType_Image,    END_PrintRenderType_e,    PrintRenderType_Invalid = BadEnumValue  } PrintRenderType_e;typedef enum  {    Units_Grid,    Units_Frame,    Units_Point,    Units_Screen,    END_Units_e,    Units_Invalid = BadEnumValue  } Units_e;typedef enum  {    Scale_Linear,    Scale_Log,    END_CoordScale_e,    Scale_Invalid = BadEnumValue  } CoordScale_e;typedef enum  {    CoordSys_Grid,    CoordSys_Frame,    CoordSys_FrameOffset,    CoordSys_Paper,    CoordSys_Screen,    CoordSys_Hardcopy,    END_CoordSys_e,    CoordSys_Invalid = BadEnumValue  } CoordSys_e;/* *  NOTE:  CoordSys_FrameOffset always is stored in inches internally. *         in stylesheet this may be written in other units if *         appropriate suffix is added. * */typedef enum  {    Scope_Global,    Scope_Local,    END_Scope_e,    Scope_Invalid = BadEnumValue  } Scope_e;typedef enum  {    TextAnchor_Left,    TextAnchor_Center,    TextAnchor_Right,    TextAnchor_MidLeft,    TextAnchor_MidCenter,    TextAnchor_MidRight,    TextAnchor_HeadLeft,    TextAnchor_HeadCenter,    TextAnchor_HeadRight,    TextAnchor_OnSide,    END_TextAnchor_e,    TextAnchor_Invalid = BadEnumValue  } TextAnchor_e;typedef enum  {    TextBox_None,    TextBox_Filled,    TextBox_Hollow,    END_TextBox_e,    TextBox_Invalid = BadEnumValue  } TextBox_e;typedef enum  {    GeomShape_Square,    GeomShape_Del,    GeomShape_Grad,    GeomShape_RTri,    GeomShape_LTri,    GeomShape_Diamond,    GeomShape_Circle,    GeomShape_Cube,    GeomShape_Sphere,    GeomShape_Tetra,    GeomShape_Pyramid,    END_GeomShape_e,    GeomShape_Invalid = BadEnumValue  } GeomShape_e;typedef enum  {    BasicSize_Tiny,    BasicSize_Small,    BasicSize_Medium,    BasicSize_Large,    BasicSize_Huge,    END_BasicSize_e,    BasicSize_Invalid = BadEnumValue  } BasicSize_e;/* * NOTE: LineForm_e is deprecated.  It must be retained to maintain *       backward compatibility with the TecUtil layer however. *       This has been replaced by CurveType_e. */typedef enum  {    LineForm_LineSeg,    LineForm_CurvFit,    LineForm_EToRFit,    LineForm_PowerFit,    LineForm_Spline,    LineForm_ParaSpline,    END_LineForm_e,    LineForm_Invalid = BadEnumValue  } LineForm_e;typedef enum  {    CurveType_LineSeg,    CurveType_CurvFit,    CurveType_EToRFit,    CurveType_PowerFit,    CurveType_Spline,    CurveType_ParaSpline,    CurveType_Extended,    END_CurveType_e,    CurveType_Invalid = BadEnumValue  } CurveType_e;typedef enum  {    Script_None,    Script_Super,    Script_Sub,    END_Script_e,    Script_Invalid = BadEnumValue  } Script_e;typedef enum  {    Font_Helvetica,    Font_HelveticaBold,    Font_Greek,    Font_Math,    Font_UserDefined,    Font_Times,    Font_TimesItalic,    Font_TimesBold,    Font_TimesItalicBold,    Font_Courier,    Font_CourierBold,    END_Font_e,    Font_Invalid = BadEnumValue  } Font_e;typedef enum  {    TwoDDrawOrder_ByZone,    TwoDDrawOrder_ByLayer,    END_TwoDDrawOrder_e,    TwoDDrawOrder_Invalid = BadEnumValue  } TwoDDrawOrder_e;/* * * NOTE: Streamtrace_TwoDLine is new.  All 2D *       streamtraces are assigned this value. */typedef enum  {    Streamtrace_SurfaceLine,    Streamtrace_SurfaceRibbon,    Streamtrace_VolumeLine,    Streamtrace_VolumeRibbon,    Streamtrace_VolumeRod,    Streamtrace_TwoDLine,    END_Streamtrace_e,    Streamtrace_Invalid = BadEnumValue  } Streamtrace_e;typedef enum  {    StreamDir_Forward,    StreamDir_Reverse,    StreamDir_Both,    END_StreamDir_e,    StreamDir_Invalid = BadEnumValue  } StreamDir_e;typedef enum  {    IsoSurfaceSelection_AllContourLevels,    IsoSurfaceSelection_OneSpecificValue,    IsoSurfaceSelection_TwoSpecificValues,    IsoSurfaceSelection_ThreeSpecificValues,    END_IsoSurfaceSelection_e,    IsoSurfaceSelection_Invalid = BadEnumValue  } IsoSurfaceSelection_e;typedef enum  {    FieldDataType_Reserved, /* never use */    FieldDataType_Float,    FieldDataType_Double,    FieldDataType_LongInt,    FieldDataType_ShortInt,    FieldDataType_Byte,    FieldDataType_Bit,    FieldDataType_IJKFunction,   /* Not used yet */    END_FieldDataType_e,    FieldDataType_Invalid = BadEnumValue  } FieldDataType_e;typedef enum  {    Mesh_Wireframe,    Mesh_Overlay,    Mesh_HiddenLine,    END_MeshPlotType_e,    Mesh_Invalid = BadEnumValue  } MeshPlotType_e;typedef enum  {    Contour_Lines,    Contour_Flood,    Contour_Overlay,    Contour_AverageCell,    Contour_CornerCell,    END_ContourPlotType_e,    Contour_Invalid = BadEnumValue  } ContourPlotType_e;typedef enum  {    Vector_TailAtPoint,    Vector_HeadAtPoint,    Vector_MidAtPoint,    Vector_HeadOnly,    END_VectorPlotType_e,    Vector_Invalid = BadEnumValue  } VectorPlotType_e;/* * NOTE: ShadePlotType_e is deprecated.  It must be retained to maintain *       backward compatibility with the TecUtil layer however. *       This has been replaced by LightingEffect_e. */typedef enum  {    Shade_SolidColor,    Shade_Paneled,    Shade_Gouraud,    Shade_ColoredPaneled,    Shade_ColoredGouraud,    END_ShadePlotType_e,    Shade_Invalid = BadEnumValue  } ShadePlotType_e;/* * NOTE: LightingEffect_None is Deprecated.  It must remain *       in the list to allow macro processing of older  *       (i.e. early v9) macros. */typedef enum  {

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -