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

📄 global.h

📁 Handles Hexahedral, Tetrahedral, Quadrilateral, and Triangle meshes. Lagrangian, Hierarchic, and Mon
💻 H
📖 第 1 页 / 共 4 页
字号:
    AssignOp_ConvertFromPix,    END_AssignOp_e,    AssignOp_Invalid = BadEnumValue  } AssignOp_e;typedef enum  {    Dialog_ColorMap,    Dialog_Equation,    Dialog_MacroViewer,    Dialog_PlotAttributes,    Dialog_QuickEdit,    Dialog_QuickMacroPanel,    END_Dialog_e,    Dialog_Invalid = BadEnumValue  } Dialog_e; /* <help> "Tecplot dialog types" */typedef enum  {    ProcessXYMode_Draw,    ProcessXYMode_GetXYMinMax,    ProcessXYMode_GetSinglePick,    ProcessXYMode_CheckOnlyForGroupPick,    ProcessXYMode_GetGroupPick,    ProcessXYMode_GetFirstValidDataPoint,    ProcessXYMode_GetNearestPoint,    ProcessXYMode_GetDependentValue,    ProcessXYMode_DisplayCurveCoef,    ProcessXYMode_WriteCurveCoef,    ProcessXYMode_WriteCurvePoints,    ProcessXYMode_InsertLabels,    END_ProcessXYMode_e,    ProcessXYMode_Invalid = BadEnumValue  } ProcessXYMode_e;typedef enum  {    StyleBase_Factory,    StyleBase_Config,    END_StyleBase_e,    StyleBase_Invalid = BadEnumValue  } StyleBase_e;typedef enum  {    ReadDataOption_NewData,    ReadDataOption_AppendData,    ReadDataOption_ReplaceData,    END_ReadDataOption_e,    ReadDataOption_Invalid = BadEnumValue  } ReadDataOption_e;typedef enum  {    NodeLabel_Index,    NodeLabel_VarValue,    NodeLabel_XAndYVarValue,    END_NodeLabel_e,    NodeLabel_Invalid = BadEnumValue  } NodeLabel_e;typedef enum  {    SubBoundaryEditOption_All,    SubBoundaryEditOption_Add,    SubBoundaryEditOption_Remove,    SubBoundaryEditOption_AddOnly,    END_SubBoundaryEditOption_e,    SubBoundaryEditOption_Invalid = BadEnumValue  } SubBoundaryEditOption_e;typedef enum  {    PointerStyle_Undefined,    PointerStyle_Normal,    PointerStyle_Adjuster,    PointerStyle_AllDirections,    PointerStyle_Rotate,    PointerStyle_Zoom,    PointerStyle_Locate,    PointerStyle_UpperLeftBracket,    PointerStyle_UpperRightBracket,    PointerStyle_LeftBracket,    PointerStyle_LowerLeftBracket,    PointerStyle_LowerRightBracket,    PointerStyle_RightBracket,    PointerStyle_BottomBracket,    PointerStyle_TopBracket,    PointerStyle_UpDown,    PointerStyle_LeftRight,    PointerStyle_Waiting,    END_PointerStyle_e,    PointerStyle_Invalid = BadEnumValue  } PointerStyle_e;typedef enum  {    NotEditing,    ActivelyEditing,    WasEditing,    END_SingleEditState_e,    EditingInvalid = BadEnumValue  } SingleEditState_e;typedef enum  {    SetValue_Ok,    SetValue_DuplicateValue,    SetValue_InvalidCommandOption,    SetValue_NoAttachedDatasetError,    SetValue_NoAttachedFrameError,    SetValue_NotAllowedInConfigError,    SetValue_ValueRangeError,    SetValue_ValueSyntaxError,    SetValue_AssignOpError,    SetValue_InvalidVarOrZone,    SetValue_InternalMemoryError,    SetValue_ContextError1,    SetValue_ContextError2,    SetValue_OnlyAllowedInConfigError,    END_SetValueReturnCode_e,    SetValue_Invalid = BadEnumValue  } SetValueReturnCode_e; typedef enum  {    ObjectAlign_LeftJustify,    ObjectAlign_RightJustify,    ObjectAlign_Center,    ObjectAlign_Top,    ObjectAlign_Bottom,    END_ObjectAlign_e,    ObjectAlign_Invalid = BadEnumValue  } ObjectAlign_e;/* * For 3D axis labels only. */typedef enum  {    LabelAlignment_ByAngle,    LabelAlignment_AlongAxis,    LabelAlignment_PerpendicularToAxis,    END_LabelAlignment_e,    LabelAlignment_Invalid = BadEnumValue  } LabelAlignment_e; /* <help> Label alignment for 3D axis labels only" */typedef enum  {    View_Fit,    View_DataFit,    View_AxisFit,    View_Scale,    View_Center,    View_Translate,    View_Zoom,    View_Last,    View_Copy,    View_Paste,    View_Push,    END_View_e,    View_Invalid = BadEnumValue  } View_e;typedef enum  {    WorkspaceView_FitSelectedFrames,    WorkspaceView_FitAllFrames,    WorkspaceView_FitPaper,    WorkspaceView_Maximize,    WorkspaceView_LastView,    WorkspaceView_Zoom,    WorkspaceView_Translate,    END_WorkspaceView_e,    WorkspaceView_Invalid = BadEnumValue  } WorkspaceView_e;typedef enum  {    Arrowhead_Plain,    Arrowhead_Filled,    Arrowhead_Hollow,    END_ArrowheadStyle_e,    Arrowhead_Invalid = BadEnumValue  } ArrowheadStyle_e;typedef enum  {    ArrowheadAttach_None,    ArrowheadAttach_AtBeginning,    ArrowheadAttach_AtEnd,    ArrowheadAttach_AtBothEnds,    END_ArrowheadAttachment_e,    ArrowheadAttach_Invalid = BadEnumValue  } ArrowheadAttachment_e;typedef enum  {    StatusInfo_Hover,    StatusInfo_Identify,    StatusInfo_Instruction,    StatusInfo_Working,    END_StatusInfo_e,    StatusInfo_Invalid = BadEnumValue  } StatusInfo_e;typedef enum  {    Frame_Empty,    Frame_ThreeD,    Frame_TwoD,    Frame_XY,    Frame_Sketch,    END_FrameMode_e,    Frame_Invalid = BadEnumValue  } FrameMode_e;typedef enum  {    PickObject_None,    PickObject_Frame,    PickObject_Axis,    PickObject_3DOrientationAxis,    PickObject_Geom,    PickObject_Text,    PickObject_ContourLegend,    PickObject_ContourLabel,    PickObject_ScatterLegend,    PickObject_XYLegend,    PickObject_ReferenceVector,    PickObject_ReferenceScatterSymbol,    PickObject_StreamtracePosition,    PickObject_StreamtraceTermLine,    PickObject_Paper,    PickObject_Zone,    PickObject_XYMapping,    PickObject_StreamtraceCOB,    PickObject_SliceCOB,    PickObject_IsoSurfaceCOB,    END_PickObjects_e,    PickObject_Invalid = BadEnumValue  } PickObjects_e;typedef enum  {    AxisSubObject_GridArea,    AxisSubObject_AxisLine,    AxisSubObject_Title,    END_AxisSubObject_e,    AxisSubObject_Invalid = BadEnumValue  } AxisSubObject_e;typedef enum  {    AltMouseButtonMode_Regen,    AltMouseButtonMode_RevertToSelect,    END_AltMouseButtonMode_e,    AltMouseButtonMode_Invalid = BadEnumValue  } AltMouseButtonMode_e;typedef enum  {    Mouse_NoMode,    Mouse_Select,    Mouse_Adjust,    Mouse_Zoom,    Mouse_Translate,    Mouse_Probe,    Mouse_Text,    Mouse_GeomPolyline,    Mouse_GeomSquare,    Mouse_GeomCircle,    Mouse_GeomRectangle,    Mouse_GeomEllipse,    Mouse_GeomSpline,    Mouse_CreateFrame,    Mouse_RotateSpherical,    Mouse_RotateRollerBall,    Mouse_RotateTwist,    Mouse_RotateXAxis,    Mouse_RotateYAxis,    Mouse_RotateZAxis,    Mouse_ContourLabel,    Mouse_ContourAdd,    Mouse_ContourDelete,    Mouse_StreamPoints,    Mouse_StreamEndLine,    Mouse_ExtractPoints,    Mouse_ExtractLine,    Mouse_CreateRectangularZone,    Mouse_CreateCircularZone,    Mouse_Slice,    Mouse_User1,    Mouse_User2,    Mouse_User3,    Mouse_User4,    END_MouseButtonMode_e,    Mouse_Invalid = BadEnumValue  } MouseButtonMode_e;typedef enum  {    DetailsButtonState_QuickEdit,    DetailsButtonState_ObjectDetails,    DetailsButtonState_ToolDetails,    END_DetailsButtonState_e,    DetailsButtonState_Invalid = BadEnumValue  } DetailsButtonState_e;typedef enum  {    Event_ButtonPress,    Event_ButtonRelease,    Event_ButtonDoublePress,    Event_Motion,    Event_Drag,    Event_KeyPress,    END_Event_e,    Event_Invalid = BadEnumValue  } Event_e;typedef enum  {    ObjectDrawMode_DrawFirst,    ObjectDrawMode_Move,    ObjectDrawMode_Remove,    ObjectDrawMode_Place,    END_ObjectDrawMode_e,    ObjectDrawMode_Invalid = BadEnumValue  } ObjectDrawMode_e;typedef enum  {    ThreeDViewChangeDrawLevel_Full,    ThreeDViewChangeDrawLevel_Trace,    END_ThreeDViewChangeDrawLevel_e,    ThreeDViewChangeDrawLevel_Invalid = BadEnumValue  } ThreeDViewChangeDrawLevel_e; /* <help> "ThreeDViewChangeDrawLevel is deprecated. Use PlotApproximateMode.\n"*/typedef enum  {    NonCurrentFrameRedrawLevel_Full,    NonCurrentFrameRedrawLevel_Trace,    END_NonCurrentFrameRedrawLevel_e,    NonCurrentFrameRedrawLevel_Invalid = BadEnumValue  } NonCurrentFrameRedrawLevel_e; /* <help> "NonCurrentFrameRedrawLevel is deprecated. Use PlotApproximateMode.\n"*/typedef enum  {    RotationMode_XYZAxis,    RotationMode_Spherical,    RotationMode_RollerBall,    END_RotationMode_e,    RotationMode_Invalid = BadEnumValue  } RotationMode_e;typedef enum  {    RotateAxis_X,    RotateAxis_Y,    RotateAxis_Z,    RotateAxis_Psi,    RotateAxis_Theta,    RotateAxis_Alpha,    RotateAxis_Twist,    RotateAxis_VertRollerBall,    RotateAxis_HorzRollerBall,    RotateAxis_AboutVector,/* CORE SOURCE CODE REMOVED */    END_RotateAxis_e,    RotateAxis_Invalid = BadEnumValue  } RotateAxis_e;typedef enum  {    RotateOriginLocation_DefinedOrigin,    RotateOriginLocation_Viewer,    END_RotateOriginLocation_e,    RotateOriginLocation_Invalid = BadEnumValue  } RotateOriginLocation_e;/* * NOTE: This is only used with the $!Reset3DOrigin command. */typedef enum  {    OriginResetLocation_DataCenter,    OriginResetLocation_ViewCenter,    END_OriginResetLocation_e,    OriginResetLocation_Invalid = BadEnumValue  } OriginResetLocation_e; /* * NOTE: This is only used with the $!CreateSliceZoneFromPlane command. */typedef enum  {    SliceSource_SurfaceZones,    SliceSource_VolumeZones,    SliceSource_SurfacesOfVolumeZones,    END_SliceSource_e,    SliceSource_Invalid = BadEnumValue  } SliceSource_e; typedef enum  {    Input_SmInteger,    Input_Short,    Input_Integer,    Input_Float,    Input_Double,    END_Input_e,    Input_Invalid = BadEnumValue  } Input_e;typedef enum  {    PtSelection_All,    PtSelection_NearestN,    PtSelection_OctantN,    END_PtSelection_e,    PtSelection_Invalid = BadEnumValue  } PtSelection_e;typedef enum  {    Drift_None,    Drift_Linear,    Drift_Quad,    END_Drift_e,    Drift_Invalid = BadEnumValue  } Drift_e;/* atpoint is simple boundary condition.   atpointb2 is better boundary condition.*/typedef enum  {    DerivPos_atpoint,    DerivPos_atpointb2,    DerivPos_kphalf,    DerivPos_jphalf,    DerivPos_iphalf,    END_DerivPos_e,    DerivPos_Invalid = BadEnumValue  } DerivPos_e; /*<help>"atpoint is the simple boundary condition\n"*/                /*<help>"atpointb2 is a better boundary condition"*/typedef enum  {    LinearInterpMode_DontChange,    LinearInterpMode_SetToConst,    END_LinearInterpMode_e,    LinearInterpMode_Invalid = BadEnumValue  } LinearInterpMode_e;typedef enum  {    ConstraintOp2Mode_UseVar,    ConstraintOp2Mode_UseConstant,    END_ConstraintOp2Mode_e,    ConstraintOp2Mode_Invalid = BadEnumValue  } ConstraintOp2Mode_e;typedef enum  {    ValueBlankCellMode_AllCorners,    ValueBlankCellMode_AnyCorner,    ValueBlankCellMode_PrimaryCorner,    END_ValueBlankCellMode_e,    ValueBlankCellMode_Invalid = BadEnumValue  } ValueBlankCellMode_e;/* * DEPRECATED: ValueBlankMode_e enumeration will not be supported after *             version 8. This API was retained for add-on developers *             using the TecUtilStyleSetLowLevel API. */typedef enum  {    ValueBlankMode_AndRule,    ValueBlankMode_OrRule,    ValueBlankMode_CornerRule,    END_ValueBlankMode_e,    ValueBlankMode_Invalid = BadEnumValue  } ValueBlankMode_e; /*<help>"DEPRECATED: ValueBlankMode_e will not be supported after version 8"*/typedef enum  {    CellBlankedCond_NotBlanked,    CellBlankedCond_PartiallyBlanked,    CellBlankedCond_EntirelyBlanked,    CellBlankedCond_Uncertain,    END_CellBlankedCond_e,    CellBlankedCond_Invalid = BadEnumValue  } CellBlankedCond_e;typedef enum  {    RelOp_LessThanOrEqual,    RelOp_GreaterThanOrEqual,    END_RelOp_e,    RelOp_Invalid = BadEnumValue  } RelOp_e;typedef enum  {    IJKBlankMode_BlankInterior,    IJKBlankMode_BlankExterior,    END_IJKBlankMode_e,    IJKBlankMode_Invalid = BadEnumValue  } IJKBlankMode_e;typedef enum  {    PlotApproximationMode_Default,    PlotApproximationMode_NonCurrentAlwaysReduced,    PlotApproximationMode_AllFramesAlwaysReduced,    END_PlotApproximationMode_e,    PlotApproximationMode_Invalid = BadEnumValue  } PlotApproximationMode_e;/* * NOTE: FillPat_e is deprecated.  It must be retained to maintain *       backward compatibility with the TecUtil layer however. *       This has been replaced by Translucency_e. */typedef enum                     

⌨️ 快捷键说明

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