pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/cad/occt



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Feb 12 14:42:25 UTC 2023

Added Files:
        pkgsrc/cad/occt: DESCR Makefile PLIST buildlink3.mk distinfo options.mk
        pkgsrc/cad/occt/patches: patch-CMakeLists.txt
            patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx
            patch-src_OSD_OSD__MemInfo.cxx patch-src_OSD_OSD__Path.cxx
            patch-src_OSD_OSD__signal.cxx
            patch-src_OpenGl_OpenGl__ShaderObject.cxx
            patch-src_OpenGl_OpenGl__ShaderProgram.cxx
            patch-src_Standard_Standard__CString.cxx
            patch-src_Standard_Standard__Failure.cxx
            patch-src_Standard_Standard__PrimitiveTypes.hxx
            patch-src_Standard_Standard__StackTrace.cxx
            patch-src_ViewerTest_ViewerTest__CmdParser.cxx

Log Message:
cad/occt: import Open CASCADE Technology

Development platform providing services for 3D surface and solid modeling, CAD
data exchange, and visualization. Most of OCCT functionality is available in
the form of C++ libraries. OCCT can be best applied in development of software
dealing with 3D modeling (CAD), manufacturing / measuring (CAM) or numerical
simulation (CAE).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/cad/occt/DESCR pkgsrc/cad/occt/Makefile \
    pkgsrc/cad/occt/PLIST pkgsrc/cad/occt/buildlink3.mk \
    pkgsrc/cad/occt/distinfo pkgsrc/cad/occt/options.mk
cvs rdiff -u -r0 -r1.1 pkgsrc/cad/occt/patches/patch-CMakeLists.txt \
    pkgsrc/cad/occt/patches/patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx \
    pkgsrc/cad/occt/patches/patch-src_OSD_OSD__MemInfo.cxx \
    pkgsrc/cad/occt/patches/patch-src_OSD_OSD__Path.cxx \
    pkgsrc/cad/occt/patches/patch-src_OSD_OSD__signal.cxx \
    pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderObject.cxx \
    pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderProgram.cxx \
    pkgsrc/cad/occt/patches/patch-src_Standard_Standard__CString.cxx \
    pkgsrc/cad/occt/patches/patch-src_Standard_Standard__Failure.cxx \
    pkgsrc/cad/occt/patches/patch-src_Standard_Standard__PrimitiveTypes.hxx \
    pkgsrc/cad/occt/patches/patch-src_Standard_Standard__StackTrace.cxx \
    pkgsrc/cad/occt/patches/patch-src_ViewerTest_ViewerTest__CmdParser.cxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/cad/occt/DESCR
diff -u /dev/null pkgsrc/cad/occt/DESCR:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/DESCR       Sun Feb 12 14:42:25 2023
@@ -0,0 +1,5 @@
+Development platform providing services for 3D surface and solid modeling, CAD
+data exchange, and visualization. Most of OCCT functionality is available in
+the form of C++ libraries. OCCT can be best applied in development of software
+dealing with 3D modeling (CAD), manufacturing / measuring (CAM) or numerical
+simulation (CAE).
Index: pkgsrc/cad/occt/Makefile
diff -u /dev/null pkgsrc/cad/occt/Makefile:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/Makefile    Sun Feb 12 14:42:25 2023
@@ -0,0 +1,56 @@
+# $NetBSD: Makefile,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+DISTNAME=      opencascade-7.7.0
+PKGNAME=       ${DISTNAME:S/opencascade/occt/}
+CATEGORIES=    cad
+MASTER_SITES=  https://distfiles.macports.org/opencascade/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://dev.opencascade.org/release
+COMMENT=       Boundary Representation modeling toolkit and 3D geometry library
+LICENSE=       gnu-lgpl-v2.1
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    bash:run
+WRKSRC=                ${WRKDIR}/occt-V7_7_0
+
+.include "../../mk/bsd.prefs.mk"
+.include "options.mk"
+
+CMAKE_ARGS+=   -DUSE_FREETYPE=ON
+CMAKE_ARGS+=   -DUSE_EIGEN=ON
+CMAKE_ARGS+=   -DUSE_RAPIDJSON=ON
+CMAKE_ARGS+=   -DBUILD_DOC_Overview=OFF
+
+REPLACE_BASH+= adm/templates/draw.sh
+
+CXXFLAGS.SunOS+=               -DSOLARIS=1
+LDFLAGS.SunOS+=                        -lnsl
+BUILDLINK_TRANSFORM.NetBSD+=   rm:-ldl
+
+.include "../../mk/compiler.mk"
+
+.if !empty(LP64PLATFORMS:@.PLAT.@${MACHINE_PLATFORM:M${.PLAT.}}@) || \
+       (defined(ABI) && ${ABI} == "64")
+.  if !empty(PKGSRC_COMPILER:Mclang)
+OCCT_CUSTOM_COMPILER_DRIVER=   custom_clang_64.sh
+.  else
+OCCT_CUSTOM_COMPILER_DRIVER=   custom_gcc_64.sh
+.  endif
+.else
+.  if !empty(PKGSRC_COMPILER:Mclang)
+OCCT_CUSTOM_COMPILER_DRIVER=   custom_clang_32.sh
+.  else
+OCCT_CUSTOM_COMPILER_DRIVER=   custom_gcc_32.sh
+.  endif
+.endif
+
+PLIST_SUBST=   OCCT_CUSTOM_COMPILER_DRIVER=${OCCT_CUSTOM_COMPILER_DRIVER:Q}
+
+.include "../../devel/cmake/build.mk"
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
+.include "../../textproc/rapidjson/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/cad/occt/PLIST
diff -u /dev/null pkgsrc/cad/occt/PLIST:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/PLIST       Sun Feb 12 14:42:25 2023
@@ -0,0 +1,8847 @@
+@comment $NetBSD: PLIST,v 1.1 2023/02/12 14:42:25 tnn Exp $
+bin/DRAWEXE
+bin/DRAWEXE-${PKGVERSION}
+bin/ExpToCasExe
+bin/ExpToCasExe-${PKGVERSION}
+bin/custom.sh
+bin/${OCCT_CUSTOM_COMPILER_DRIVER}
+bin/draw.sh
+bin/env.sh
+include/opencascade/AIS.hxx
+include/opencascade/AIS_AngleDimension.hxx
+include/opencascade/AIS_Animation.hxx
+include/opencascade/AIS_AnimationCamera.hxx
+include/opencascade/AIS_AnimationObject.hxx
+include/opencascade/AIS_AnimationTimer.hxx
+include/opencascade/AIS_AttributeFilter.hxx
+include/opencascade/AIS_Axis.hxx
+include/opencascade/AIS_BadEdgeFilter.hxx
+include/opencascade/AIS_C0RegularityFilter.hxx
+include/opencascade/AIS_CameraFrustum.hxx
+include/opencascade/AIS_Chamf2dDimension.hxx
+include/opencascade/AIS_Chamf3dDimension.hxx
+include/opencascade/AIS_Circle.hxx
+include/opencascade/AIS_ColorScale.hxx
+include/opencascade/AIS_ColoredDrawer.hxx
+include/opencascade/AIS_ColoredShape.hxx
+include/opencascade/AIS_ConcentricRelation.hxx
+include/opencascade/AIS_ConnectedInteractive.hxx
+include/opencascade/AIS_DataMapIteratorOfDataMapOfIOStatus.hxx
+include/opencascade/AIS_DataMapOfIOStatus.hxx
+include/opencascade/AIS_DataMapOfShapeDrawer.hxx
+include/opencascade/AIS_DiameterDimension.hxx
+include/opencascade/AIS_Dimension.hxx
+include/opencascade/AIS_DimensionOwner.hxx
+include/opencascade/AIS_DisplayMode.hxx
+include/opencascade/AIS_DisplayStatus.hxx
+include/opencascade/AIS_DragAction.hxx
+include/opencascade/AIS_EllipseRadiusDimension.hxx
+include/opencascade/AIS_EqualDistanceRelation.hxx
+include/opencascade/AIS_EqualRadiusRelation.hxx
+include/opencascade/AIS_ExclusionFilter.hxx
+include/opencascade/AIS_FixRelation.hxx
+include/opencascade/AIS_GlobalStatus.hxx
+include/opencascade/AIS_GraphicTool.hxx
+include/opencascade/AIS_IdenticRelation.hxx
+include/opencascade/AIS_InteractiveContext.hxx
+include/opencascade/AIS_InteractiveObject.hxx
+include/opencascade/AIS_KindOfInteractive.hxx
+include/opencascade/AIS_LengthDimension.hxx
+include/opencascade/AIS_LightSource.hxx
+include/opencascade/AIS_Line.hxx
+include/opencascade/AIS_ListIteratorOfListOfInteractive.hxx
+include/opencascade/AIS_ListOfInteractive.hxx
+include/opencascade/AIS_Manipulator.hxx
+include/opencascade/AIS_ManipulatorMode.hxx
+include/opencascade/AIS_ManipulatorOwner.hxx
+include/opencascade/AIS_MaxRadiusDimension.hxx
+include/opencascade/AIS_MediaPlayer.hxx
+include/opencascade/AIS_MidPointRelation.hxx
+include/opencascade/AIS_MinRadiusDimension.hxx
+include/opencascade/AIS_MouseGesture.hxx
+include/opencascade/AIS_MultipleConnectedInteractive.hxx
+include/opencascade/AIS_NArray1OfEntityOwner.hxx
+include/opencascade/AIS_NListOfEntityOwner.hxx
+include/opencascade/AIS_NavigationMode.hxx
+include/opencascade/AIS_OffsetDimension.hxx
+include/opencascade/AIS_ParallelRelation.hxx
+include/opencascade/AIS_PerpendicularRelation.hxx
+include/opencascade/AIS_Plane.hxx
+include/opencascade/AIS_PlaneTrihedron.hxx
+include/opencascade/AIS_Point.hxx
+include/opencascade/AIS_PointCloud.hxx
+include/opencascade/AIS_RadiusDimension.hxx
+include/opencascade/AIS_Relation.hxx
+include/opencascade/AIS_RotationMode.hxx
+include/opencascade/AIS_RubberBand.hxx
+include/opencascade/AIS_SelectStatus.hxx
+include/opencascade/AIS_Selection.hxx
+include/opencascade/AIS_SelectionModesConcurrency.hxx
+include/opencascade/AIS_SelectionScheme.hxx
+include/opencascade/AIS_Shape.hxx
+include/opencascade/AIS_SignatureFilter.hxx
+include/opencascade/AIS_StatusOfDetection.hxx
+include/opencascade/AIS_StatusOfPick.hxx
+include/opencascade/AIS_SymmetricRelation.hxx
+include/opencascade/AIS_TangentRelation.hxx
+include/opencascade/AIS_TextLabel.hxx
+include/opencascade/AIS_TexturedShape.hxx
+include/opencascade/AIS_Triangulation.hxx
+include/opencascade/AIS_Trihedron.hxx
+include/opencascade/AIS_TrihedronOwner.hxx
+include/opencascade/AIS_TrihedronSelectionMode.hxx
+include/opencascade/AIS_TypeFilter.hxx
+include/opencascade/AIS_TypeOfAttribute.hxx
+include/opencascade/AIS_TypeOfAxis.hxx
+include/opencascade/AIS_TypeOfIso.hxx
+include/opencascade/AIS_TypeOfPlane.hxx
+include/opencascade/AIS_ViewController.hxx
+include/opencascade/AIS_ViewCube.hxx
+include/opencascade/AIS_ViewInputBuffer.hxx
+include/opencascade/AIS_WalkDelta.hxx
+include/opencascade/AIS_XRTrackedDevice.hxx
+include/opencascade/APIHeaderSection_EditHeader.hxx
+include/opencascade/APIHeaderSection_MakeHeader.hxx
+include/opencascade/Adaptor2d_Curve2d.hxx
+include/opencascade/Adaptor2d_Line2d.hxx
+include/opencascade/Adaptor2d_OffsetCurve.hxx
+include/opencascade/Adaptor3d_Curve.hxx
+include/opencascade/Adaptor3d_CurveOnSurface.hxx
+include/opencascade/Adaptor3d_HSurfaceTool.hxx
+include/opencascade/Adaptor3d_HVertex.hxx
+include/opencascade/Adaptor3d_InterFunc.hxx
+include/opencascade/Adaptor3d_IsoCurve.hxx
+include/opencascade/Adaptor3d_Surface.hxx
+include/opencascade/Adaptor3d_TopolTool.hxx
+include/opencascade/AdvApp2Var_ApproxAFunc2Var.hxx
+include/opencascade/AdvApp2Var_ApproxAFunc2Var.lxx
+include/opencascade/AdvApp2Var_ApproxF2var.hxx
+include/opencascade/AdvApp2Var_Context.hxx
+include/opencascade/AdvApp2Var_Criterion.hxx
+include/opencascade/AdvApp2Var_CriterionRepartition.hxx
+include/opencascade/AdvApp2Var_CriterionType.hxx
+include/opencascade/AdvApp2Var_Data.hxx
+include/opencascade/AdvApp2Var_Data_f2c.hxx
+include/opencascade/AdvApp2Var_EvaluatorFunc2Var.hxx
+include/opencascade/AdvApp2Var_Framework.hxx
+include/opencascade/AdvApp2Var_Iso.hxx
+include/opencascade/AdvApp2Var_MathBase.hxx
+include/opencascade/AdvApp2Var_Network.hxx
+include/opencascade/AdvApp2Var_Node.hxx
+include/opencascade/AdvApp2Var_Patch.hxx
+include/opencascade/AdvApp2Var_SequenceOfNode.hxx
+include/opencascade/AdvApp2Var_SequenceOfPatch.hxx
+include/opencascade/AdvApp2Var_SequenceOfStrip.hxx
+include/opencascade/AdvApp2Var_Strip.hxx
+include/opencascade/AdvApp2Var_SysBase.hxx
+include/opencascade/AdvApprox_ApproxAFunction.hxx
+include/opencascade/AdvApprox_ApproxAFunction.lxx
+include/opencascade/AdvApprox_Cutting.hxx
+include/opencascade/AdvApprox_DichoCutting.hxx
+include/opencascade/AdvApprox_EvaluatorFunction.hxx
+include/opencascade/AdvApprox_PrefAndRec.hxx
+include/opencascade/AdvApprox_PrefCutting.hxx
+include/opencascade/AdvApprox_SimpleApprox.hxx
+include/opencascade/AppBlend_AppSurf.gxx
+include/opencascade/AppBlend_AppSurf.lxx
+include/opencascade/AppBlend_Approx.hxx
+include/opencascade/AppCont_ContMatrices.hxx
+include/opencascade/AppCont_Function.hxx
+include/opencascade/AppCont_LeastSquare.hxx
+include/opencascade/AppDef_Array1OfMultiPointConstraint.hxx
+include/opencascade/AppDef_BSpGradient_BFGSOfMyBSplGradientOfBSplineCompute.hxx
+include/opencascade/AppDef_BSpParFunctionOfMyBSplGradientOfBSplineCompute.hxx
+include/opencascade/AppDef_BSpParLeastSquareOfMyBSplGradientOfBSplineCompute.hxx
+include/opencascade/AppDef_BSplineCompute.hxx
+include/opencascade/AppDef_Compute.hxx
+include/opencascade/AppDef_Gradient_BFGSOfMyGradientOfCompute.hxx
+include/opencascade/AppDef_Gradient_BFGSOfMyGradientbisOfBSplineCompute.hxx
+include/opencascade/AppDef_Gradient_BFGSOfTheGradient.hxx
+include/opencascade/AppDef_HArray1OfMultiPointConstraint.hxx
+include/opencascade/AppDef_LinearCriteria.hxx
+include/opencascade/AppDef_MultiLine.hxx
+include/opencascade/AppDef_MultiPointConstraint.hxx
+include/opencascade/AppDef_MyBSplGradientOfBSplineCompute.hxx
+include/opencascade/AppDef_MyGradientOfCompute.hxx
+include/opencascade/AppDef_MyGradientbisOfBSplineCompute.hxx
+include/opencascade/AppDef_MyLineTool.hxx
+include/opencascade/AppDef_ParFunctionOfMyGradientOfCompute.hxx
+include/opencascade/AppDef_ParFunctionOfMyGradientbisOfBSplineCompute.hxx
+include/opencascade/AppDef_ParFunctionOfTheGradient.hxx
+include/opencascade/AppDef_ParLeastSquareOfMyGradientOfCompute.hxx
+include/opencascade/AppDef_ParLeastSquareOfMyGradientbisOfBSplineCompute.hxx
+include/opencascade/AppDef_ParLeastSquareOfTheGradient.hxx
+include/opencascade/AppDef_ResConstraintOfMyGradientOfCompute.hxx
+include/opencascade/AppDef_ResConstraintOfMyGradientbisOfBSplineCompute.hxx
+include/opencascade/AppDef_ResConstraintOfTheGradient.hxx
+include/opencascade/AppDef_SmoothCriterion.hxx
+include/opencascade/AppDef_TheFunction.hxx
+include/opencascade/AppDef_TheGradient.hxx
+include/opencascade/AppDef_TheLeastSquares.hxx
+include/opencascade/AppDef_TheResol.hxx
+include/opencascade/AppDef_Variational.hxx
+include/opencascade/AppParCurves.hxx
+include/opencascade/AppParCurves_Array1OfConstraintCouple.hxx
+include/opencascade/AppParCurves_Array1OfMultiBSpCurve.hxx
+include/opencascade/AppParCurves_Array1OfMultiCurve.hxx
+include/opencascade/AppParCurves_Array1OfMultiPoint.hxx
+include/opencascade/AppParCurves_BSpFunction.gxx
+include/opencascade/AppParCurves_BSpGradient.gxx
+include/opencascade/AppParCurves_BSpGradient_BFGS.gxx
+include/opencascade/AppParCurves_Constraint.hxx
+include/opencascade/AppParCurves_ConstraintCouple.hxx
+include/opencascade/AppParCurves_Function.gxx
+include/opencascade/AppParCurves_Gradient.gxx
+include/opencascade/AppParCurves_Gradient_BFGS.gxx
+include/opencascade/AppParCurves_HArray1OfConstraintCouple.hxx
+include/opencascade/AppParCurves_HArray1OfMultiBSpCurve.hxx
+include/opencascade/AppParCurves_HArray1OfMultiCurve.hxx
+include/opencascade/AppParCurves_HArray1OfMultiPoint.hxx
+include/opencascade/AppParCurves_LeastSquare.gxx
+include/opencascade/AppParCurves_MultiBSpCurve.hxx
+include/opencascade/AppParCurves_MultiCurve.hxx
+include/opencascade/AppParCurves_MultiPoint.hxx
+include/opencascade/AppParCurves_MultiPoint.lxx
+include/opencascade/AppParCurves_ResolConstraint.gxx
+include/opencascade/AppParCurves_SequenceOfMultiBSpCurve.hxx
+include/opencascade/AppParCurves_SequenceOfMultiCurve.hxx
+include/opencascade/AppStdL_Application.hxx
+include/opencascade/AppStd_Application.hxx
+include/opencascade/ApproxInt_Approx.gxx
+include/opencascade/ApproxInt_ImpPrmSvSurfaces.gxx
+include/opencascade/ApproxInt_KnotTools.hxx
+include/opencascade/ApproxInt_MultiLine.gxx
+include/opencascade/ApproxInt_MultiLineTool.lxx
+include/opencascade/ApproxInt_PrmPrmSvSurfaces.gxx
+include/opencascade/ApproxInt_SvSurfaces.hxx
+include/opencascade/Approx_Array1OfAdHSurface.hxx
+include/opencascade/Approx_Array1OfGTrsf2d.hxx
+include/opencascade/Approx_BSplComputeLine.gxx
+include/opencascade/Approx_ComputeCLine.gxx
+include/opencascade/Approx_ComputeLine.gxx
+include/opencascade/Approx_Curve2d.hxx
+include/opencascade/Approx_Curve3d.hxx
+include/opencascade/Approx_CurveOnSurface.hxx
+include/opencascade/Approx_CurvilinearParameter.hxx
+include/opencascade/Approx_CurvlinFunc.hxx
+include/opencascade/Approx_FitAndDivide.hxx
+include/opencascade/Approx_FitAndDivide2d.hxx
+include/opencascade/Approx_HArray1OfAdHSurface.hxx
+include/opencascade/Approx_HArray1OfGTrsf2d.hxx
+include/opencascade/Approx_MCurvesToBSpCurve.hxx
+include/opencascade/Approx_ParametrizationType.hxx
+include/opencascade/Approx_SameParameter.hxx
+include/opencascade/Approx_SequenceOfHArray1OfReal.hxx
+include/opencascade/Approx_Status.hxx
+include/opencascade/Approx_SweepApproximation.hxx
+include/opencascade/Approx_SweepApproximation.lxx
+include/opencascade/Approx_SweepFunction.hxx
+include/opencascade/Aspect_AspectFillAreaDefinitionError.hxx
+include/opencascade/Aspect_AspectLineDefinitionError.hxx
+include/opencascade/Aspect_AspectMarkerDefinitionError.hxx
+include/opencascade/Aspect_Background.hxx
+include/opencascade/Aspect_CircularGrid.hxx
+include/opencascade/Aspect_ColorSpace.hxx
+include/opencascade/Aspect_Display.hxx
+include/opencascade/Aspect_DisplayConnection.hxx
+include/opencascade/Aspect_DisplayConnectionDefinitionError.hxx
+include/opencascade/Aspect_Drawable.hxx
+include/opencascade/Aspect_Eye.hxx
+include/opencascade/Aspect_FBConfig.hxx
+include/opencascade/Aspect_FillMethod.hxx
+include/opencascade/Aspect_FrustumLRBT.hxx
+include/opencascade/Aspect_GenId.hxx
+include/opencascade/Aspect_GradientBackground.hxx
+include/opencascade/Aspect_GradientFillMethod.hxx
+include/opencascade/Aspect_GraphicDeviceDefinitionError.hxx
+include/opencascade/Aspect_GraphicsLibrary.hxx
+include/opencascade/Aspect_Grid.hxx
+include/opencascade/Aspect_GridDrawMode.hxx
+include/opencascade/Aspect_GridType.hxx
+include/opencascade/Aspect_Handle.hxx
+include/opencascade/Aspect_HatchStyle.hxx
+include/opencascade/Aspect_IdentDefinitionError.hxx
+include/opencascade/Aspect_InteriorStyle.hxx
+include/opencascade/Aspect_NeutralWindow.hxx
+include/opencascade/Aspect_OpenVRSession.hxx
+include/opencascade/Aspect_PolygonOffsetMode.hxx
+include/opencascade/Aspect_RectangularGrid.hxx
+include/opencascade/Aspect_RenderingContext.hxx
+include/opencascade/Aspect_ScrollDelta.hxx
+include/opencascade/Aspect_SequenceOfColor.hxx
+include/opencascade/Aspect_SkydomeBackground.hxx
+include/opencascade/Aspect_Touch.hxx
+include/opencascade/Aspect_TouchMap.hxx
+include/opencascade/Aspect_TrackedDevicePose.hxx
+include/opencascade/Aspect_TypeOfColorScaleData.hxx
+include/opencascade/Aspect_TypeOfColorScaleOrientation.hxx
+include/opencascade/Aspect_TypeOfColorScalePosition.hxx
+include/opencascade/Aspect_TypeOfDeflection.hxx
+include/opencascade/Aspect_TypeOfDisplayText.hxx
+include/opencascade/Aspect_TypeOfFacingModel.hxx
+include/opencascade/Aspect_TypeOfHighlightMethod.hxx
+include/opencascade/Aspect_TypeOfLine.hxx
+include/opencascade/Aspect_TypeOfMarker.hxx
+include/opencascade/Aspect_TypeOfResize.hxx
+include/opencascade/Aspect_TypeOfStyleText.hxx
+include/opencascade/Aspect_TypeOfTriedronPosition.hxx
+include/opencascade/Aspect_Units.hxx
+include/opencascade/Aspect_VKey.hxx
+include/opencascade/Aspect_VKeyFlags.hxx
+include/opencascade/Aspect_VKeySet.hxx
+include/opencascade/Aspect_WidthOfLine.hxx
+include/opencascade/Aspect_Window.hxx
+include/opencascade/Aspect_WindowDefinitionError.hxx
+include/opencascade/Aspect_WindowError.hxx
+include/opencascade/Aspect_WindowInputListener.hxx
+include/opencascade/Aspect_XAtom.hxx
+include/opencascade/Aspect_XRAction.hxx
+include/opencascade/Aspect_XRActionSet.hxx
+include/opencascade/Aspect_XRActionType.hxx
+include/opencascade/Aspect_XRAnalogActionData.hxx
+include/opencascade/Aspect_XRDigitalActionData.hxx
+include/opencascade/Aspect_XRGenericAction.hxx
+include/opencascade/Aspect_XRHapticActionData.hxx
+include/opencascade/Aspect_XRPoseActionData.hxx
+include/opencascade/Aspect_XRSession.hxx
+include/opencascade/Aspect_XRTrackedDeviceRole.hxx
+include/opencascade/BOPAlgo_Alerts.hxx
+include/opencascade/BOPAlgo_Algo.hxx
+include/opencascade/BOPAlgo_ArgumentAnalyzer.hxx
+include/opencascade/BOPAlgo_ArgumentAnalyzer.lxx
+include/opencascade/BOPAlgo_BOP.hxx
+include/opencascade/BOPAlgo_Builder.hxx
+include/opencascade/BOPAlgo_BuilderArea.hxx
+include/opencascade/BOPAlgo_BuilderFace.hxx
+include/opencascade/BOPAlgo_BuilderShape.hxx
+include/opencascade/BOPAlgo_BuilderSolid.hxx
+include/opencascade/BOPAlgo_CellsBuilder.hxx
+include/opencascade/BOPAlgo_CheckResult.hxx
+include/opencascade/BOPAlgo_CheckStatus.hxx
+include/opencascade/BOPAlgo_CheckerSI.hxx
+include/opencascade/BOPAlgo_GlueEnum.hxx
+include/opencascade/BOPAlgo_ListOfCheckResult.hxx
+include/opencascade/BOPAlgo_MakeConnected.hxx
+include/opencascade/BOPAlgo_MakePeriodic.hxx
+include/opencascade/BOPAlgo_MakerVolume.hxx
+include/opencascade/BOPAlgo_MakerVolume.lxx
+include/opencascade/BOPAlgo_Operation.hxx
+include/opencascade/BOPAlgo_Options.hxx
+include/opencascade/BOPAlgo_PArgumentAnalyzer.hxx
+include/opencascade/BOPAlgo_PBOP.hxx
+include/opencascade/BOPAlgo_PBuilder.hxx
+include/opencascade/BOPAlgo_PPaveFiller.hxx
+include/opencascade/BOPAlgo_PSection.hxx
+include/opencascade/BOPAlgo_PWireEdgeSet.hxx
+include/opencascade/BOPAlgo_PaveFiller.hxx
+include/opencascade/BOPAlgo_RemoveFeatures.hxx
+include/opencascade/BOPAlgo_Section.hxx
+include/opencascade/BOPAlgo_SectionAttribute.hxx
+include/opencascade/BOPAlgo_ShellSplitter.hxx
+include/opencascade/BOPAlgo_Splitter.hxx
+include/opencascade/BOPAlgo_Tools.hxx
+include/opencascade/BOPAlgo_ToolsProvider.hxx
+include/opencascade/BOPAlgo_WireEdgeSet.hxx
+include/opencascade/BOPAlgo_WireEdgeSet.lxx
+include/opencascade/BOPAlgo_WireSplitter.hxx
+include/opencascade/BOPAlgo_WireSplitter.lxx
+include/opencascade/BOPDS_CommonBlock.hxx
+include/opencascade/BOPDS_CoupleOfPaveBlocks.hxx
+include/opencascade/BOPDS_Curve.hxx
+include/opencascade/BOPDS_Curve.lxx
+include/opencascade/BOPDS_DS.hxx
+include/opencascade/BOPDS_DS.lxx
+include/opencascade/BOPDS_DataMapOfIntegerListOfPaveBlock.hxx
+include/opencascade/BOPDS_DataMapOfPaveBlockCommonBlock.hxx
+include/opencascade/BOPDS_DataMapOfPaveBlockListOfInteger.hxx
+include/opencascade/BOPDS_DataMapOfPaveBlockListOfPaveBlock.hxx
+include/opencascade/BOPDS_DataMapOfShapeCoupleOfPaveBlocks.hxx
+include/opencascade/BOPDS_FaceInfo.hxx
+include/opencascade/BOPDS_FaceInfo.lxx
+include/opencascade/BOPDS_IndexRange.hxx
+include/opencascade/BOPDS_IndexRange.lxx
+include/opencascade/BOPDS_IndexedDataMapOfPaveBlockListOfInteger.hxx
+include/opencascade/BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock.hxx
+include/opencascade/BOPDS_IndexedDataMapOfShapeCoupleOfPaveBlocks.hxx
+include/opencascade/BOPDS_IndexedMapOfPaveBlock.hxx
+include/opencascade/BOPDS_Interf.hxx
+include/opencascade/BOPDS_Iterator.hxx
+include/opencascade/BOPDS_IteratorSI.hxx
+include/opencascade/BOPDS_ListOfPave.hxx
+include/opencascade/BOPDS_ListOfPaveBlock.hxx
+include/opencascade/BOPDS_MapOfCommonBlock.hxx
+include/opencascade/BOPDS_MapOfPair.hxx
+include/opencascade/BOPDS_MapOfPave.hxx
+include/opencascade/BOPDS_MapOfPaveBlock.hxx
+include/opencascade/BOPDS_PDS.hxx
+include/opencascade/BOPDS_PIterator.hxx
+include/opencascade/BOPDS_PIteratorSI.hxx
+include/opencascade/BOPDS_Pair.hxx
+include/opencascade/BOPDS_PairMapHasher.hxx
+include/opencascade/BOPDS_Pave.hxx
+include/opencascade/BOPDS_Pave.lxx
+include/opencascade/BOPDS_PaveBlock.hxx
+include/opencascade/BOPDS_PaveMapHasher.hxx
+include/opencascade/BOPDS_PaveMapHasher.lxx
+include/opencascade/BOPDS_Point.hxx
+include/opencascade/BOPDS_Point.lxx
+include/opencascade/BOPDS_ShapeInfo.hxx
+include/opencascade/BOPDS_ShapeInfo.lxx
+include/opencascade/BOPDS_SubIterator.hxx
+include/opencascade/BOPDS_Tools.hxx
+include/opencascade/BOPDS_Tools.lxx
+include/opencascade/BOPDS_VectorOfCurve.hxx
+include/opencascade/BOPDS_VectorOfFaceInfo.hxx
+include/opencascade/BOPDS_VectorOfIndexRange.hxx
+include/opencascade/BOPDS_VectorOfInterfEE.hxx
+include/opencascade/BOPDS_VectorOfInterfEF.hxx
+include/opencascade/BOPDS_VectorOfInterfEZ.hxx
+include/opencascade/BOPDS_VectorOfInterfFF.hxx
+include/opencascade/BOPDS_VectorOfInterfFZ.hxx
+include/opencascade/BOPDS_VectorOfInterfVE.hxx
+include/opencascade/BOPDS_VectorOfInterfVF.hxx
+include/opencascade/BOPDS_VectorOfInterfVV.hxx
+include/opencascade/BOPDS_VectorOfInterfVZ.hxx
+include/opencascade/BOPDS_VectorOfInterfZZ.hxx
+include/opencascade/BOPDS_VectorOfListOfPaveBlock.hxx
+include/opencascade/BOPDS_VectorOfPair.hxx
+include/opencascade/BOPDS_VectorOfPave.hxx
+include/opencascade/BOPDS_VectorOfPoint.hxx
+include/opencascade/BOPDS_VectorOfShapeInfo.hxx
+include/opencascade/BOPDS_VectorOfVectorOfPair.hxx
+include/opencascade/BOPTest.hxx
+include/opencascade/BOPTest_DrawableShape.hxx
+include/opencascade/BOPTest_Objects.hxx
+include/opencascade/BOPTools_AlgoTools.hxx
+include/opencascade/BOPTools_AlgoTools2D.hxx
+include/opencascade/BOPTools_AlgoTools3D.hxx
+include/opencascade/BOPTools_BoxSelector.hxx
+include/opencascade/BOPTools_BoxTree.hxx
+include/opencascade/BOPTools_ConnexityBlock.hxx
+include/opencascade/BOPTools_CoupleOfShape.hxx
+include/opencascade/BOPTools_IndexedDataMapOfSetShape.hxx
+include/opencascade/BOPTools_ListOfConnexityBlock.hxx
+include/opencascade/BOPTools_ListOfCoupleOfShape.hxx
+include/opencascade/BOPTools_MapOfSet.hxx
+include/opencascade/BOPTools_PairSelector.hxx
+include/opencascade/BOPTools_Parallel.hxx
+include/opencascade/BOPTools_Set.hxx
+include/opencascade/BOPTools_SetMapHasher.hxx
+include/opencascade/BOPTools_SetMapHasher.lxx
+include/opencascade/BRepAdaptor_Array1OfCurve.hxx
+include/opencascade/BRepAdaptor_CompCurve.hxx
+include/opencascade/BRepAdaptor_Curve.hxx
+include/opencascade/BRepAdaptor_Curve2d.hxx
+include/opencascade/BRepAdaptor_HArray1OfCurve.hxx
+include/opencascade/BRepAdaptor_Surface.hxx
+include/opencascade/BRepAlgo.hxx
+include/opencascade/BRepAlgoAPI_Algo.hxx
+include/opencascade/BRepAlgoAPI_BooleanOperation.hxx
+include/opencascade/BRepAlgoAPI_BuilderAlgo.hxx
+include/opencascade/BRepAlgoAPI_Check.hxx
+include/opencascade/BRepAlgoAPI_Common.hxx
+include/opencascade/BRepAlgoAPI_Cut.hxx
+include/opencascade/BRepAlgoAPI_Defeaturing.hxx
+include/opencascade/BRepAlgoAPI_Fuse.hxx
+include/opencascade/BRepAlgoAPI_Section.hxx
+include/opencascade/BRepAlgoAPI_Splitter.hxx
+include/opencascade/BRepAlgo_AsDes.hxx
+include/opencascade/BRepAlgo_FaceRestrictor.hxx
+include/opencascade/BRepAlgo_Image.hxx
+include/opencascade/BRepAlgo_Loop.hxx
+include/opencascade/BRepAlgo_NormalProjection.hxx
+include/opencascade/BRepApprox_Approx.hxx
+include/opencascade/BRepApprox_ApproxLine.hxx
+include/opencascade/BRepApprox_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_MyBSplGradientOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_MyGradientOfTheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_MyGradientbisOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_ParFunctionOfMyGradientOfTheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_ParFunctionOfMyGradientbisOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_ParLeastSquareOfMyGradientbisOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_ResConstraintOfMyGradientOfTheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_SurfaceTool.hxx
+include/opencascade/BRepApprox_SurfaceTool.lxx
+include/opencascade/BRepApprox_TheComputeLineBezierOfApprox.hxx
+include/opencascade/BRepApprox_TheComputeLineOfApprox.hxx
+include/opencascade/BRepApprox_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx
+include/opencascade/BRepApprox_TheImpPrmSvSurfacesOfApprox.hxx
+include/opencascade/BRepApprox_TheInt2SOfThePrmPrmSvSurfacesOfApprox.hxx
+include/opencascade/BRepApprox_TheMultiLineOfApprox.hxx
+include/opencascade/BRepApprox_TheMultiLineToolOfApprox.hxx
+include/opencascade/BRepApprox_ThePrmPrmSvSurfacesOfApprox.hxx
+include/opencascade/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx
+include/opencascade/BRepBlend_AppFunc.hxx
+include/opencascade/BRepBlend_AppFuncRoot.hxx
+include/opencascade/BRepBlend_AppFuncRst.hxx
+include/opencascade/BRepBlend_AppFuncRstRst.hxx
+include/opencascade/BRepBlend_AppSurf.hxx
+include/opencascade/BRepBlend_AppSurface.hxx
+include/opencascade/BRepBlend_AppSurface.lxx
+include/opencascade/BRepBlend_BlendTool.hxx
+include/opencascade/BRepBlend_BlendTool.lxx
+include/opencascade/BRepBlend_CSCircular.hxx
+include/opencascade/BRepBlend_CSConstRad.hxx
+include/opencascade/BRepBlend_CSWalking.hxx
+include/opencascade/BRepBlend_ChAsym.hxx
+include/opencascade/BRepBlend_ChAsymInv.hxx
+include/opencascade/BRepBlend_ChamfInv.hxx
+include/opencascade/BRepBlend_Chamfer.hxx
+include/opencascade/BRepBlend_ConstRad.hxx
+include/opencascade/BRepBlend_ConstRadInv.hxx
+include/opencascade/BRepBlend_ConstThroat.hxx
+include/opencascade/BRepBlend_ConstThroatInv.hxx
+include/opencascade/BRepBlend_ConstThroatWithPenetration.hxx
+include/opencascade/BRepBlend_ConstThroatWithPenetrationInv.hxx
+include/opencascade/BRepBlend_CurvPointRadInv.hxx
+include/opencascade/BRepBlend_EvolRad.hxx
+include/opencascade/BRepBlend_EvolRadInv.hxx
+include/opencascade/BRepBlend_Extremity.hxx
+include/opencascade/BRepBlend_Extremity.lxx
+include/opencascade/BRepBlend_HCurve2dTool.hxx
+include/opencascade/BRepBlend_HCurve2dTool.lxx
+include/opencascade/BRepBlend_HCurveTool.hxx
+include/opencascade/BRepBlend_HCurveTool.lxx
+include/opencascade/BRepBlend_Line.hxx
+include/opencascade/BRepBlend_Line.lxx
+include/opencascade/BRepBlend_PointOnRst.hxx
+include/opencascade/BRepBlend_PointOnRst.lxx
+include/opencascade/BRepBlend_RstRstConstRad.hxx
+include/opencascade/BRepBlend_RstRstEvolRad.hxx
+include/opencascade/BRepBlend_RstRstLineBuilder.hxx
+include/opencascade/BRepBlend_RstRstLineBuilder.lxx
+include/opencascade/BRepBlend_Ruled.hxx
+include/opencascade/BRepBlend_RuledInv.hxx
+include/opencascade/BRepBlend_SequenceOfLine.hxx
+include/opencascade/BRepBlend_SequenceOfPointOnRst.hxx
+include/opencascade/BRepBlend_SurfCurvConstRadInv.hxx
+include/opencascade/BRepBlend_SurfCurvEvolRadInv.hxx
+include/opencascade/BRepBlend_SurfPointConstRadInv.hxx
+include/opencascade/BRepBlend_SurfPointEvolRadInv.hxx
+include/opencascade/BRepBlend_SurfRstConstRad.hxx
+include/opencascade/BRepBlend_SurfRstEvolRad.hxx
+include/opencascade/BRepBlend_SurfRstLineBuilder.hxx
+include/opencascade/BRepBlend_SurfRstLineBuilder.lxx
+include/opencascade/BRepBlend_Walking.hxx
+include/opencascade/BRepBndLib.hxx
+include/opencascade/BRepBuilderAPI.hxx
+include/opencascade/BRepBuilderAPI_BndBoxTreeSelector.hxx
+include/opencascade/BRepBuilderAPI_CellFilter.hxx
+include/opencascade/BRepBuilderAPI_Collect.hxx
+include/opencascade/BRepBuilderAPI_Command.hxx
+include/opencascade/BRepBuilderAPI_Copy.hxx
+include/opencascade/BRepBuilderAPI_EdgeError.hxx
+include/opencascade/BRepBuilderAPI_FaceError.hxx
+include/opencascade/BRepBuilderAPI_FastSewing.hxx
+include/opencascade/BRepBuilderAPI_FindPlane.hxx
+include/opencascade/BRepBuilderAPI_GTransform.hxx
+include/opencascade/BRepBuilderAPI_MakeEdge.hxx
+include/opencascade/BRepBuilderAPI_MakeEdge2d.hxx
+include/opencascade/BRepBuilderAPI_MakeFace.hxx
+include/opencascade/BRepBuilderAPI_MakePolygon.hxx
+include/opencascade/BRepBuilderAPI_MakeShape.hxx
+include/opencascade/BRepBuilderAPI_MakeShapeOnMesh.hxx
+include/opencascade/BRepBuilderAPI_MakeShell.hxx
+include/opencascade/BRepBuilderAPI_MakeSolid.hxx
+include/opencascade/BRepBuilderAPI_MakeVertex.hxx
+include/opencascade/BRepBuilderAPI_MakeWire.hxx
+include/opencascade/BRepBuilderAPI_ModifyShape.hxx
+include/opencascade/BRepBuilderAPI_NurbsConvert.hxx
+include/opencascade/BRepBuilderAPI_PipeError.hxx
+include/opencascade/BRepBuilderAPI_Sewing.hxx
+include/opencascade/BRepBuilderAPI_Sewing.lxx
+include/opencascade/BRepBuilderAPI_ShapeModification.hxx
+include/opencascade/BRepBuilderAPI_ShellError.hxx
+include/opencascade/BRepBuilderAPI_Transform.hxx
+include/opencascade/BRepBuilderAPI_TransitionMode.hxx
+include/opencascade/BRepBuilderAPI_VertexInspector.hxx
+include/opencascade/BRepBuilderAPI_WireError.hxx
+include/opencascade/BRepCheck.hxx
+include/opencascade/BRepCheck_Analyzer.hxx
+include/opencascade/BRepCheck_DataMapOfShapeListOfStatus.hxx
+include/opencascade/BRepCheck_Edge.hxx
+include/opencascade/BRepCheck_Face.hxx
+include/opencascade/BRepCheck_IndexedDataMapOfShapeResult.hxx
+include/opencascade/BRepCheck_ListIteratorOfListOfStatus.hxx
+include/opencascade/BRepCheck_ListOfStatus.hxx
+include/opencascade/BRepCheck_Result.hxx
+include/opencascade/BRepCheck_Shell.hxx
+include/opencascade/BRepCheck_Solid.hxx
+include/opencascade/BRepCheck_Status.hxx
+include/opencascade/BRepCheck_Vertex.hxx
+include/opencascade/BRepCheck_Wire.hxx
+include/opencascade/BRepClass3d.hxx
+include/opencascade/BRepClass3d_BndBoxTree.hxx
+include/opencascade/BRepClass3d_DataMapIteratorOfMapOfInter.hxx
+include/opencascade/BRepClass3d_Intersector3d.hxx
+include/opencascade/BRepClass3d_Intersector3d.lxx
+include/opencascade/BRepClass3d_MapOfInter.hxx
+include/opencascade/BRepClass3d_SClassifier.hxx
+include/opencascade/BRepClass3d_SolidClassifier.hxx
+include/opencascade/BRepClass3d_SolidExplorer.hxx
+include/opencascade/BRepClass3d_SolidPassiveClassifier.hxx
+include/opencascade/BRepClass_Edge.hxx
+include/opencascade/BRepClass_Edge.lxx
+include/opencascade/BRepClass_FClass2dOfFClassifier.hxx
+include/opencascade/BRepClass_FClassifier.hxx
+include/opencascade/BRepClass_FaceClassifier.hxx
+include/opencascade/BRepClass_FaceExplorer.hxx
+include/opencascade/BRepClass_FaceExplorer.lxx
+include/opencascade/BRepClass_FacePassiveClassifier.hxx
+include/opencascade/BRepClass_Intersector.hxx
+include/opencascade/BRepExtrema_DistShapeShape.hxx
+include/opencascade/BRepExtrema_DistanceSS.hxx
+include/opencascade/BRepExtrema_ElementFilter.hxx
+include/opencascade/BRepExtrema_ExtCC.hxx
+include/opencascade/BRepExtrema_ExtCF.hxx
+include/opencascade/BRepExtrema_ExtFF.hxx
+include/opencascade/BRepExtrema_ExtPC.hxx
+include/opencascade/BRepExtrema_ExtPF.hxx
+include/opencascade/BRepExtrema_MapOfIntegerPackedMapOfInteger.hxx
+include/opencascade/BRepExtrema_OverlapTool.hxx
+include/opencascade/BRepExtrema_Poly.hxx
+include/opencascade/BRepExtrema_ProximityDistTool.hxx
+include/opencascade/BRepExtrema_ProximityValueTool.hxx
+include/opencascade/BRepExtrema_SelfIntersection.hxx
+include/opencascade/BRepExtrema_SeqOfSolution.hxx
+include/opencascade/BRepExtrema_ShapeProximity.hxx
+include/opencascade/BRepExtrema_SolutionElem.hxx
+include/opencascade/BRepExtrema_SupportType.hxx
+include/opencascade/BRepExtrema_TriangleSet.hxx
+include/opencascade/BRepExtrema_UnCompatibleShape.hxx
+include/opencascade/BRepFeat.hxx
+include/opencascade/BRepFeat_Builder.hxx
+include/opencascade/BRepFeat_Form.hxx
+include/opencascade/BRepFeat_Form.lxx
+include/opencascade/BRepFeat_Gluer.hxx
+include/opencascade/BRepFeat_Gluer.lxx
+include/opencascade/BRepFeat_MakeCylindricalHole.hxx
+include/opencascade/BRepFeat_MakeCylindricalHole.lxx
+include/opencascade/BRepFeat_MakeDPrism.hxx
+include/opencascade/BRepFeat_MakeLinearForm.hxx
+include/opencascade/BRepFeat_MakeLinearForm.lxx
+include/opencascade/BRepFeat_MakePipe.hxx
+include/opencascade/BRepFeat_MakePipe.lxx
+include/opencascade/BRepFeat_MakePrism.hxx
+include/opencascade/BRepFeat_MakePrism.lxx
+include/opencascade/BRepFeat_MakeRevol.hxx
+include/opencascade/BRepFeat_MakeRevol.lxx
+include/opencascade/BRepFeat_MakeRevolutionForm.hxx
+include/opencascade/BRepFeat_MakeRevolutionForm.lxx
+include/opencascade/BRepFeat_PerfSelection.hxx
+include/opencascade/BRepFeat_RibSlot.hxx
+include/opencascade/BRepFeat_RibSlot.lxx
+include/opencascade/BRepFeat_SplitShape.hxx
+include/opencascade/BRepFeat_SplitShape.lxx
+include/opencascade/BRepFeat_Status.hxx
+include/opencascade/BRepFeat_StatusError.hxx
+include/opencascade/BRepFill.hxx
+include/opencascade/BRepFill_ACRLaw.hxx
+include/opencascade/BRepFill_AdvancedEvolved.hxx
+include/opencascade/BRepFill_ApproxSeewing.hxx
+include/opencascade/BRepFill_CompatibleWires.hxx
+include/opencascade/BRepFill_ComputeCLine.hxx
+include/opencascade/BRepFill_CurveConstraint.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfNodeDataMapOfShapeShape.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfNodeShape.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfOrientedShapeListOfShape.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeDataMapOfShapeListOfShape.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeHArray2OfShape.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfPnt.hxx
+include/opencascade/BRepFill_DataMapIteratorOfDataMapOfShapeSequenceOfReal.hxx
+include/opencascade/BRepFill_DataMapOfNodeDataMapOfShapeShape.hxx
+include/opencascade/BRepFill_DataMapOfNodeShape.hxx
+include/opencascade/BRepFill_DataMapOfOrientedShapeListOfShape.hxx
+include/opencascade/BRepFill_DataMapOfShapeDataMapOfShapeListOfShape.hxx
+include/opencascade/BRepFill_DataMapOfShapeHArray2OfShape.hxx
+include/opencascade/BRepFill_DataMapOfShapeSequenceOfPnt.hxx
+include/opencascade/BRepFill_DataMapOfShapeSequenceOfReal.hxx
+include/opencascade/BRepFill_Draft.hxx
+include/opencascade/BRepFill_DraftLaw.hxx
+include/opencascade/BRepFill_Edge3DLaw.hxx
+include/opencascade/BRepFill_EdgeFaceAndOrder.hxx
+include/opencascade/BRepFill_EdgeOnSurfLaw.hxx
+include/opencascade/BRepFill_Evolved.hxx
+include/opencascade/BRepFill_FaceAndOrder.hxx
+include/opencascade/BRepFill_Filling.hxx
+include/opencascade/BRepFill_Generator.hxx
+include/opencascade/BRepFill_Generator.lxx
+include/opencascade/BRepFill_IndexedDataMapOfOrientedShapeListOfShape.hxx
+include/opencascade/BRepFill_ListIteratorOfListOfOffsetWire.hxx
+include/opencascade/BRepFill_ListOfOffsetWire.hxx
+include/opencascade/BRepFill_LocationLaw.hxx
+include/opencascade/BRepFill_MultiLine.hxx
+include/opencascade/BRepFill_NSections.hxx
+include/opencascade/BRepFill_OffsetAncestors.hxx
+include/opencascade/BRepFill_OffsetWire.hxx
+include/opencascade/BRepFill_Pipe.hxx
+include/opencascade/BRepFill_PipeShell.hxx
+include/opencascade/BRepFill_Section.hxx
+include/opencascade/BRepFill_Section.lxx
+include/opencascade/BRepFill_SectionLaw.hxx
+include/opencascade/BRepFill_SectionPlacement.hxx
+include/opencascade/BRepFill_SequenceOfEdgeFaceAndOrder.hxx
+include/opencascade/BRepFill_SequenceOfFaceAndOrder.hxx
+include/opencascade/BRepFill_SequenceOfSection.hxx
+include/opencascade/BRepFill_ShapeLaw.hxx
+include/opencascade/BRepFill_ShapeLaw.lxx
+include/opencascade/BRepFill_Sweep.hxx
+include/opencascade/BRepFill_TransitionStyle.hxx
+include/opencascade/BRepFill_TrimEdgeTool.hxx
+include/opencascade/BRepFill_TrimShellCorner.hxx
+include/opencascade/BRepFill_TrimSurfaceTool.hxx
+include/opencascade/BRepFill_TypeOfContact.hxx
+include/opencascade/BRepFilletAPI_LocalOperation.hxx
+include/opencascade/BRepFilletAPI_MakeChamfer.hxx
+include/opencascade/BRepFilletAPI_MakeFillet.hxx
+include/opencascade/BRepFilletAPI_MakeFillet2d.hxx
+include/opencascade/BRepFilletAPI_MakeFillet2d.lxx
+include/opencascade/BRepGProp.hxx
+include/opencascade/BRepGProp_Cinert.hxx
+include/opencascade/BRepGProp_Domain.hxx
+include/opencascade/BRepGProp_Domain.lxx
+include/opencascade/BRepGProp_EdgeTool.hxx
+include/opencascade/BRepGProp_Face.hxx
+include/opencascade/BRepGProp_Face.lxx
+include/opencascade/BRepGProp_Gauss.hxx
+include/opencascade/BRepGProp_MeshCinert.hxx
+include/opencascade/BRepGProp_MeshProps.hxx
+include/opencascade/BRepGProp_Sinert.hxx
+include/opencascade/BRepGProp_TFunction.hxx
+include/opencascade/BRepGProp_TFunction.lxx
+include/opencascade/BRepGProp_UFunction.hxx
+include/opencascade/BRepGProp_UFunction.lxx
+include/opencascade/BRepGProp_Vinert.hxx
+include/opencascade/BRepGProp_VinertGK.hxx
+include/opencascade/BRepIntCurveSurface_Inter.hxx
+include/opencascade/BRepLProp.hxx
+include/opencascade/BRepLProp_CLProps.hxx
+include/opencascade/BRepLProp_CurveTool.hxx
+include/opencascade/BRepLProp_SLProps.hxx
+include/opencascade/BRepLProp_SurfaceTool.hxx
+include/opencascade/BRepLib.hxx
+include/opencascade/BRepLib_CheckCurveOnSurface.hxx
+include/opencascade/BRepLib_Command.hxx
+include/opencascade/BRepLib_EdgeError.hxx
+include/opencascade/BRepLib_FaceError.hxx
+include/opencascade/BRepLib_FindSurface.hxx
+include/opencascade/BRepLib_FuseEdges.hxx
+include/opencascade/BRepLib_MakeEdge.hxx
+include/opencascade/BRepLib_MakeEdge2d.hxx
+include/opencascade/BRepLib_MakeFace.hxx
+include/opencascade/BRepLib_MakePolygon.hxx
+include/opencascade/BRepLib_MakeShape.hxx
+include/opencascade/BRepLib_MakeShell.hxx
+include/opencascade/BRepLib_MakeSolid.hxx
+include/opencascade/BRepLib_MakeVertex.hxx
+include/opencascade/BRepLib_MakeWire.hxx
+include/opencascade/BRepLib_PointCloudShape.hxx
+include/opencascade/BRepLib_ShapeModification.hxx
+include/opencascade/BRepLib_ShellError.hxx
+include/opencascade/BRepLib_ToolTriangulatedShape.hxx
+include/opencascade/BRepLib_ValidateEdge.hxx
+include/opencascade/BRepLib_WireError.hxx
+include/opencascade/BRepMAT2d_BisectingLocus.hxx
+include/opencascade/BRepMAT2d_DataMapIteratorOfDataMapOfBasicEltShape.hxx
+include/opencascade/BRepMAT2d_DataMapIteratorOfDataMapOfShapeSequenceOfBasicElt.hxx
+include/opencascade/BRepMAT2d_DataMapOfBasicEltShape.hxx
+include/opencascade/BRepMAT2d_DataMapOfShapeSequenceOfBasicElt.hxx
+include/opencascade/BRepMAT2d_Explorer.hxx
+include/opencascade/BRepMAT2d_LinkTopoBilo.hxx
+include/opencascade/BRepMeshData_Curve.hxx
+include/opencascade/BRepMeshData_Edge.hxx
+include/opencascade/BRepMeshData_Face.hxx
+include/opencascade/BRepMeshData_Model.hxx
+include/opencascade/BRepMeshData_PCurve.hxx
+include/opencascade/BRepMeshData_Wire.hxx
+include/opencascade/BRepMesh_BaseMeshAlgo.hxx
+include/opencascade/BRepMesh_BoundaryParamsRangeSplitter.hxx
+include/opencascade/BRepMesh_Circle.hxx
+include/opencascade/BRepMesh_CircleInspector.hxx
+include/opencascade/BRepMesh_CircleTool.hxx
+include/opencascade/BRepMesh_Classifier.hxx
+include/opencascade/BRepMesh_ConeRangeSplitter.hxx
+include/opencascade/BRepMesh_ConstrainedBaseMeshAlgo.hxx
+include/opencascade/BRepMesh_Context.hxx
+include/opencascade/BRepMesh_CurveTessellator.hxx
+include/opencascade/BRepMesh_CustomBaseMeshAlgo.hxx
+include/opencascade/BRepMesh_CustomDelaunayBaseMeshAlgo.hxx
+include/opencascade/BRepMesh_CylinderRangeSplitter.hxx
+include/opencascade/BRepMesh_DataStructureOfDelaun.hxx
+include/opencascade/BRepMesh_DefaultRangeSplitter.hxx
+include/opencascade/BRepMesh_Deflection.hxx
+include/opencascade/BRepMesh_DegreeOfFreedom.hxx
+include/opencascade/BRepMesh_DelabellaBaseMeshAlgo.hxx
+include/opencascade/BRepMesh_DelabellaMeshAlgoFactory.hxx
+include/opencascade/BRepMesh_Delaun.hxx
+include/opencascade/BRepMesh_DelaunayBaseMeshAlgo.hxx
+include/opencascade/BRepMesh_DelaunayDeflectionControlMeshAlgo.hxx
+include/opencascade/BRepMesh_DelaunayNodeInsertionMeshAlgo.hxx
+include/opencascade/BRepMesh_DiscretFactory.hxx
+include/opencascade/BRepMesh_DiscretRoot.hxx
+include/opencascade/BRepMesh_Edge.hxx
+include/opencascade/BRepMesh_EdgeDiscret.hxx
+include/opencascade/BRepMesh_EdgeParameterProvider.hxx
+include/opencascade/BRepMesh_EdgeTessellationExtractor.hxx
+include/opencascade/BRepMesh_ExtrusionRangeSplitter.hxx
+include/opencascade/BRepMesh_FaceChecker.hxx
+include/opencascade/BRepMesh_FaceDiscret.hxx
+include/opencascade/BRepMesh_FactoryError.hxx
+include/opencascade/BRepMesh_FastDiscret.hxx
+include/opencascade/BRepMesh_GeomTool.hxx
+include/opencascade/BRepMesh_IncrementalMesh.hxx
+include/opencascade/BRepMesh_MeshAlgoFactory.hxx
+include/opencascade/BRepMesh_MeshTool.hxx
+include/opencascade/BRepMesh_ModelBuilder.hxx
+include/opencascade/BRepMesh_ModelHealer.hxx
+include/opencascade/BRepMesh_ModelPostProcessor.hxx
+include/opencascade/BRepMesh_ModelPreProcessor.hxx
+include/opencascade/BRepMesh_NURBSRangeSplitter.hxx
+include/opencascade/BRepMesh_NodeInsertionMeshAlgo.hxx
+include/opencascade/BRepMesh_OrientedEdge.hxx
+include/opencascade/BRepMesh_PairOfIndex.hxx
+include/opencascade/BRepMesh_PluginEntryType.hxx
+include/opencascade/BRepMesh_PluginMacro.hxx
+include/opencascade/BRepMesh_SelectorOfDataStructureOfDelaun.hxx
+include/opencascade/BRepMesh_ShapeTool.hxx
+include/opencascade/BRepMesh_ShapeVisitor.hxx
+include/opencascade/BRepMesh_SphereRangeSplitter.hxx
+include/opencascade/BRepMesh_TorusRangeSplitter.hxx
+include/opencascade/BRepMesh_Triangle.hxx
+include/opencascade/BRepMesh_Triangulator.hxx
+include/opencascade/BRepMesh_UVParamRangeSplitter.hxx
+include/opencascade/BRepMesh_UndefinedRangeSplitter.hxx
+include/opencascade/BRepMesh_Vertex.hxx
+include/opencascade/BRepMesh_VertexInspector.hxx
+include/opencascade/BRepMesh_VertexTool.hxx
+include/opencascade/BRepOffset.hxx
+include/opencascade/BRepOffsetAPI_DraftAngle.hxx
+include/opencascade/BRepOffsetAPI_FindContigousEdges.hxx
+include/opencascade/BRepOffsetAPI_MakeDraft.hxx
+include/opencascade/BRepOffsetAPI_MakeEvolved.hxx
+include/opencascade/BRepOffsetAPI_MakeFilling.hxx
+include/opencascade/BRepOffsetAPI_MakeOffset.hxx
+include/opencascade/BRepOffsetAPI_MakeOffsetShape.hxx
+include/opencascade/BRepOffsetAPI_MakePipe.hxx
+include/opencascade/BRepOffsetAPI_MakePipeShell.hxx
+include/opencascade/BRepOffsetAPI_MakeThickSolid.hxx
+include/opencascade/BRepOffsetAPI_MiddlePath.hxx
+include/opencascade/BRepOffsetAPI_NormalProjection.hxx
+include/opencascade/BRepOffsetAPI_SequenceOfSequenceOfReal.hxx
+include/opencascade/BRepOffsetAPI_SequenceOfSequenceOfShape.hxx
+include/opencascade/BRepOffsetAPI_Sewing.hxx
+include/opencascade/BRepOffsetAPI_ThruSections.hxx
+include/opencascade/BRepOffset_Analyse.hxx
+include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeListOfInterval.hxx
+include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeMapOfShape.hxx
+include/opencascade/BRepOffset_DataMapIteratorOfDataMapOfShapeOffset.hxx
+include/opencascade/BRepOffset_DataMapOfShapeListOfInterval.hxx
+include/opencascade/BRepOffset_DataMapOfShapeMapOfShape.hxx
+include/opencascade/BRepOffset_DataMapOfShapeOffset.hxx
+include/opencascade/BRepOffset_Error.hxx
+include/opencascade/BRepOffset_Inter2d.hxx
+include/opencascade/BRepOffset_Inter3d.hxx
+include/opencascade/BRepOffset_Interval.hxx
+include/opencascade/BRepOffset_Interval.lxx
+include/opencascade/BRepOffset_ListIteratorOfListOfInterval.hxx
+include/opencascade/BRepOffset_ListOfInterval.hxx
+include/opencascade/BRepOffset_MakeLoops.hxx
+include/opencascade/BRepOffset_MakeOffset.hxx
+include/opencascade/BRepOffset_MakeSimpleOffset.hxx
+include/opencascade/BRepOffset_Mode.hxx
+include/opencascade/BRepOffset_Offset.hxx
+include/opencascade/BRepOffset_Offset.lxx
+include/opencascade/BRepOffset_SimpleOffset.hxx
+include/opencascade/BRepOffset_Status.hxx
+include/opencascade/BRepOffset_Tool.hxx
+include/opencascade/BRepPreviewAPI_MakeBox.hxx
+include/opencascade/BRepPrimAPI_MakeBox.hxx
+include/opencascade/BRepPrimAPI_MakeCone.hxx
+include/opencascade/BRepPrimAPI_MakeCylinder.hxx
+include/opencascade/BRepPrimAPI_MakeHalfSpace.hxx
+include/opencascade/BRepPrimAPI_MakeOneAxis.hxx
+include/opencascade/BRepPrimAPI_MakePrism.hxx
+include/opencascade/BRepPrimAPI_MakeRevol.hxx
+include/opencascade/BRepPrimAPI_MakeRevolution.hxx
+include/opencascade/BRepPrimAPI_MakeSphere.hxx
+include/opencascade/BRepPrimAPI_MakeSweep.hxx
+include/opencascade/BRepPrimAPI_MakeTorus.hxx
+include/opencascade/BRepPrimAPI_MakeWedge.hxx
+include/opencascade/BRepPrim_Builder.hxx
+include/opencascade/BRepPrim_Builder.lxx
+include/opencascade/BRepPrim_Cone.hxx
+include/opencascade/BRepPrim_Cylinder.hxx
+include/opencascade/BRepPrim_Direction.hxx
+include/opencascade/BRepPrim_FaceBuilder.hxx
+include/opencascade/BRepPrim_GWedge.hxx
+include/opencascade/BRepPrim_OneAxis.hxx
+include/opencascade/BRepPrim_Revolution.hxx
+include/opencascade/BRepPrim_Sphere.hxx
+include/opencascade/BRepPrim_Torus.hxx
+include/opencascade/BRepPrim_Wedge.hxx
+include/opencascade/BRepProj_Projection.hxx
+include/opencascade/BRepProj_Projection.lxx
+include/opencascade/BRepSweep_Builder.hxx
+include/opencascade/BRepSweep_Builder.lxx
+include/opencascade/BRepSweep_Iterator.hxx
+include/opencascade/BRepSweep_Iterator.lxx
+include/opencascade/BRepSweep_NumLinearRegularSweep.hxx
+include/opencascade/BRepSweep_Prism.hxx
+include/opencascade/BRepSweep_Revol.hxx
+include/opencascade/BRepSweep_Rotation.hxx
+include/opencascade/BRepSweep_Tool.hxx
+include/opencascade/BRepSweep_Translation.hxx
+include/opencascade/BRepSweep_Trsf.hxx
+include/opencascade/BRepTest.hxx
+include/opencascade/BRepTest_DrawableHistory.hxx
+include/opencascade/BRepTest_Objects.hxx
+include/opencascade/BRepToIGESBRep_Entity.hxx
+include/opencascade/BRepToIGES_BREntity.hxx
+include/opencascade/BRepToIGES_BRShell.hxx
+include/opencascade/BRepToIGES_BRSolid.hxx
+include/opencascade/BRepToIGES_BRWire.hxx
+include/opencascade/BRepTools.hxx
+include/opencascade/BRepTools_CopyModification.hxx
+include/opencascade/BRepTools_DataMapIteratorOfMapOfVertexPnt2d.hxx
+include/opencascade/BRepTools_GTrsfModification.hxx
+include/opencascade/BRepTools_History.hxx
+include/opencascade/BRepTools_MapOfVertexPnt2d.hxx
+include/opencascade/BRepTools_Modification.hxx
+include/opencascade/BRepTools_Modifier.hxx
+include/opencascade/BRepTools_Modifier.lxx
+include/opencascade/BRepTools_NurbsConvertModification.hxx
+include/opencascade/BRepTools_PurgeLocations.hxx
+include/opencascade/BRepTools_Quilt.hxx
+include/opencascade/BRepTools_ReShape.hxx
+include/opencascade/BRepTools_ShapeSet.hxx
+include/opencascade/BRepTools_Substitution.hxx
+include/opencascade/BRepTools_TrsfModification.hxx
+include/opencascade/BRepTools_WireExplorer.hxx
+include/opencascade/BRepTopAdaptor_DataMapIteratorOfMapOfShapeTool.hxx
+include/opencascade/BRepTopAdaptor_FClass2d.hxx
+include/opencascade/BRepTopAdaptor_HVertex.hxx
+include/opencascade/BRepTopAdaptor_HVertex.lxx
+include/opencascade/BRepTopAdaptor_MapOfShapeTool.hxx
+include/opencascade/BRepTopAdaptor_SeqOfPtr.hxx
+include/opencascade/BRepTopAdaptor_Tool.hxx
+include/opencascade/BRepTopAdaptor_TopolTool.hxx
+include/opencascade/BRep_Builder.hxx
+include/opencascade/BRep_Builder.lxx
+include/opencascade/BRep_Curve3D.hxx
+include/opencascade/BRep_CurveOn2Surfaces.hxx
+include/opencascade/BRep_CurveOnClosedSurface.hxx
+include/opencascade/BRep_CurveOnClosedSurface.lxx
+include/opencascade/BRep_CurveOnSurface.hxx
+include/opencascade/BRep_CurveOnSurface.lxx
+include/opencascade/BRep_CurveRepresentation.hxx
+include/opencascade/BRep_CurveRepresentation.lxx
+include/opencascade/BRep_GCurve.hxx
+include/opencascade/BRep_GCurve.lxx
+include/opencascade/BRep_ListIteratorOfListOfCurveRepresentation.hxx
+include/opencascade/BRep_ListIteratorOfListOfPointRepresentation.hxx
+include/opencascade/BRep_ListOfCurveRepresentation.hxx
+include/opencascade/BRep_ListOfPointRepresentation.hxx
+include/opencascade/BRep_PointOnCurve.hxx
+include/opencascade/BRep_PointOnCurveOnSurface.hxx
+include/opencascade/BRep_PointOnSurface.hxx
+include/opencascade/BRep_PointRepresentation.hxx
+include/opencascade/BRep_PointRepresentation.lxx
+include/opencascade/BRep_PointsOnSurface.hxx
+include/opencascade/BRep_Polygon3D.hxx
+include/opencascade/BRep_PolygonOnClosedSurface.hxx
+include/opencascade/BRep_PolygonOnClosedTriangulation.hxx
+include/opencascade/BRep_PolygonOnSurface.hxx
+include/opencascade/BRep_PolygonOnTriangulation.hxx
+include/opencascade/BRep_TEdge.hxx
+include/opencascade/BRep_TEdge.lxx
+include/opencascade/BRep_TFace.hxx
+include/opencascade/BRep_TVertex.hxx
+include/opencascade/BRep_TVertex.lxx
+include/opencascade/BRep_Tool.hxx
+include/opencascade/BSplCLib.hxx
+include/opencascade/BSplCLib.lxx
+include/opencascade/BSplCLib_Cache.hxx
+include/opencascade/BSplCLib_CacheParams.hxx
+include/opencascade/BSplCLib_CurveComputation.gxx
+include/opencascade/BSplCLib_EvaluatorFunction.hxx
+include/opencascade/BSplCLib_KnotDistribution.hxx
+include/opencascade/BSplCLib_MultDistribution.hxx
+include/opencascade/BSplSLib.hxx
+include/opencascade/BSplSLib.lxx
+include/opencascade/BSplSLib_Cache.hxx
+include/opencascade/BSplSLib_EvaluatorFunction.hxx
+include/opencascade/BVH_BinaryTree.hxx
+include/opencascade/BVH_BinnedBuilder.hxx
+include/opencascade/BVH_Box.hxx
+include/opencascade/BVH_BoxSet.hxx
+include/opencascade/BVH_BuildQueue.hxx
+include/opencascade/BVH_BuildThread.hxx
+include/opencascade/BVH_Builder.hxx
+include/opencascade/BVH_Constants.hxx
+include/opencascade/BVH_Distance.hxx
+include/opencascade/BVH_DistanceField.hxx
+include/opencascade/BVH_DistanceField.lxx
+include/opencascade/BVH_Geometry.hxx
+include/opencascade/BVH_IndexedBoxSet.hxx
+include/opencascade/BVH_LinearBuilder.hxx
+include/opencascade/BVH_Object.hxx
+include/opencascade/BVH_ObjectSet.hxx
+include/opencascade/BVH_PairDistance.hxx
+include/opencascade/BVH_PrimitiveSet.hxx
+include/opencascade/BVH_PrimitiveSet3d.hxx
+include/opencascade/BVH_Properties.hxx
+include/opencascade/BVH_QuadTree.hxx
+include/opencascade/BVH_QueueBuilder.hxx
+include/opencascade/BVH_QuickSorter.hxx
+include/opencascade/BVH_RadixSorter.hxx
+include/opencascade/BVH_Ray.hxx
+include/opencascade/BVH_Set.hxx
+include/opencascade/BVH_Sorter.hxx
+include/opencascade/BVH_SpatialMedianBuilder.hxx
+include/opencascade/BVH_SweepPlaneBuilder.hxx
+include/opencascade/BVH_Tools.hxx
+include/opencascade/BVH_Traverse.hxx
+include/opencascade/BVH_Traverse.lxx
+include/opencascade/BVH_Tree.hxx
+include/opencascade/BVH_Triangulation.hxx
+include/opencascade/BVH_Types.hxx
+include/opencascade/BiTgte_Blend.hxx
+include/opencascade/BiTgte_ContactType.hxx
+include/opencascade/BiTgte_CurveOnEdge.hxx
+include/opencascade/BiTgte_CurveOnVertex.hxx
+include/opencascade/BinDrivers.hxx
+include/opencascade/BinDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/BinDrivers_DocumentStorageDriver.hxx
+include/opencascade/BinDrivers_Marker.hxx
+include/opencascade/BinLDrivers.hxx
+include/opencascade/BinLDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/BinLDrivers_DocumentSection.hxx
+include/opencascade/BinLDrivers_DocumentStorageDriver.hxx
+include/opencascade/BinLDrivers_Marker.hxx
+include/opencascade/BinLDrivers_VectorOfDocumentSection.hxx
+include/opencascade/BinMDF.hxx
+include/opencascade/BinMDF_ADriver.hxx
+include/opencascade/BinMDF_ADriver.lxx
+include/opencascade/BinMDF_ADriverTable.hxx
+include/opencascade/BinMDF_ADriverTable.lxx
+include/opencascade/BinMDF_DataMapIteratorOfTypeADriverMap.hxx
+include/opencascade/BinMDF_DerivedDriver.hxx
+include/opencascade/BinMDF_DoubleMapIteratorOfTypeIdMap.hxx
+include/opencascade/BinMDF_ReferenceDriver.hxx
+include/opencascade/BinMDF_StringIdMap.hxx
+include/opencascade/BinMDF_TagSourceDriver.hxx
+include/opencascade/BinMDF_TypeADriverMap.hxx
+include/opencascade/BinMDF_TypeIdMap.hxx
+include/opencascade/BinMDataStd.hxx
+include/opencascade/BinMDataStd_AsciiStringDriver.hxx
+include/opencascade/BinMDataStd_BooleanArrayDriver.hxx
+include/opencascade/BinMDataStd_BooleanListDriver.hxx
+include/opencascade/BinMDataStd_ByteArrayDriver.hxx
+include/opencascade/BinMDataStd_ExpressionDriver.hxx
+include/opencascade/BinMDataStd_ExtStringArrayDriver.hxx
+include/opencascade/BinMDataStd_ExtStringListDriver.hxx
+include/opencascade/BinMDataStd_GenericEmptyDriver.hxx
+include/opencascade/BinMDataStd_GenericExtStringDriver.hxx
+include/opencascade/BinMDataStd_IntPackedMapDriver.hxx
+include/opencascade/BinMDataStd_IntegerArrayDriver.hxx
+include/opencascade/BinMDataStd_IntegerDriver.hxx
+include/opencascade/BinMDataStd_IntegerListDriver.hxx
+include/opencascade/BinMDataStd_NamedDataDriver.hxx
+include/opencascade/BinMDataStd_RealArrayDriver.hxx
+include/opencascade/BinMDataStd_RealDriver.hxx
+include/opencascade/BinMDataStd_RealListDriver.hxx
+include/opencascade/BinMDataStd_ReferenceArrayDriver.hxx
+include/opencascade/BinMDataStd_ReferenceListDriver.hxx
+include/opencascade/BinMDataStd_TreeNodeDriver.hxx
+include/opencascade/BinMDataStd_UAttributeDriver.hxx
+include/opencascade/BinMDataStd_VariableDriver.hxx
+include/opencascade/BinMDataXtd.hxx
+include/opencascade/BinMDataXtd_ConstraintDriver.hxx
+include/opencascade/BinMDataXtd_GeometryDriver.hxx
+include/opencascade/BinMDataXtd_PatternStdDriver.hxx
+include/opencascade/BinMDataXtd_PositionDriver.hxx
+include/opencascade/BinMDataXtd_PresentationDriver.hxx
+include/opencascade/BinMDataXtd_TriangulationDriver.hxx
+include/opencascade/BinMDocStd.hxx
+include/opencascade/BinMDocStd_XLinkDriver.hxx
+include/opencascade/BinMFunction.hxx
+include/opencascade/BinMFunction_FunctionDriver.hxx
+include/opencascade/BinMFunction_GraphNodeDriver.hxx
+include/opencascade/BinMFunction_ScopeDriver.hxx
+include/opencascade/BinMNaming.hxx
+include/opencascade/BinMNaming_NamedShapeDriver.hxx
+include/opencascade/BinMNaming_NamedShapeDriver.lxx
+include/opencascade/BinMNaming_NamingDriver.hxx
+include/opencascade/BinMXCAFDoc.hxx
+include/opencascade/BinMXCAFDoc_AssemblyItemRefDriver.hxx
+include/opencascade/BinMXCAFDoc_CentroidDriver.hxx
+include/opencascade/BinMXCAFDoc_ColorDriver.hxx
+include/opencascade/BinMXCAFDoc_DatumDriver.hxx
+include/opencascade/BinMXCAFDoc_DimTolDriver.hxx
+include/opencascade/BinMXCAFDoc_GraphNodeDriver.hxx
+include/opencascade/BinMXCAFDoc_LengthUnitDriver.hxx
+include/opencascade/BinMXCAFDoc_LocationDriver.hxx
+include/opencascade/BinMXCAFDoc_MaterialDriver.hxx
+include/opencascade/BinMXCAFDoc_NoteBinDataDriver.hxx
+include/opencascade/BinMXCAFDoc_NoteCommentDriver.hxx
+include/opencascade/BinMXCAFDoc_NoteDriver.hxx
+include/opencascade/BinMXCAFDoc_VisMaterialDriver.hxx
+include/opencascade/BinMXCAFDoc_VisMaterialToolDriver.hxx
+include/opencascade/BinObjMgt_PByte.hxx
+include/opencascade/BinObjMgt_PChar.hxx
+include/opencascade/BinObjMgt_PExtChar.hxx
+include/opencascade/BinObjMgt_PInteger.hxx
+include/opencascade/BinObjMgt_PReal.hxx
+include/opencascade/BinObjMgt_PShortReal.hxx
+include/opencascade/BinObjMgt_Persistent.hxx
+include/opencascade/BinObjMgt_Persistent.lxx
+include/opencascade/BinObjMgt_Position.hxx
+include/opencascade/BinObjMgt_RRelocationTable.hxx
+include/opencascade/BinObjMgt_SRelocationTable.hxx
+include/opencascade/BinTObjDrivers.hxx
+include/opencascade/BinTObjDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/BinTObjDrivers_DocumentStorageDriver.hxx
+include/opencascade/BinTObjDrivers_IntSparseArrayDriver.hxx
+include/opencascade/BinTObjDrivers_ModelDriver.hxx
+include/opencascade/BinTObjDrivers_ObjectDriver.hxx
+include/opencascade/BinTObjDrivers_ReferenceDriver.hxx
+include/opencascade/BinTObjDrivers_XYZDriver.hxx
+include/opencascade/BinTools.hxx
+include/opencascade/BinTools_Curve2dSet.hxx
+include/opencascade/BinTools_CurveSet.hxx
+include/opencascade/BinTools_FormatVersion.hxx
+include/opencascade/BinTools_IStream.hxx
+include/opencascade/BinTools_LocationSet.hxx
+include/opencascade/BinTools_LocationSetPtr.hxx
+include/opencascade/BinTools_OStream.hxx
+include/opencascade/BinTools_ObjectType.hxx
+include/opencascade/BinTools_ShapeReader.hxx
+include/opencascade/BinTools_ShapeSet.hxx
+include/opencascade/BinTools_ShapeSetBase.hxx
+include/opencascade/BinTools_ShapeWriter.hxx
+include/opencascade/BinTools_SurfaceSet.hxx
+include/opencascade/BinXCAFDrivers.hxx
+include/opencascade/BinXCAFDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/BinXCAFDrivers_DocumentStorageDriver.hxx
+include/opencascade/Bisector.hxx
+include/opencascade/Bisector_Bisec.hxx
+include/opencascade/Bisector_BisecAna.hxx
+include/opencascade/Bisector_BisecCC.hxx
+include/opencascade/Bisector_BisecPC.hxx
+include/opencascade/Bisector_Curve.hxx
+include/opencascade/Bisector_FunctionH.hxx
+include/opencascade/Bisector_FunctionInter.hxx
+include/opencascade/Bisector_Inter.hxx
+include/opencascade/Bisector_PointOnBis.hxx
+include/opencascade/Bisector_PolyBis.hxx
+include/opencascade/BlendFunc.hxx
+include/opencascade/BlendFunc_CSCircular.hxx
+include/opencascade/BlendFunc_CSConstRad.hxx
+include/opencascade/BlendFunc_ChAsym.hxx
+include/opencascade/BlendFunc_ChAsymInv.hxx
+include/opencascade/BlendFunc_ChamfInv.hxx
+include/opencascade/BlendFunc_Chamfer.hxx
+include/opencascade/BlendFunc_ConstRad.hxx
+include/opencascade/BlendFunc_ConstRadInv.hxx
+include/opencascade/BlendFunc_ConstThroat.hxx
+include/opencascade/BlendFunc_ConstThroatInv.hxx
+include/opencascade/BlendFunc_ConstThroatWithPenetration.hxx
+include/opencascade/BlendFunc_ConstThroatWithPenetrationInv.hxx
+include/opencascade/BlendFunc_Corde.hxx
+include/opencascade/BlendFunc_EvolRad.hxx
+include/opencascade/BlendFunc_EvolRadInv.hxx
+include/opencascade/BlendFunc_GenChamfInv.hxx
+include/opencascade/BlendFunc_GenChamfer.hxx
+include/opencascade/BlendFunc_Ruled.hxx
+include/opencascade/BlendFunc_RuledInv.hxx
+include/opencascade/BlendFunc_SectionShape.hxx
+include/opencascade/BlendFunc_Tensor.hxx
+include/opencascade/BlendFunc_Tensor.lxx
+include/opencascade/Blend_AppFunction.hxx
+include/opencascade/Blend_CSFunction.hxx
+include/opencascade/Blend_CSWalking.gxx
+include/opencascade/Blend_CSWalking.lxx
+include/opencascade/Blend_CSWalking_1.gxx
+include/opencascade/Blend_CSWalking_2.gxx
+include/opencascade/Blend_CSWalking_3.gxx
+include/opencascade/Blend_CSWalking_4.gxx
+include/opencascade/Blend_CurvPointFuncInv.hxx
+include/opencascade/Blend_DecrochStatus.hxx
+include/opencascade/Blend_FuncInv.hxx
+include/opencascade/Blend_Function.hxx
+include/opencascade/Blend_Point.hxx
+include/opencascade/Blend_Point.lxx
+include/opencascade/Blend_RstRstFunction.hxx
+include/opencascade/Blend_SequenceOfPoint.hxx
+include/opencascade/Blend_Status.hxx
+include/opencascade/Blend_SurfCurvFuncInv.hxx
+include/opencascade/Blend_SurfPointFuncInv.hxx
+include/opencascade/Blend_SurfRstFunction.hxx
+include/opencascade/Blend_Walking.gxx
+include/opencascade/Blend_Walking.lxx
+include/opencascade/Blend_Walking_1.gxx
+include/opencascade/Blend_Walking_2.gxx
+include/opencascade/Blend_Walking_3.gxx
+include/opencascade/Blend_Walking_4.gxx
+include/opencascade/BndLib.hxx
+include/opencascade/BndLib_Add2dCurve.hxx
+include/opencascade/BndLib_Add3dCurve.hxx
+include/opencascade/BndLib_AddSurface.hxx
+include/opencascade/Bnd_Array1OfBox.hxx
+include/opencascade/Bnd_Array1OfBox2d.hxx
+include/opencascade/Bnd_Array1OfSphere.hxx
+include/opencascade/Bnd_B2d.hxx
+include/opencascade/Bnd_B2f.hxx
+include/opencascade/Bnd_B2x.gxx
+include/opencascade/Bnd_B2x.lxx
+include/opencascade/Bnd_B3d.hxx
+include/opencascade/Bnd_B3f.hxx
+include/opencascade/Bnd_B3x.gxx
+include/opencascade/Bnd_B3x.lxx
+include/opencascade/Bnd_BoundSortBox.hxx
+include/opencascade/Bnd_Box.hxx
+include/opencascade/Bnd_Box2d.hxx
+include/opencascade/Bnd_HArray1OfBox.hxx
+include/opencascade/Bnd_HArray1OfBox2d.hxx
+include/opencascade/Bnd_HArray1OfSphere.hxx
+include/opencascade/Bnd_OBB.hxx
+include/opencascade/Bnd_Range.hxx
+include/opencascade/Bnd_Sphere.hxx
+include/opencascade/Bnd_Sphere.lxx
+include/opencascade/Bnd_Tools.hxx
+include/opencascade/CDF_Application.hxx
+include/opencascade/CDF_Directory.hxx
+include/opencascade/CDF_DirectoryIterator.hxx
+include/opencascade/CDF_FWOSDriver.hxx
+include/opencascade/CDF_MetaDataDriver.hxx
+include/opencascade/CDF_MetaDataDriverFactory.hxx
+include/opencascade/CDF_Store.hxx
+include/opencascade/CDF_StoreList.hxx
+include/opencascade/CDF_StoreSetNameStatus.hxx
+include/opencascade/CDF_SubComponentStatus.hxx
+include/opencascade/CDF_TryStoreStatus.hxx
+include/opencascade/CDF_TypeOfActivation.hxx
+include/opencascade/CDM_Application.hxx
+include/opencascade/CDM_CanCloseStatus.hxx
+include/opencascade/CDM_DataMapIteratorOfMetaDataLookUpTable.hxx
+include/opencascade/CDM_Document.hxx
+include/opencascade/CDM_DocumentHasher.hxx
+include/opencascade/CDM_DocumentPointer.hxx
+include/opencascade/CDM_ListIteratorOfListOfDocument.hxx
+include/opencascade/CDM_ListIteratorOfListOfReferences.hxx
+include/opencascade/CDM_ListOfDocument.hxx
+include/opencascade/CDM_ListOfReferences.hxx
+include/opencascade/CDM_MapIteratorOfMapOfDocument.hxx
+include/opencascade/CDM_MapOfDocument.hxx
+include/opencascade/CDM_MetaData.hxx
+include/opencascade/CDM_MetaDataLookUpTable.hxx
+include/opencascade/CDM_NamesDirectory.hxx
+include/opencascade/CDM_Reference.hxx
+include/opencascade/CDM_ReferenceIterator.hxx
+include/opencascade/CPnts_AbscissaPoint.hxx
+include/opencascade/CPnts_AbscissaPoint.lxx
+include/opencascade/CPnts_MyGaussFunction.hxx
+include/opencascade/CPnts_MyGaussFunction.lxx
+include/opencascade/CPnts_MyRootFunction.hxx
+include/opencascade/CPnts_MyRootFunction.lxx
+include/opencascade/CPnts_RealFunction.hxx
+include/opencascade/CPnts_UniformDeflection.hxx
+include/opencascade/CPnts_UniformDeflection.lxx
+include/opencascade/CSLib.hxx
+include/opencascade/CSLib_Class2d.hxx
+include/opencascade/CSLib_DerivativeStatus.hxx
+include/opencascade/CSLib_NormalPolyDef.hxx
+include/opencascade/CSLib_NormalStatus.hxx
+include/opencascade/ChFi2d.hxx
+include/opencascade/ChFi2d_AnaFilletAlgo.hxx
+include/opencascade/ChFi2d_Builder.hxx
+include/opencascade/ChFi2d_Builder.lxx
+include/opencascade/ChFi2d_ChamferAPI.hxx
+include/opencascade/ChFi2d_ConstructionError.hxx
+include/opencascade/ChFi2d_FilletAPI.hxx
+include/opencascade/ChFi2d_FilletAlgo.hxx
+include/opencascade/ChFi3d.hxx
+include/opencascade/ChFi3d_Builder.hxx
+include/opencascade/ChFi3d_Builder_0.hxx
+include/opencascade/ChFi3d_ChBuilder.hxx
+include/opencascade/ChFi3d_FilBuilder.hxx
+include/opencascade/ChFi3d_FilletShape.hxx
+include/opencascade/ChFi3d_SearchSing.hxx
+include/opencascade/ChFiDS_ChamfMethod.hxx
+include/opencascade/ChFiDS_ChamfMode.hxx
+include/opencascade/ChFiDS_ChamfSpine.hxx
+include/opencascade/ChFiDS_CircSection.hxx
+include/opencascade/ChFiDS_CommonPoint.hxx
+include/opencascade/ChFiDS_ElSpine.hxx
+include/opencascade/ChFiDS_ErrorStatus.hxx
+include/opencascade/ChFiDS_FaceInterference.hxx
+include/opencascade/ChFiDS_FaceInterference.lxx
+include/opencascade/ChFiDS_FilSpine.hxx
+include/opencascade/ChFiDS_HData.hxx
+include/opencascade/ChFiDS_IndexedDataMapOfVertexListOfStripe.hxx
+include/opencascade/ChFiDS_ListIteratorOfListOfHElSpine.hxx
+include/opencascade/ChFiDS_ListIteratorOfListOfStripe.hxx
+include/opencascade/ChFiDS_ListIteratorOfRegularities.hxx
+include/opencascade/ChFiDS_ListOfHElSpine.hxx
+include/opencascade/ChFiDS_ListOfStripe.hxx
+include/opencascade/ChFiDS_Map.hxx
+include/opencascade/ChFiDS_Regul.hxx
+include/opencascade/ChFiDS_Regularities.hxx
+include/opencascade/ChFiDS_SecArray1.hxx
+include/opencascade/ChFiDS_SecHArray1.hxx
+include/opencascade/ChFiDS_SequenceOfSpine.hxx
+include/opencascade/ChFiDS_SequenceOfSurfData.hxx
+include/opencascade/ChFiDS_Spine.hxx
+include/opencascade/ChFiDS_Spine.lxx
+include/opencascade/ChFiDS_State.hxx
+include/opencascade/ChFiDS_Stripe.hxx
+include/opencascade/ChFiDS_Stripe.lxx
+include/opencascade/ChFiDS_StripeArray1.hxx
+include/opencascade/ChFiDS_StripeMap.hxx
+include/opencascade/ChFiDS_StripeMap.lxx
+include/opencascade/ChFiDS_SurfData.hxx
+include/opencascade/ChFiDS_SurfData.lxx
+include/opencascade/ChFiDS_TypeOfConcavity.hxx
+include/opencascade/ChFiKPart_ComputeData.hxx
+include/opencascade/ChFiKPart_ComputeData_CS.hxx
+include/opencascade/ChFiKPart_ComputeData_ChAsymPlnCon.hxx
+include/opencascade/ChFiKPart_ComputeData_ChAsymPlnCyl.hxx
+include/opencascade/ChFiKPart_ComputeData_ChAsymPlnPln.hxx
+include/opencascade/ChFiKPart_ComputeData_ChPlnCon.hxx
+include/opencascade/ChFiKPart_ComputeData_ChPlnCyl.hxx
+include/opencascade/ChFiKPart_ComputeData_ChPlnPln.hxx
+include/opencascade/ChFiKPart_ComputeData_Fcts.hxx
+include/opencascade/ChFiKPart_ComputeData_FilPlnCon.hxx
+include/opencascade/ChFiKPart_ComputeData_FilPlnCyl.hxx
+include/opencascade/ChFiKPart_ComputeData_FilPlnPln.hxx
+include/opencascade/ChFiKPart_ComputeData_Rotule.hxx
+include/opencascade/ChFiKPart_ComputeData_Sphere.hxx
+include/opencascade/ChFiKPart_DataMapIteratorOfRstMap.hxx
+include/opencascade/ChFiKPart_RstMap.hxx
+include/opencascade/Cocoa_LocalPool.hxx
+include/opencascade/Cocoa_Window.hxx
+include/opencascade/Contap_ArcFunction.hxx
+include/opencascade/Contap_ArcFunction.lxx
+include/opencascade/Contap_ContAna.hxx
+include/opencascade/Contap_ContAna.lxx
+include/opencascade/Contap_Contour.hxx
+include/opencascade/Contap_Contour.lxx
+include/opencascade/Contap_HContTool.hxx
+include/opencascade/Contap_HCurve2dTool.hxx
+include/opencascade/Contap_HCurve2dTool.lxx
+include/opencascade/Contap_IType.hxx
+include/opencascade/Contap_Line.hxx
+include/opencascade/Contap_Line.lxx
+include/opencascade/Contap_Point.hxx
+include/opencascade/Contap_Point.lxx
+include/opencascade/Contap_SequenceOfIWLineOfTheIWalking.hxx
+include/opencascade/Contap_SequenceOfPathPointOfTheSearch.hxx
+include/opencascade/Contap_SequenceOfSegmentOfTheSearch.hxx
+include/opencascade/Contap_SurfFunction.hxx
+include/opencascade/Contap_SurfFunction.lxx
+include/opencascade/Contap_SurfProps.hxx
+include/opencascade/Contap_TFunction.hxx
+include/opencascade/Contap_TheHSequenceOfPoint.hxx
+include/opencascade/Contap_TheIWLineOfTheIWalking.hxx
+include/opencascade/Contap_TheIWalking.hxx
+include/opencascade/Contap_ThePathPointOfTheSearch.hxx
+include/opencascade/Contap_TheSearch.hxx
+include/opencascade/Contap_TheSearchInside.hxx
+include/opencascade/Contap_TheSegmentOfTheSearch.hxx
+include/opencascade/Contap_TheSequenceOfLine.hxx
+include/opencascade/Contap_TheSequenceOfPoint.hxx
+include/opencascade/Convert_CircleToBSplineCurve.hxx
+include/opencascade/Convert_CompBezierCurves2dToBSplineCurve2d.hxx
+include/opencascade/Convert_CompBezierCurvesToBSplineCurve.hxx
+include/opencascade/Convert_CompPolynomialToPoles.hxx
+include/opencascade/Convert_ConeToBSplineSurface.hxx
+include/opencascade/Convert_ConicToBSplineCurve.hxx
+include/opencascade/Convert_CosAndSinEvalFunction.hxx
+include/opencascade/Convert_CylinderToBSplineSurface.hxx
+include/opencascade/Convert_ElementarySurfaceToBSplineSurface.hxx
+include/opencascade/Convert_EllipseToBSplineCurve.hxx
+include/opencascade/Convert_GridPolynomialToPoles.hxx
+include/opencascade/Convert_HyperbolaToBSplineCurve.hxx
+include/opencascade/Convert_ParabolaToBSplineCurve.hxx
+include/opencascade/Convert_ParameterisationType.hxx
+include/opencascade/Convert_PolynomialCosAndSin.hxx
+include/opencascade/Convert_SequenceOfArray1OfPoles.hxx
+include/opencascade/Convert_SequenceOfArray1OfPoles2d.hxx
+include/opencascade/Convert_SphereToBSplineSurface.hxx
+include/opencascade/Convert_TorusToBSplineSurface.hxx
+include/opencascade/DBRep.hxx
+include/opencascade/DBRep_DrawableShape.hxx
+include/opencascade/DBRep_Edge.hxx
+include/opencascade/DBRep_Edge.lxx
+include/opencascade/DBRep_Face.hxx
+include/opencascade/DBRep_Face.lxx
+include/opencascade/DBRep_HideData.hxx
+include/opencascade/DBRep_IsoBuilder.hxx
+include/opencascade/DBRep_ListIteratorOfListOfEdge.hxx
+include/opencascade/DBRep_ListIteratorOfListOfFace.hxx
+include/opencascade/DBRep_ListIteratorOfListOfHideData.hxx
+include/opencascade/DBRep_ListOfEdge.hxx
+include/opencascade/DBRep_ListOfFace.hxx
+include/opencascade/DBRep_ListOfHideData.hxx
+include/opencascade/DBRep_Params.hxx
+include/opencascade/DDF.hxx
+include/opencascade/DDF_AttributeBrowser.hxx
+include/opencascade/DDF_Browser.hxx
+include/opencascade/DDF_Data.hxx
+include/opencascade/DDF_ListIteratorOfTransactionStack.hxx
+include/opencascade/DDF_Transaction.hxx
+include/opencascade/DDF_TransactionStack.hxx
+include/opencascade/DDataStd.hxx
+include/opencascade/DDataStd_DrawDriver.hxx
+include/opencascade/DDataStd_DrawPresentation.hxx
+include/opencascade/DDataStd_TreeBrowser.hxx
+include/opencascade/DDocStd.hxx
+include/opencascade/DDocStd_DrawDocument.hxx
+include/opencascade/DEBRepCascade_ConfigurationNode.hxx
+include/opencascade/DEBRepCascade_Provider.hxx
+include/opencascade/DEXCAFCascade_ConfigurationNode.hxx
+include/opencascade/DEXCAFCascade_Provider.hxx
+include/opencascade/DE_ConfigurationContext.hxx
+include/opencascade/DE_ConfigurationNode.hxx
+include/opencascade/DE_Provider.hxx
+include/opencascade/DE_Wrapper.hxx
+include/opencascade/DNaming.hxx
+include/opencascade/DNaming_BooleanOperationDriver.hxx
+include/opencascade/DNaming_BoxDriver.hxx
+include/opencascade/DNaming_CylinderDriver.hxx
+include/opencascade/DNaming_DataMapIteratorOfDataMapOfShapeOfName.hxx
+include/opencascade/DNaming_DataMapOfShapeOfName.hxx
+include/opencascade/DNaming_FilletDriver.hxx
+include/opencascade/DNaming_Line3DDriver.hxx
+include/opencascade/DNaming_PointDriver.hxx
+include/opencascade/DNaming_PrismDriver.hxx
+include/opencascade/DNaming_RevolutionDriver.hxx
+include/opencascade/DNaming_SelectionDriver.hxx
+include/opencascade/DNaming_SphereDriver.hxx
+include/opencascade/DNaming_TransformationDriver.hxx
+include/opencascade/DPrsStd.hxx
+include/opencascade/Draft.hxx
+include/opencascade/Draft_EdgeInfo.hxx
+include/opencascade/Draft_ErrorStatus.hxx
+include/opencascade/Draft_FaceInfo.hxx
+include/opencascade/Draft_IndexedDataMapOfEdgeEdgeInfo.hxx
+include/opencascade/Draft_IndexedDataMapOfFaceFaceInfo.hxx
+include/opencascade/Draft_IndexedDataMapOfVertexVertexInfo.hxx
+include/opencascade/Draft_Modification.hxx
+include/opencascade/Draft_VertexInfo.hxx
+include/opencascade/Draw.hxx
+include/opencascade/DrawDim.hxx
+include/opencascade/DrawDim_Angle.hxx
+include/opencascade/DrawDim_Dimension.hxx
+include/opencascade/DrawDim_Distance.hxx
+include/opencascade/DrawDim_PlanarAngle.hxx
+include/opencascade/DrawDim_PlanarDiameter.hxx
+include/opencascade/DrawDim_PlanarDimension.hxx
+include/opencascade/DrawDim_PlanarDistance.hxx
+include/opencascade/DrawDim_PlanarRadius.hxx
+include/opencascade/DrawDim_Radius.hxx
+include/opencascade/DrawFairCurve_Batten.hxx
+include/opencascade/DrawFairCurve_MinimalVariation.hxx
+include/opencascade/DrawTrSurf.hxx
+include/opencascade/DrawTrSurf_BSplineCurve.hxx
+include/opencascade/DrawTrSurf_BSplineCurve2d.hxx
+include/opencascade/DrawTrSurf_BSplineSurface.hxx
+include/opencascade/DrawTrSurf_BezierCurve.hxx
+include/opencascade/DrawTrSurf_BezierCurve2d.hxx
+include/opencascade/DrawTrSurf_BezierSurface.hxx
+include/opencascade/DrawTrSurf_Curve.hxx
+include/opencascade/DrawTrSurf_Curve2d.hxx
+include/opencascade/DrawTrSurf_Drawable.hxx
+include/opencascade/DrawTrSurf_Params.hxx
+include/opencascade/DrawTrSurf_Point.hxx
+include/opencascade/DrawTrSurf_Polygon2D.hxx
+include/opencascade/DrawTrSurf_Polygon3D.hxx
+include/opencascade/DrawTrSurf_Surface.hxx
+include/opencascade/DrawTrSurf_Triangulation.hxx
+include/opencascade/DrawTrSurf_Triangulation2D.hxx
+include/opencascade/Draw_Appli.hxx
+include/opencascade/Draw_Axis2D.hxx
+include/opencascade/Draw_Axis3D.hxx
+include/opencascade/Draw_Box.hxx
+include/opencascade/Draw_Chronometer.hxx
+include/opencascade/Draw_Circle2D.hxx
+include/opencascade/Draw_Circle3D.hxx
+include/opencascade/Draw_Color.hxx
+include/opencascade/Draw_ColorKind.hxx
+include/opencascade/Draw_Display.hxx
+include/opencascade/Draw_Drawable2D.hxx
+include/opencascade/Draw_Drawable3D.hxx
+include/opencascade/Draw_Failure.hxx
+include/opencascade/Draw_Grid.hxx
+include/opencascade/Draw_Grid.lxx
+include/opencascade/Draw_Interpretor.hxx
+include/opencascade/Draw_Main.hxx
+include/opencascade/Draw_MapOfAsciiString.hxx
+include/opencascade/Draw_Marker2D.hxx
+include/opencascade/Draw_Marker3D.hxx
+include/opencascade/Draw_MarkerShape.hxx
+include/opencascade/Draw_Number.hxx
+include/opencascade/Draw_PInterp.hxx
+include/opencascade/Draw_PluginMacro.hxx
+include/opencascade/Draw_Printer.hxx
+include/opencascade/Draw_ProgressIndicator.hxx
+include/opencascade/Draw_Segment2D.hxx
+include/opencascade/Draw_Segment3D.hxx
+include/opencascade/Draw_SequenceOfDrawable3D.hxx
+include/opencascade/Draw_Text2D.hxx
+include/opencascade/Draw_Text3D.hxx
+include/opencascade/Draw_View.hxx
+include/opencascade/Draw_Viewer.hxx
+include/opencascade/Draw_Window.hxx
+include/opencascade/DsgPrs.hxx
+include/opencascade/DsgPrs_AnglePresentation.hxx
+include/opencascade/DsgPrs_ArrowSide.hxx
+include/opencascade/DsgPrs_Chamf2dPresentation.hxx
+include/opencascade/DsgPrs_ConcentricPresentation.hxx
+include/opencascade/DsgPrs_DatumPrs.hxx
+include/opencascade/DsgPrs_DiameterPresentation.hxx
+include/opencascade/DsgPrs_EllipseRadiusPresentation.hxx
+include/opencascade/DsgPrs_EqualDistancePresentation.hxx
+include/opencascade/DsgPrs_EqualRadiusPresentation.hxx
+include/opencascade/DsgPrs_FilletRadiusPresentation.hxx
+include/opencascade/DsgPrs_FixPresentation.hxx
+include/opencascade/DsgPrs_IdenticPresentation.hxx
+include/opencascade/DsgPrs_LengthPresentation.hxx
+include/opencascade/DsgPrs_MidPointPresentation.hxx
+include/opencascade/DsgPrs_OffsetPresentation.hxx
+include/opencascade/DsgPrs_ParalPresentation.hxx
+include/opencascade/DsgPrs_PerpenPresentation.hxx
+include/opencascade/DsgPrs_RadiusPresentation.hxx
+include/opencascade/DsgPrs_ShadedPlanePresentation.hxx
+include/opencascade/DsgPrs_ShapeDirPresentation.hxx
+include/opencascade/DsgPrs_SymbPresentation.hxx
+include/opencascade/DsgPrs_SymmetricPresentation.hxx
+include/opencascade/DsgPrs_TangentPresentation.hxx
+include/opencascade/DsgPrs_XYZAxisPresentation.hxx
+include/opencascade/DsgPrs_XYZPlanePresentation.hxx
+include/opencascade/ElCLib.hxx
+include/opencascade/ElCLib.lxx
+include/opencascade/ElSLib.hxx
+include/opencascade/ElSLib.lxx
+include/opencascade/Expr.hxx
+include/opencascade/ExprIntrp.hxx
+include/opencascade/ExprIntrp.tab.h
+include/opencascade/ExprIntrp_Analysis.hxx
+include/opencascade/ExprIntrp_GenExp.hxx
+include/opencascade/ExprIntrp_GenFct.hxx
+include/opencascade/ExprIntrp_GenRel.hxx
+include/opencascade/ExprIntrp_Generator.hxx
+include/opencascade/ExprIntrp_ListIteratorOfStackOfGeneralExpression.hxx
+include/opencascade/ExprIntrp_ListIteratorOfStackOfGeneralFunction.hxx
+include/opencascade/ExprIntrp_ListIteratorOfStackOfGeneralRelation.hxx
+include/opencascade/ExprIntrp_SequenceOfNamedExpression.hxx
+include/opencascade/ExprIntrp_SequenceOfNamedFunction.hxx
+include/opencascade/ExprIntrp_StackOfGeneralExpression.hxx
+include/opencascade/ExprIntrp_StackOfGeneralFunction.hxx
+include/opencascade/ExprIntrp_StackOfGeneralRelation.hxx
+include/opencascade/ExprIntrp_SyntaxError.hxx
+include/opencascade/ExprIntrp_yaccanal.hxx
+include/opencascade/ExprIntrp_yaccintrf.hxx
+include/opencascade/Expr_Absolute.hxx
+include/opencascade/Expr_ArcCosine.hxx
+include/opencascade/Expr_ArcSine.hxx
+include/opencascade/Expr_ArcTangent.hxx
+include/opencascade/Expr_ArgCosh.hxx
+include/opencascade/Expr_ArgSinh.hxx
+include/opencascade/Expr_ArgTanh.hxx
+include/opencascade/Expr_Array1OfGeneralExpression.hxx
+include/opencascade/Expr_Array1OfNamedUnknown.hxx
+include/opencascade/Expr_Array1OfSingleRelation.hxx
+include/opencascade/Expr_BinaryExpression.hxx
+include/opencascade/Expr_BinaryExpression.lxx
+include/opencascade/Expr_BinaryFunction.hxx
+include/opencascade/Expr_Cosh.hxx
+include/opencascade/Expr_Cosine.hxx
+include/opencascade/Expr_Difference.hxx
+include/opencascade/Expr_Different.hxx
+include/opencascade/Expr_Division.hxx
+include/opencascade/Expr_Equal.hxx
+include/opencascade/Expr_Exponential.hxx
+include/opencascade/Expr_Exponentiate.hxx
+include/opencascade/Expr_ExprFailure.hxx
+include/opencascade/Expr_FunctionDerivative.hxx
+include/opencascade/Expr_GeneralExpression.hxx
+include/opencascade/Expr_GeneralFunction.hxx
+include/opencascade/Expr_GeneralRelation.hxx
+include/opencascade/Expr_GreaterThan.hxx
+include/opencascade/Expr_GreaterThanOrEqual.hxx
+include/opencascade/Expr_InvalidAssignment.hxx
+include/opencascade/Expr_InvalidFunction.hxx
+include/opencascade/Expr_InvalidOperand.hxx
+include/opencascade/Expr_LessThan.hxx
+include/opencascade/Expr_LessThanOrEqual.hxx
+include/opencascade/Expr_LogOf10.hxx
+include/opencascade/Expr_LogOfe.hxx
+include/opencascade/Expr_MapOfNamedUnknown.hxx
+include/opencascade/Expr_NamedConstant.hxx
+include/opencascade/Expr_NamedConstant.lxx
+include/opencascade/Expr_NamedExpression.hxx
+include/opencascade/Expr_NamedFunction.hxx
+include/opencascade/Expr_NamedUnknown.hxx
+include/opencascade/Expr_NamedUnknown.lxx
+include/opencascade/Expr_NotAssigned.hxx
+include/opencascade/Expr_NotEvaluable.hxx
+include/opencascade/Expr_NumericValue.hxx
+include/opencascade/Expr_Operators.hxx
+include/opencascade/Expr_PolyExpression.hxx
+include/opencascade/Expr_PolyExpression.lxx
+include/opencascade/Expr_PolyFunction.hxx
+include/opencascade/Expr_Product.hxx
+include/opencascade/Expr_RUIterator.hxx
+include/opencascade/Expr_RelationIterator.hxx
+include/opencascade/Expr_SequenceOfGeneralExpression.hxx
+include/opencascade/Expr_SequenceOfGeneralRelation.hxx
+include/opencascade/Expr_Sign.hxx
+include/opencascade/Expr_Sine.hxx
+include/opencascade/Expr_SingleRelation.hxx
+include/opencascade/Expr_Sinh.hxx
+include/opencascade/Expr_Square.hxx
+include/opencascade/Expr_SquareRoot.hxx
+include/opencascade/Expr_Sum.hxx
+include/opencascade/Expr_SystemRelation.hxx
+include/opencascade/Expr_Tangent.hxx
+include/opencascade/Expr_Tanh.hxx
+include/opencascade/Expr_UnaryExpression.hxx
+include/opencascade/Expr_UnaryExpression.lxx
+include/opencascade/Expr_UnaryFunction.hxx
+include/opencascade/Expr_UnaryMinus.hxx
+include/opencascade/Expr_UnknownIterator.hxx
+include/opencascade/Express.hxx
+include/opencascade/Express_Alias.hxx
+include/opencascade/Express_Array.hxx
+include/opencascade/Express_Bag.hxx
+include/opencascade/Express_Boolean.hxx
+include/opencascade/Express_ComplexType.hxx
+include/opencascade/Express_DataMapOfAsciiStringItem.hxx
+include/opencascade/Express_Entity.hxx
+include/opencascade/Express_Enum.hxx
+include/opencascade/Express_Field.hxx
+include/opencascade/Express_HSequenceOfEntity.hxx
+include/opencascade/Express_HSequenceOfField.hxx
+include/opencascade/Express_HSequenceOfItem.hxx
+include/opencascade/Express_Integer.hxx
+include/opencascade/Express_Item.hxx
+include/opencascade/Express_List.hxx
+include/opencascade/Express_Logical.hxx
+include/opencascade/Express_NamedType.hxx
+include/opencascade/Express_Number.hxx
+include/opencascade/Express_PredefinedType.hxx
+include/opencascade/Express_Real.hxx
+include/opencascade/Express_Reference.hxx
+include/opencascade/Express_Schema.hxx
+include/opencascade/Express_Select.hxx
+include/opencascade/Express_SequenceOfEntity.hxx
+include/opencascade/Express_SequenceOfField.hxx
+include/opencascade/Express_SequenceOfItem.hxx
+include/opencascade/Express_Set.hxx
+include/opencascade/Express_String.hxx
+include/opencascade/Express_Type.hxx
+include/opencascade/Extrema_Array1OfPOnCurv.hxx
+include/opencascade/Extrema_Array1OfPOnCurv2d.hxx
+include/opencascade/Extrema_Array1OfPOnSurf.hxx
+include/opencascade/Extrema_Array2OfPOnCurv.hxx
+include/opencascade/Extrema_Array2OfPOnCurv2d.hxx
+include/opencascade/Extrema_Array2OfPOnSurf.hxx
+include/opencascade/Extrema_Array2OfPOnSurfParams.hxx
+include/opencascade/Extrema_CCLocFOfLocECC.hxx
+include/opencascade/Extrema_CCLocFOfLocECC2d.hxx
+include/opencascade/Extrema_Curve2dTool.hxx
+include/opencascade/Extrema_Curve2dTool.lxx
+include/opencascade/Extrema_CurveLocator.gxx
+include/opencascade/Extrema_CurveTool.hxx
+include/opencascade/Extrema_CurveTool.lxx
+include/opencascade/Extrema_ECC.hxx
+include/opencascade/Extrema_ECC2d.hxx
+include/opencascade/Extrema_ELPCOfLocateExtPC.hxx
+include/opencascade/Extrema_ELPCOfLocateExtPC2d.hxx
+include/opencascade/Extrema_EPCOfELPCOfLocateExtPC.hxx
+include/opencascade/Extrema_EPCOfELPCOfLocateExtPC2d.hxx
+include/opencascade/Extrema_EPCOfExtPC.hxx
+include/opencascade/Extrema_EPCOfExtPC2d.hxx
+include/opencascade/Extrema_ElementType.hxx
+include/opencascade/Extrema_ExtAlgo.hxx
+include/opencascade/Extrema_ExtCC.hxx
+include/opencascade/Extrema_ExtCC2d.hxx
+include/opencascade/Extrema_ExtCS.hxx
+include/opencascade/Extrema_ExtElC.hxx
+include/opencascade/Extrema_ExtElC2d.hxx
+include/opencascade/Extrema_ExtElCS.hxx
+include/opencascade/Extrema_ExtElSS.hxx
+include/opencascade/Extrema_ExtFlag.hxx
+include/opencascade/Extrema_ExtPC.hxx
+include/opencascade/Extrema_ExtPC2d.hxx
+include/opencascade/Extrema_ExtPElC.hxx
+include/opencascade/Extrema_ExtPElC2d.hxx
+include/opencascade/Extrema_ExtPElS.hxx
+include/opencascade/Extrema_ExtPExtS.hxx
+include/opencascade/Extrema_ExtPRevS.hxx
+include/opencascade/Extrema_ExtPS.hxx
+include/opencascade/Extrema_ExtSS.hxx
+include/opencascade/Extrema_FuncExtCC.gxx
+include/opencascade/Extrema_FuncExtCC.lxx
+include/opencascade/Extrema_FuncExtCS.hxx
+include/opencascade/Extrema_FuncExtPC.gxx
+include/opencascade/Extrema_FuncExtSS.hxx
+include/opencascade/Extrema_FuncPSDist.hxx
+include/opencascade/Extrema_FuncPSNorm.hxx
+include/opencascade/Extrema_GExtPC.gxx
+include/opencascade/Extrema_GLocateExtPC.gxx
+include/opencascade/Extrema_GenExtCC.gxx
+include/opencascade/Extrema_GenExtCS.hxx
+include/opencascade/Extrema_GenExtPC.gxx
+include/opencascade/Extrema_GenExtPS.hxx
+include/opencascade/Extrema_GenExtSS.hxx
+include/opencascade/Extrema_GenLocateExtCC.gxx
+include/opencascade/Extrema_GenLocateExtCS.hxx
+include/opencascade/Extrema_GenLocateExtPC.gxx
+include/opencascade/Extrema_GenLocateExtPS.hxx
+include/opencascade/Extrema_GenLocateExtSS.hxx
+include/opencascade/Extrema_GlobOptFuncCC.hxx
+include/opencascade/Extrema_GlobOptFuncCQuadric.hxx
+include/opencascade/Extrema_GlobOptFuncCS.hxx
+include/opencascade/Extrema_GlobOptFuncConicS.hxx
+include/opencascade/Extrema_HArray1OfPOnCurv.hxx
+include/opencascade/Extrema_HArray1OfPOnCurv2d.hxx
+include/opencascade/Extrema_HArray1OfPOnSurf.hxx
+include/opencascade/Extrema_HArray2OfPOnCurv.hxx
+include/opencascade/Extrema_HArray2OfPOnCurv2d.hxx
+include/opencascade/Extrema_HArray2OfPOnSurf.hxx
+include/opencascade/Extrema_HUBTreeOfSphere.hxx
+include/opencascade/Extrema_LocECC.hxx
+include/opencascade/Extrema_LocECC2d.hxx
+include/opencascade/Extrema_LocEPCOfLocateExtPC.hxx
+include/opencascade/Extrema_LocEPCOfLocateExtPC2d.hxx
+include/opencascade/Extrema_LocateExtCC.hxx
+include/opencascade/Extrema_LocateExtCC2d.hxx
+include/opencascade/Extrema_LocateExtPC.hxx
+include/opencascade/Extrema_LocateExtPC2d.hxx
+include/opencascade/Extrema_PCFOfEPCOfELPCOfLocateExtPC.hxx
+include/opencascade/Extrema_PCFOfEPCOfELPCOfLocateExtPC2d.hxx
+include/opencascade/Extrema_PCFOfEPCOfExtPC.hxx
+include/opencascade/Extrema_PCFOfEPCOfExtPC2d.hxx
+include/opencascade/Extrema_PCLocFOfLocEPCOfLocateExtPC.hxx
+include/opencascade/Extrema_PCLocFOfLocEPCOfLocateExtPC2d.hxx
+include/opencascade/Extrema_POnCurv.hxx
+include/opencascade/Extrema_POnCurv2d.hxx
+include/opencascade/Extrema_POnSurf.hxx
+include/opencascade/Extrema_POnSurf.lxx
+include/opencascade/Extrema_POnSurfParams.hxx
+include/opencascade/Extrema_POnSurfParams.lxx
+include/opencascade/Extrema_Point.gxx
+include/opencascade/Extrema_Point.lxx
+include/opencascade/Extrema_SequenceOfPOnCurv.hxx
+include/opencascade/Extrema_SequenceOfPOnCurv2d.hxx
+include/opencascade/Extrema_SequenceOfPOnSurf.hxx
+include/opencascade/FEmTool_Assembly.hxx
+include/opencascade/FEmTool_AssemblyTable.hxx
+include/opencascade/FEmTool_Curve.hxx
+include/opencascade/FEmTool_ElementaryCriterion.hxx
+include/opencascade/FEmTool_ElementsOfRefMatrix.hxx
+include/opencascade/FEmTool_HAssemblyTable.hxx
+include/opencascade/FEmTool_LinearFlexion.hxx
+include/opencascade/FEmTool_LinearJerk.hxx
+include/opencascade/FEmTool_LinearTension.hxx
+include/opencascade/FEmTool_ListIteratorOfListOfVectors.hxx
+include/opencascade/FEmTool_ListOfVectors.hxx
+include/opencascade/FEmTool_ProfileMatrix.hxx
+include/opencascade/FEmTool_SeqOfLinConstr.hxx
+include/opencascade/FEmTool_SparseMatrix.hxx
+include/opencascade/FSD_BStream.hxx
+include/opencascade/FSD_Base64.hxx
+include/opencascade/FSD_BinaryFile.hxx
+include/opencascade/FSD_CmpFile.hxx
+include/opencascade/FSD_FStream.hxx
+include/opencascade/FSD_File.hxx
+include/opencascade/FSD_FileHeader.hxx
+include/opencascade/FairCurve_AnalysisCode.hxx
+include/opencascade/FairCurve_Batten.hxx
+include/opencascade/FairCurve_Batten.lxx
+include/opencascade/FairCurve_BattenLaw.hxx
+include/opencascade/FairCurve_BattenLaw.lxx
+include/opencascade/FairCurve_DistributionOfEnergy.hxx
+include/opencascade/FairCurve_DistributionOfJerk.hxx
+include/opencascade/FairCurve_DistributionOfSagging.hxx
+include/opencascade/FairCurve_DistributionOfTension.hxx
+include/opencascade/FairCurve_DistributionOfTension.lxx
+include/opencascade/FairCurve_Energy.hxx
+include/opencascade/FairCurve_Energy.lxx
+include/opencascade/FairCurve_EnergyOfBatten.hxx
+include/opencascade/FairCurve_EnergyOfBatten.lxx
+include/opencascade/FairCurve_EnergyOfMVC.hxx
+include/opencascade/FairCurve_EnergyOfMVC.lxx
+include/opencascade/FairCurve_MinimalVariation.hxx
+include/opencascade/FairCurve_MinimalVariation.lxx
+include/opencascade/FairCurve_Newton.hxx
+include/opencascade/FilletSurf_Builder.hxx
+include/opencascade/FilletSurf_ErrorTypeStatus.hxx
+include/opencascade/FilletSurf_InternalBuilder.hxx
+include/opencascade/FilletSurf_StatusDone.hxx
+include/opencascade/FilletSurf_StatusType.hxx
+include/opencascade/FlexLexer.h
+include/opencascade/Font_BRepFont.hxx
+include/opencascade/Font_BRepTextBuilder.hxx
+include/opencascade/Font_FTFont.hxx
+include/opencascade/Font_FTLibrary.hxx
+include/opencascade/Font_FontAspect.hxx
+include/opencascade/Font_FontMgr.hxx
+include/opencascade/Font_Hinting.hxx
+include/opencascade/Font_NListOfSystemFont.hxx
+include/opencascade/Font_NameOfFont.hxx
+include/opencascade/Font_Rect.hxx
+include/opencascade/Font_StrictLevel.hxx
+include/opencascade/Font_SystemFont.hxx
+include/opencascade/Font_TextFormatter.hxx
+include/opencascade/Font_UnicodeSubset.hxx
+include/opencascade/GCE2d_MakeArcOfCircle.hxx
+include/opencascade/GCE2d_MakeArcOfEllipse.hxx
+include/opencascade/GCE2d_MakeArcOfHyperbola.hxx
+include/opencascade/GCE2d_MakeArcOfParabola.hxx
+include/opencascade/GCE2d_MakeCircle.hxx
+include/opencascade/GCE2d_MakeEllipse.hxx
+include/opencascade/GCE2d_MakeHyperbola.hxx
+include/opencascade/GCE2d_MakeLine.hxx
+include/opencascade/GCE2d_MakeMirror.hxx
+include/opencascade/GCE2d_MakeParabola.hxx
+include/opencascade/GCE2d_MakeRotation.hxx
+include/opencascade/GCE2d_MakeScale.hxx
+include/opencascade/GCE2d_MakeSegment.hxx
+include/opencascade/GCE2d_MakeTranslation.hxx
+include/opencascade/GCE2d_Root.hxx
+include/opencascade/GCE2d_Root.lxx
+include/opencascade/GCPnts_AbscissaPoint.hxx
+include/opencascade/GCPnts_AbscissaType.hxx
+include/opencascade/GCPnts_DeflectionType.hxx
+include/opencascade/GCPnts_DistFunction.hxx
+include/opencascade/GCPnts_DistFunction2d.hxx
+include/opencascade/GCPnts_QuasiUniformAbscissa.hxx
+include/opencascade/GCPnts_QuasiUniformDeflection.hxx
+include/opencascade/GCPnts_TCurveTypes.hxx
+include/opencascade/GCPnts_TangentialDeflection.hxx
+include/opencascade/GCPnts_UniformAbscissa.hxx
+include/opencascade/GCPnts_UniformDeflection.hxx
+include/opencascade/GC_MakeArcOfCircle.hxx
+include/opencascade/GC_MakeArcOfEllipse.hxx
+include/opencascade/GC_MakeArcOfHyperbola.hxx
+include/opencascade/GC_MakeArcOfParabola.hxx
+include/opencascade/GC_MakeCircle.hxx
+include/opencascade/GC_MakeConicalSurface.hxx
+include/opencascade/GC_MakeCylindricalSurface.hxx
+include/opencascade/GC_MakeEllipse.hxx
+include/opencascade/GC_MakeHyperbola.hxx
+include/opencascade/GC_MakeLine.hxx
+include/opencascade/GC_MakeMirror.hxx
+include/opencascade/GC_MakePlane.hxx
+include/opencascade/GC_MakeRotation.hxx
+include/opencascade/GC_MakeScale.hxx
+include/opencascade/GC_MakeSegment.hxx
+include/opencascade/GC_MakeTranslation.hxx
+include/opencascade/GC_MakeTrimmedCone.hxx
+include/opencascade/GC_MakeTrimmedCylinder.hxx
+include/opencascade/GC_Root.hxx
+include/opencascade/GC_Root.lxx
+include/opencascade/GProp.hxx
+include/opencascade/GProp_CelGProps.hxx
+include/opencascade/GProp_EquaType.hxx
+include/opencascade/GProp_GProps.hxx
+include/opencascade/GProp_PEquation.hxx
+include/opencascade/GProp_PGProps.hxx
+include/opencascade/GProp_PrincipalProps.hxx
+include/opencascade/GProp_SelGProps.hxx
+include/opencascade/GProp_UndefinedAxis.hxx
+include/opencascade/GProp_ValueType.hxx
+include/opencascade/GProp_VelGProps.hxx
+include/opencascade/GccAna_Circ2d2TanOn.hxx
+include/opencascade/GccAna_Circ2d2TanRad.hxx
+include/opencascade/GccAna_Circ2d3Tan.hxx
+include/opencascade/GccAna_Circ2dBisec.hxx
+include/opencascade/GccAna_Circ2dTanCen.hxx
+include/opencascade/GccAna_Circ2dTanOnRad.hxx
+include/opencascade/GccAna_CircLin2dBisec.hxx
+include/opencascade/GccAna_CircPnt2dBisec.hxx
+include/opencascade/GccAna_Lin2d2Tan.hxx
+include/opencascade/GccAna_Lin2dBisec.hxx
+include/opencascade/GccAna_Lin2dTanObl.hxx
+include/opencascade/GccAna_Lin2dTanPar.hxx
+include/opencascade/GccAna_Lin2dTanPer.hxx
+include/opencascade/GccAna_LinPnt2dBisec.hxx
+include/opencascade/GccAna_NoSolution.hxx
+include/opencascade/GccAna_Pnt2dBisec.hxx
+include/opencascade/GccEnt.hxx
+include/opencascade/GccEnt_Array1OfPosition.hxx
+include/opencascade/GccEnt_BadQualifier.hxx
+include/opencascade/GccEnt_Position.hxx
+include/opencascade/GccEnt_QualifiedCirc.hxx
+include/opencascade/GccEnt_QualifiedLin.hxx
+include/opencascade/GccInt_BCirc.hxx
+include/opencascade/GccInt_BElips.hxx
+include/opencascade/GccInt_BHyper.hxx
+include/opencascade/GccInt_BLine.hxx
+include/opencascade/GccInt_BParab.hxx
+include/opencascade/GccInt_BPoint.hxx
+include/opencascade/GccInt_Bisec.hxx
+include/opencascade/GccInt_IType.hxx
+include/opencascade/Geom2dAPI_ExtremaCurveCurve.hxx
+include/opencascade/Geom2dAPI_ExtremaCurveCurve.lxx
+include/opencascade/Geom2dAPI_InterCurveCurve.hxx
+include/opencascade/Geom2dAPI_InterCurveCurve.lxx
+include/opencascade/Geom2dAPI_Interpolate.hxx
+include/opencascade/Geom2dAPI_PointsToBSpline.hxx
+include/opencascade/Geom2dAPI_ProjectPointOnCurve.hxx
+include/opencascade/Geom2dAPI_ProjectPointOnCurve.lxx
+include/opencascade/Geom2dAdaptor.hxx
+include/opencascade/Geom2dAdaptor_Curve.hxx
+include/opencascade/Geom2dConvert.hxx
+include/opencascade/Geom2dConvert_ApproxArcsSegments.hxx
+include/opencascade/Geom2dConvert_ApproxCurve.hxx
+include/opencascade/Geom2dConvert_BSplineCurveKnotSplitting.hxx
+include/opencascade/Geom2dConvert_BSplineCurveToBezierCurve.hxx
+include/opencascade/Geom2dConvert_CompCurveToBSplineCurve.hxx
+include/opencascade/Geom2dConvert_PPoint.hxx
+include/opencascade/Geom2dConvert_SequenceOfPPoint.hxx
+include/opencascade/Geom2dEvaluator.hxx
+include/opencascade/Geom2dEvaluator_Curve.hxx
+include/opencascade/Geom2dEvaluator_OffsetCurve.hxx
+include/opencascade/Geom2dGcc.hxx
+include/opencascade/Geom2dGcc_Circ2d2TanOn.hxx
+include/opencascade/Geom2dGcc_Circ2d2TanOnGeo.hxx
+include/opencascade/Geom2dGcc_Circ2d2TanOnIter.hxx
+include/opencascade/Geom2dGcc_Circ2d2TanRad.hxx
+include/opencascade/Geom2dGcc_Circ2d2TanRadGeo.hxx
+include/opencascade/Geom2dGcc_Circ2d3Tan.hxx
+include/opencascade/Geom2dGcc_Circ2d3TanIter.hxx
+include/opencascade/Geom2dGcc_Circ2dTanCen.hxx
+include/opencascade/Geom2dGcc_Circ2dTanCenGeo.hxx
+include/opencascade/Geom2dGcc_Circ2dTanOnRad.hxx
+include/opencascade/Geom2dGcc_Circ2dTanOnRadGeo.hxx
+include/opencascade/Geom2dGcc_CurveTool.hxx
+include/opencascade/Geom2dGcc_FunctionTanCirCu.hxx
+include/opencascade/Geom2dGcc_FunctionTanCuCu.hxx
+include/opencascade/Geom2dGcc_FunctionTanCuCuCu.hxx
+include/opencascade/Geom2dGcc_FunctionTanCuCuOnCu.hxx
+include/opencascade/Geom2dGcc_FunctionTanCuPnt.hxx
+include/opencascade/Geom2dGcc_FunctionTanObl.hxx
+include/opencascade/Geom2dGcc_IsParallel.hxx
+include/opencascade/Geom2dGcc_Lin2d2Tan.hxx
+include/opencascade/Geom2dGcc_Lin2d2TanIter.hxx
+include/opencascade/Geom2dGcc_Lin2dTanObl.hxx
+include/opencascade/Geom2dGcc_Lin2dTanOblIter.hxx
+include/opencascade/Geom2dGcc_QCurve.hxx
+include/opencascade/Geom2dGcc_QualifiedCurve.hxx
+include/opencascade/Geom2dGcc_Type1.hxx
+include/opencascade/Geom2dGcc_Type2.hxx
+include/opencascade/Geom2dGcc_Type3.hxx
+include/opencascade/Geom2dHatch_Classifier.hxx
+include/opencascade/Geom2dHatch_DataMapIteratorOfHatchings.hxx
+include/opencascade/Geom2dHatch_DataMapIteratorOfMapOfElements.hxx
+include/opencascade/Geom2dHatch_Element.hxx
+include/opencascade/Geom2dHatch_Elements.hxx
+include/opencascade/Geom2dHatch_FClass2dOfClassifier.hxx
+include/opencascade/Geom2dHatch_Hatcher.hxx
+include/opencascade/Geom2dHatch_Hatcher.lxx
+include/opencascade/Geom2dHatch_Hatching.hxx
+include/opencascade/Geom2dHatch_Hatchings.hxx
+include/opencascade/Geom2dHatch_Intersector.hxx
+include/opencascade/Geom2dHatch_Intersector.lxx
+include/opencascade/Geom2dHatch_MapOfElements.hxx
+include/opencascade/Geom2dInt_ExactIntersectionPointOfTheIntPCurvePCurveOfGInter.hxx
+include/opencascade/Geom2dInt_GInter.hxx
+include/opencascade/Geom2dInt_Geom2dCurveTool.hxx
+include/opencascade/Geom2dInt_Geom2dCurveTool.lxx
+include/opencascade/Geom2dInt_IntConicCurveOfGInter.hxx
+include/opencascade/Geom2dInt_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfGInter.hxx
+include/opencascade/Geom2dInt_PCLocFOfTheLocateExtPCOfTheProjPCurOfGInter.hxx
+include/opencascade/Geom2dInt_TheCurveLocatorOfTheProjPCurOfGInter.hxx
+include/opencascade/Geom2dInt_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfGInter.hxx
+include/opencascade/Geom2dInt_TheIntConicCurveOfGInter.hxx
+include/opencascade/Geom2dInt_TheIntPCurvePCurveOfGInter.hxx
+include/opencascade/Geom2dInt_TheIntersectorOfTheIntConicCurveOfGInter.hxx
+include/opencascade/Geom2dInt_TheLocateExtPCOfTheProjPCurOfGInter.hxx
+include/opencascade/Geom2dInt_ThePolygon2dOfTheIntPCurvePCurveOfGInter.hxx
+include/opencascade/Geom2dInt_TheProjPCurOfGInter.hxx
+include/opencascade/Geom2dLProp_CLProps2d.hxx
+include/opencascade/Geom2dLProp_CurAndInf2d.hxx
+include/opencascade/Geom2dLProp_Curve2dTool.hxx
+include/opencascade/Geom2dLProp_FuncCurExt.hxx
+include/opencascade/Geom2dLProp_FuncCurNul.hxx
+include/opencascade/Geom2dLProp_NumericCurInf2d.hxx
+include/opencascade/Geom2dToIGES_Geom2dCurve.hxx
+include/opencascade/Geom2dToIGES_Geom2dEntity.hxx
+include/opencascade/Geom2dToIGES_Geom2dPoint.hxx
+include/opencascade/Geom2dToIGES_Geom2dVector.hxx
+include/opencascade/Geom2d_AxisPlacement.hxx
+include/opencascade/Geom2d_BSplineCurve.hxx
+include/opencascade/Geom2d_BezierCurve.hxx
+include/opencascade/Geom2d_BoundedCurve.hxx
+include/opencascade/Geom2d_CartesianPoint.hxx
+include/opencascade/Geom2d_Circle.hxx
+include/opencascade/Geom2d_Conic.hxx
+include/opencascade/Geom2d_Curve.hxx
+include/opencascade/Geom2d_Direction.hxx
+include/opencascade/Geom2d_Ellipse.hxx
+include/opencascade/Geom2d_Geometry.hxx
+include/opencascade/Geom2d_Hyperbola.hxx
+include/opencascade/Geom2d_Line.hxx
+include/opencascade/Geom2d_OffsetCurve.hxx
+include/opencascade/Geom2d_Parabola.hxx
+include/opencascade/Geom2d_Point.hxx
+include/opencascade/Geom2d_Transformation.hxx
+include/opencascade/Geom2d_TrimmedCurve.hxx
+include/opencascade/Geom2d_UndefinedDerivative.hxx
+include/opencascade/Geom2d_UndefinedValue.hxx
+include/opencascade/Geom2d_Vector.hxx
+include/opencascade/Geom2d_VectorWithMagnitude.hxx
+include/opencascade/GeomAPI.hxx
+include/opencascade/GeomAPI_ExtremaCurveCurve.hxx
+include/opencascade/GeomAPI_ExtremaCurveCurve.lxx
+include/opencascade/GeomAPI_ExtremaCurveSurface.hxx
+include/opencascade/GeomAPI_ExtremaCurveSurface.lxx
+include/opencascade/GeomAPI_ExtremaSurfaceSurface.hxx
+include/opencascade/GeomAPI_ExtremaSurfaceSurface.lxx
+include/opencascade/GeomAPI_IntCS.hxx
+include/opencascade/GeomAPI_IntSS.hxx
+include/opencascade/GeomAPI_IntSS.lxx
+include/opencascade/GeomAPI_Interpolate.hxx
+include/opencascade/GeomAPI_PointsToBSpline.hxx
+include/opencascade/GeomAPI_PointsToBSplineSurface.hxx
+include/opencascade/GeomAPI_ProjectPointOnCurve.hxx
+include/opencascade/GeomAPI_ProjectPointOnCurve.lxx
+include/opencascade/GeomAPI_ProjectPointOnSurf.hxx
+include/opencascade/GeomAPI_ProjectPointOnSurf.lxx
+include/opencascade/GeomAbs_BSplKnotDistribution.hxx
+include/opencascade/GeomAbs_CurveType.hxx
+include/opencascade/GeomAbs_IsoType.hxx
+include/opencascade/GeomAbs_JoinType.hxx
+include/opencascade/GeomAbs_Shape.hxx
+include/opencascade/GeomAbs_SurfaceType.hxx
+include/opencascade/GeomAdaptor.hxx
+include/opencascade/GeomAdaptor_Curve.hxx
+include/opencascade/GeomAdaptor_Surface.hxx
+include/opencascade/GeomAdaptor_SurfaceOfLinearExtrusion.hxx
+include/opencascade/GeomAdaptor_SurfaceOfRevolution.hxx
+include/opencascade/GeomConvert.hxx
+include/opencascade/GeomConvert_ApproxCurve.hxx
+include/opencascade/GeomConvert_ApproxSurface.hxx
+include/opencascade/GeomConvert_BSplineCurveKnotSplitting.hxx
+include/opencascade/GeomConvert_BSplineCurveToBezierCurve.hxx
+include/opencascade/GeomConvert_BSplineSurfaceKnotSplitting.hxx
+include/opencascade/GeomConvert_BSplineSurfaceToBezierSurface.hxx
+include/opencascade/GeomConvert_CompBezierSurfacesToBSplineSurface.hxx
+include/opencascade/GeomConvert_CompBezierSurfacesToBSplineSurface.lxx
+include/opencascade/GeomConvert_CompCurveToBSplineCurve.hxx
+include/opencascade/GeomConvert_ConvType.hxx
+include/opencascade/GeomConvert_CurveToAnaCurve.hxx
+include/opencascade/GeomConvert_FuncConeLSDist.hxx
+include/opencascade/GeomConvert_FuncCylinderLSDist.hxx
+include/opencascade/GeomConvert_FuncSphereLSDist.hxx
+include/opencascade/GeomConvert_SurfToAnaSurf.hxx
+include/opencascade/GeomConvert_Units.hxx
+include/opencascade/GeomEvaluator_Curve.hxx
+include/opencascade/GeomEvaluator_OffsetCurve.hxx
+include/opencascade/GeomEvaluator_OffsetSurface.hxx
+include/opencascade/GeomEvaluator_Surface.hxx
+include/opencascade/GeomEvaluator_SurfaceOfExtrusion.hxx
+include/opencascade/GeomEvaluator_SurfaceOfRevolution.hxx
+include/opencascade/GeomFill.hxx
+include/opencascade/GeomFill_AppSurf.hxx
+include/opencascade/GeomFill_AppSweep.hxx
+include/opencascade/GeomFill_ApproxStyle.hxx
+include/opencascade/GeomFill_Array1OfLocationLaw.hxx
+include/opencascade/GeomFill_Array1OfSectionLaw.hxx
+include/opencascade/GeomFill_BSplineCurves.hxx
+include/opencascade/GeomFill_BSplineCurves.lxx
+include/opencascade/GeomFill_BezierCurves.hxx
+include/opencascade/GeomFill_BezierCurves.lxx
+include/opencascade/GeomFill_BoundWithSurf.hxx
+include/opencascade/GeomFill_Boundary.hxx
+include/opencascade/GeomFill_CircularBlendFunc.hxx
+include/opencascade/GeomFill_ConstantBiNormal.hxx
+include/opencascade/GeomFill_ConstrainedFilling.hxx
+include/opencascade/GeomFill_Coons.hxx
+include/opencascade/GeomFill_CoonsAlgPatch.hxx
+include/opencascade/GeomFill_CornerState.hxx
+include/opencascade/GeomFill_CorrectedFrenet.hxx
+include/opencascade/GeomFill_CurveAndTrihedron.hxx
+include/opencascade/GeomFill_Curved.hxx
+include/opencascade/GeomFill_Darboux.hxx
+include/opencascade/GeomFill_DegeneratedBound.hxx
+include/opencascade/GeomFill_DiscreteTrihedron.hxx
+include/opencascade/GeomFill_DraftTrihedron.hxx
+include/opencascade/GeomFill_EvolvedSection.hxx
+include/opencascade/GeomFill_Filling.hxx
+include/opencascade/GeomFill_FillingStyle.hxx
+include/opencascade/GeomFill_Fixed.hxx
+include/opencascade/GeomFill_Frenet.hxx
+include/opencascade/GeomFill_FunctionDraft.hxx
+include/opencascade/GeomFill_FunctionGuide.hxx
+include/opencascade/GeomFill_Generator.hxx
+include/opencascade/GeomFill_Generator.lxx
+include/opencascade/GeomFill_GuideTrihedronAC.hxx
+include/opencascade/GeomFill_GuideTrihedronPlan.hxx
+include/opencascade/GeomFill_HArray1OfLocationLaw.hxx
+include/opencascade/GeomFill_HArray1OfSectionLaw.hxx
+include/opencascade/GeomFill_HSequenceOfAx2.hxx
+include/opencascade/GeomFill_Line.hxx
+include/opencascade/GeomFill_Line.lxx
+include/opencascade/GeomFill_LocFunction.hxx
+include/opencascade/GeomFill_LocationDraft.hxx
+include/opencascade/GeomFill_LocationGuide.hxx
+include/opencascade/GeomFill_LocationLaw.hxx
+include/opencascade/GeomFill_NSections.hxx
+include/opencascade/GeomFill_Pipe.hxx
+include/opencascade/GeomFill_Pipe.lxx
+include/opencascade/GeomFill_PipeError.hxx
+include/opencascade/GeomFill_PlanFunc.hxx
+include/opencascade/GeomFill_PolynomialConvertor.hxx
+include/opencascade/GeomFill_Profiler.hxx
+include/opencascade/GeomFill_Profiler.lxx
+include/opencascade/GeomFill_QuasiAngularConvertor.hxx
+include/opencascade/GeomFill_SectionGenerator.hxx
+include/opencascade/GeomFill_SectionLaw.hxx
+include/opencascade/GeomFill_SectionPlacement.hxx
+include/opencascade/GeomFill_SequenceOfAx2.hxx
+include/opencascade/GeomFill_SequenceOfTrsf.hxx
+include/opencascade/GeomFill_SimpleBound.hxx
+include/opencascade/GeomFill_SnglrFunc.hxx
+include/opencascade/GeomFill_Stretch.hxx
+include/opencascade/GeomFill_Sweep.hxx
+include/opencascade/GeomFill_SweepFunction.hxx
+include/opencascade/GeomFill_SweepSectionGenerator.hxx
+include/opencascade/GeomFill_SweepSectionGenerator.lxx
+include/opencascade/GeomFill_Tensor.hxx
+include/opencascade/GeomFill_Tensor.lxx
+include/opencascade/GeomFill_TgtField.hxx
+include/opencascade/GeomFill_TgtOnCoons.hxx
+include/opencascade/GeomFill_Trihedron.hxx
+include/opencascade/GeomFill_TrihedronLaw.hxx
+include/opencascade/GeomFill_TrihedronWithGuide.hxx
+include/opencascade/GeomFill_UniformSection.hxx
+include/opencascade/GeomInt.hxx
+include/opencascade/GeomInt_BSpGradient_BFGSOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_BSpParFunctionOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_BSpParLeastSquareOfMyBSplGradientOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_Gradient_BFGSOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_IntSS.hxx
+include/opencascade/GeomInt_IntSS.lxx
+include/opencascade/GeomInt_LineConstructor.hxx
+include/opencascade/GeomInt_LineConstructor.lxx
+include/opencascade/GeomInt_LineTool.hxx
+include/opencascade/GeomInt_MyBSplGradientOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_MyGradientOfTheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_MyGradientbisOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_ParFunctionOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_ParFunctionOfMyGradientbisOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_ParLeastSquareOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_ParLeastSquareOfMyGradientbisOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_ParameterAndOrientation.hxx
+include/opencascade/GeomInt_ResConstraintOfMyGradientOfTheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_ResConstraintOfMyGradientbisOfTheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_SequenceOfParameterAndOrientation.hxx
+include/opencascade/GeomInt_TheComputeLineBezierOfWLApprox.hxx
+include/opencascade/GeomInt_TheComputeLineOfWLApprox.hxx
+include/opencascade/GeomInt_TheFunctionOfTheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx
+include/opencascade/GeomInt_TheImpPrmSvSurfacesOfWLApprox.hxx
+include/opencascade/GeomInt_TheInt2SOfThePrmPrmSvSurfacesOfWLApprox.hxx
+include/opencascade/GeomInt_TheMultiLineOfWLApprox.hxx
+include/opencascade/GeomInt_TheMultiLineToolOfWLApprox.hxx
+include/opencascade/GeomInt_ThePrmPrmSvSurfacesOfWLApprox.hxx
+include/opencascade/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx
+include/opencascade/GeomInt_VectorOfReal.hxx
+include/opencascade/GeomInt_WLApprox.hxx
+include/opencascade/GeomLProp.hxx
+include/opencascade/GeomLProp_CLProps.hxx
+include/opencascade/GeomLProp_CurveTool.hxx
+include/opencascade/GeomLProp_SLProps.hxx
+include/opencascade/GeomLProp_SurfaceTool.hxx
+include/opencascade/GeomLib.hxx
+include/opencascade/GeomLib_Array1OfMat.hxx
+include/opencascade/GeomLib_Check2dBSplineCurve.hxx
+include/opencascade/GeomLib_Check2dBSplineCurve.lxx
+include/opencascade/GeomLib_CheckBSplineCurve.hxx
+include/opencascade/GeomLib_CheckBSplineCurve.lxx
+include/opencascade/GeomLib_CheckCurveOnSurface.hxx
+include/opencascade/GeomLib_DenominatorMultiplier.hxx
+include/opencascade/GeomLib_DenominatorMultiplierPtr.hxx
+include/opencascade/GeomLib_Interpolate.hxx
+include/opencascade/GeomLib_Interpolate.lxx
+include/opencascade/GeomLib_InterpolationErrors.hxx
+include/opencascade/GeomLib_IsPlanarSurface.hxx
+include/opencascade/GeomLib_LogSample.hxx
+include/opencascade/GeomLib_MakeCurvefromApprox.hxx
+include/opencascade/GeomLib_MakeCurvefromApprox.lxx
+include/opencascade/GeomLib_PolyFunc.hxx
+include/opencascade/GeomLib_Tool.hxx
+include/opencascade/GeomPlate_Aij.hxx
+include/opencascade/GeomPlate_Array1OfHCurve.hxx
+include/opencascade/GeomPlate_Array1OfSequenceOfReal.hxx
+include/opencascade/GeomPlate_BuildAveragePlane.hxx
+include/opencascade/GeomPlate_BuildPlateSurface.hxx
+include/opencascade/GeomPlate_CurveConstraint.hxx
+include/opencascade/GeomPlate_HArray1OfHCurve.hxx
+include/opencascade/GeomPlate_HArray1OfSequenceOfReal.hxx
+include/opencascade/GeomPlate_HSequenceOfCurveConstraint.hxx
+include/opencascade/GeomPlate_HSequenceOfPointConstraint.hxx
+include/opencascade/GeomPlate_MakeApprox.hxx
+include/opencascade/GeomPlate_PlateG0Criterion.hxx
+include/opencascade/GeomPlate_PlateG1Criterion.hxx
+include/opencascade/GeomPlate_PointConstraint.hxx
+include/opencascade/GeomPlate_SequenceOfAij.hxx
+include/opencascade/GeomPlate_SequenceOfCurveConstraint.hxx
+include/opencascade/GeomPlate_SequenceOfPointConstraint.hxx
+include/opencascade/GeomPlate_Surface.hxx
+include/opencascade/GeomProjLib.hxx
+include/opencascade/GeomToIGES_GeomCurve.hxx
+include/opencascade/GeomToIGES_GeomEntity.hxx
+include/opencascade/GeomToIGES_GeomPoint.hxx
+include/opencascade/GeomToIGES_GeomSurface.hxx
+include/opencascade/GeomToIGES_GeomVector.hxx
+include/opencascade/GeomToStep_MakeAxis1Placement.hxx
+include/opencascade/GeomToStep_MakeAxis2Placement2d.hxx
+include/opencascade/GeomToStep_MakeAxis2Placement3d.hxx
+include/opencascade/GeomToStep_MakeBSplineCurveWithKnots.hxx
+include/opencascade/GeomToStep_MakeBSplineCurveWithKnotsAndRationalBSplineCurve.hxx
+include/opencascade/GeomToStep_MakeBSplineSurfaceWithKnots.hxx
+include/opencascade/GeomToStep_MakeBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx
+include/opencascade/GeomToStep_MakeBoundedCurve.hxx
+include/opencascade/GeomToStep_MakeBoundedSurface.hxx
+include/opencascade/GeomToStep_MakeCartesianPoint.hxx
+include/opencascade/GeomToStep_MakeCircle.hxx
+include/opencascade/GeomToStep_MakeConic.hxx
+include/opencascade/GeomToStep_MakeConicalSurface.hxx
+include/opencascade/GeomToStep_MakeCurve.hxx
+include/opencascade/GeomToStep_MakeCylindricalSurface.hxx
+include/opencascade/GeomToStep_MakeDirection.hxx
+include/opencascade/GeomToStep_MakeElementarySurface.hxx
+include/opencascade/GeomToStep_MakeEllipse.hxx
+include/opencascade/GeomToStep_MakeHyperbola.hxx
+include/opencascade/GeomToStep_MakeLine.hxx
+include/opencascade/GeomToStep_MakeParabola.hxx
+include/opencascade/GeomToStep_MakePlane.hxx
+include/opencascade/GeomToStep_MakePolyline.hxx
+include/opencascade/GeomToStep_MakeRectangularTrimmedSurface.hxx
+include/opencascade/GeomToStep_MakeSphericalSurface.hxx
+include/opencascade/GeomToStep_MakeSurface.hxx
+include/opencascade/GeomToStep_MakeSurfaceOfLinearExtrusion.hxx
+include/opencascade/GeomToStep_MakeSurfaceOfRevolution.hxx
+include/opencascade/GeomToStep_MakeSweptSurface.hxx
+include/opencascade/GeomToStep_MakeToroidalSurface.hxx
+include/opencascade/GeomToStep_MakeVector.hxx
+include/opencascade/GeomToStep_Root.hxx
+include/opencascade/GeomTools.hxx
+include/opencascade/GeomTools_Curve2dSet.hxx
+include/opencascade/GeomTools_CurveSet.hxx
+include/opencascade/GeomTools_SurfaceSet.hxx
+include/opencascade/GeomTools_UndefinedTypeHandler.hxx
+include/opencascade/Geom_Axis1Placement.hxx
+include/opencascade/Geom_Axis2Placement.hxx
+include/opencascade/Geom_AxisPlacement.hxx
+include/opencascade/Geom_BSplineCurve.hxx
+include/opencascade/Geom_BSplineSurface.hxx
+include/opencascade/Geom_BezierCurve.hxx
+include/opencascade/Geom_BezierSurface.hxx
+include/opencascade/Geom_BoundedCurve.hxx
+include/opencascade/Geom_BoundedSurface.hxx
+include/opencascade/Geom_CartesianPoint.hxx
+include/opencascade/Geom_Circle.hxx
+include/opencascade/Geom_Conic.hxx
+include/opencascade/Geom_ConicalSurface.hxx
+include/opencascade/Geom_Curve.hxx
+include/opencascade/Geom_CylindricalSurface.hxx
+include/opencascade/Geom_Direction.hxx
+include/opencascade/Geom_ElementarySurface.hxx
+include/opencascade/Geom_Ellipse.hxx
+include/opencascade/Geom_Geometry.hxx
+include/opencascade/Geom_HSequenceOfBSplineSurface.hxx
+include/opencascade/Geom_Hyperbola.hxx
+include/opencascade/Geom_Line.hxx
+include/opencascade/Geom_OffsetCurve.hxx
+include/opencascade/Geom_OffsetSurface.hxx
+include/opencascade/Geom_OsculatingSurface.hxx
+include/opencascade/Geom_Parabola.hxx
+include/opencascade/Geom_Plane.hxx
+include/opencascade/Geom_Point.hxx
+include/opencascade/Geom_RectangularTrimmedSurface.hxx
+include/opencascade/Geom_SequenceOfBSplineSurface.hxx
+include/opencascade/Geom_SphericalSurface.hxx
+include/opencascade/Geom_Surface.hxx
+include/opencascade/Geom_SurfaceOfLinearExtrusion.hxx
+include/opencascade/Geom_SurfaceOfRevolution.hxx
+include/opencascade/Geom_SweptSurface.hxx
+include/opencascade/Geom_ToroidalSurface.hxx
+include/opencascade/Geom_Transformation.hxx
+include/opencascade/Geom_TrimmedCurve.hxx
+include/opencascade/Geom_UndefinedDerivative.hxx
+include/opencascade/Geom_UndefinedValue.hxx
+include/opencascade/Geom_Vector.hxx
+include/opencascade/Geom_VectorWithMagnitude.hxx
+include/opencascade/GeometryTest.hxx
+include/opencascade/GeometryTest_DrawableQualifiedCurve2d.hxx
+include/opencascade/GeomliteTest.hxx
+include/opencascade/Graphic3d_AlphaMode.hxx
+include/opencascade/Graphic3d_ArrayFlags.hxx
+include/opencascade/Graphic3d_ArrayOfPoints.hxx
+include/opencascade/Graphic3d_ArrayOfPolygons.hxx
+include/opencascade/Graphic3d_ArrayOfPolylines.hxx
+include/opencascade/Graphic3d_ArrayOfPrimitives.hxx
+include/opencascade/Graphic3d_ArrayOfQuadrangleStrips.hxx
+include/opencascade/Graphic3d_ArrayOfQuadrangles.hxx
+include/opencascade/Graphic3d_ArrayOfSegments.hxx
+include/opencascade/Graphic3d_ArrayOfTriangleFans.hxx
+include/opencascade/Graphic3d_ArrayOfTriangleStrips.hxx
+include/opencascade/Graphic3d_ArrayOfTriangles.hxx
+include/opencascade/Graphic3d_AspectFillArea3d.hxx
+include/opencascade/Graphic3d_AspectLine3d.hxx
+include/opencascade/Graphic3d_AspectMarker3d.hxx
+include/opencascade/Graphic3d_AspectText3d.hxx
+include/opencascade/Graphic3d_Aspects.hxx
+include/opencascade/Graphic3d_AttribBuffer.hxx
+include/opencascade/Graphic3d_BSDF.hxx
+include/opencascade/Graphic3d_BndBox3d.hxx
+include/opencascade/Graphic3d_BndBox4d.hxx
+include/opencascade/Graphic3d_BndBox4f.hxx
+include/opencascade/Graphic3d_BoundBuffer.hxx
+include/opencascade/Graphic3d_Buffer.hxx
+include/opencascade/Graphic3d_BufferRange.hxx
+include/opencascade/Graphic3d_BufferType.hxx
+include/opencascade/Graphic3d_BvhCStructureSet.hxx
+include/opencascade/Graphic3d_BvhCStructureSetTrsfPers.hxx
+include/opencascade/Graphic3d_CLight.hxx
+include/opencascade/Graphic3d_CStructure.hxx
+include/opencascade/Graphic3d_CView.hxx
+include/opencascade/Graphic3d_Camera.hxx
+include/opencascade/Graphic3d_CameraTile.hxx
+include/opencascade/Graphic3d_CappingFlags.hxx
+include/opencascade/Graphic3d_ClipPlane.hxx
+include/opencascade/Graphic3d_CubeMap.hxx
+include/opencascade/Graphic3d_CubeMapOrder.hxx
+include/opencascade/Graphic3d_CubeMapPacked.hxx
+include/opencascade/Graphic3d_CubeMapSeparate.hxx
+include/opencascade/Graphic3d_CubeMapSide.hxx
+include/opencascade/Graphic3d_CullingTool.hxx
+include/opencascade/Graphic3d_DataStructureManager.hxx
+include/opencascade/Graphic3d_DiagnosticInfo.hxx
+include/opencascade/Graphic3d_DisplayPriority.hxx
+include/opencascade/Graphic3d_FrameStats.hxx
+include/opencascade/Graphic3d_FrameStatsCounter.hxx
+include/opencascade/Graphic3d_FrameStatsData.hxx
+include/opencascade/Graphic3d_FrameStatsTimer.hxx
+include/opencascade/Graphic3d_GraduatedTrihedron.hxx
+include/opencascade/Graphic3d_GraphicDriver.hxx
+include/opencascade/Graphic3d_GraphicDriverFactory.hxx
+include/opencascade/Graphic3d_Group.hxx
+include/opencascade/Graphic3d_GroupAspect.hxx
+include/opencascade/Graphic3d_GroupDefinitionError.hxx
+include/opencascade/Graphic3d_HatchStyle.hxx
+include/opencascade/Graphic3d_HorizontalTextAlignment.hxx
+include/opencascade/Graphic3d_IndexBuffer.hxx
+include/opencascade/Graphic3d_Layer.hxx
+include/opencascade/Graphic3d_LevelOfTextureAnisotropy.hxx
+include/opencascade/Graphic3d_LightSet.hxx
+include/opencascade/Graphic3d_MapIteratorOfMapOfStructure.hxx
+include/opencascade/Graphic3d_MapOfAspectsToAspects.hxx
+include/opencascade/Graphic3d_MapOfObject.hxx
+include/opencascade/Graphic3d_MapOfStructure.hxx
+include/opencascade/Graphic3d_MarkerImage.hxx
+include/opencascade/Graphic3d_Mat4.hxx
+include/opencascade/Graphic3d_Mat4d.hxx
+include/opencascade/Graphic3d_MaterialAspect.hxx
+include/opencascade/Graphic3d_MaterialDefinitionError.hxx
+include/opencascade/Graphic3d_MediaTexture.hxx
+include/opencascade/Graphic3d_MediaTextureSet.hxx
+include/opencascade/Graphic3d_MutableIndexBuffer.hxx
+include/opencascade/Graphic3d_NMapOfTransient.hxx
+include/opencascade/Graphic3d_NameOfMaterial.hxx
+include/opencascade/Graphic3d_NameOfTexture1D.hxx
+include/opencascade/Graphic3d_NameOfTexture2D.hxx
+include/opencascade/Graphic3d_NameOfTextureEnv.hxx
+include/opencascade/Graphic3d_NameOfTexturePlane.hxx
+include/opencascade/Graphic3d_PBRMaterial.hxx
+include/opencascade/Graphic3d_PolygonOffset.hxx
+include/opencascade/Graphic3d_PresentationAttributes.hxx
+include/opencascade/Graphic3d_PriorityDefinitionError.hxx
+include/opencascade/Graphic3d_RenderTransparentMethod.hxx
+include/opencascade/Graphic3d_RenderingMode.hxx
+include/opencascade/Graphic3d_RenderingParams.hxx
+include/opencascade/Graphic3d_SequenceOfGroup.hxx
+include/opencascade/Graphic3d_SequenceOfHClipPlane.hxx
+include/opencascade/Graphic3d_SequenceOfStructure.hxx
+include/opencascade/Graphic3d_ShaderAttribute.hxx
+include/opencascade/Graphic3d_ShaderFlags.hxx
+include/opencascade/Graphic3d_ShaderManager.hxx
+include/opencascade/Graphic3d_ShaderObject.hxx
+include/opencascade/Graphic3d_ShaderProgram.hxx
+include/opencascade/Graphic3d_ShaderVariable.hxx
+include/opencascade/Graphic3d_ShaderVariable.lxx
+include/opencascade/Graphic3d_StereoMode.hxx
+include/opencascade/Graphic3d_Structure.hxx
+include/opencascade/Graphic3d_StructureDefinitionError.hxx
+include/opencascade/Graphic3d_StructureManager.hxx
+include/opencascade/Graphic3d_Text.hxx
+include/opencascade/Graphic3d_TextPath.hxx
+include/opencascade/Graphic3d_Texture1D.hxx
+include/opencascade/Graphic3d_Texture1Dmanual.hxx
+include/opencascade/Graphic3d_Texture1Dsegment.hxx
+include/opencascade/Graphic3d_Texture2D.hxx
+include/opencascade/Graphic3d_Texture2Dmanual.hxx
+include/opencascade/Graphic3d_Texture2Dplane.hxx
+include/opencascade/Graphic3d_Texture3D.hxx
+include/opencascade/Graphic3d_TextureEnv.hxx
+include/opencascade/Graphic3d_TextureMap.hxx
+include/opencascade/Graphic3d_TextureParams.hxx
+include/opencascade/Graphic3d_TextureRoot.hxx
+include/opencascade/Graphic3d_TextureSet.hxx
+include/opencascade/Graphic3d_TextureSetBits.hxx
+include/opencascade/Graphic3d_TextureUnit.hxx
+include/opencascade/Graphic3d_ToneMappingMethod.hxx
+include/opencascade/Graphic3d_TransModeFlags.hxx
+include/opencascade/Graphic3d_TransformPers.hxx
+include/opencascade/Graphic3d_TransformPersScaledAbove.hxx
+include/opencascade/Graphic3d_TransformUtils.hxx
+include/opencascade/Graphic3d_TypeOfAnswer.hxx
+include/opencascade/Graphic3d_TypeOfBackfacingModel.hxx
+include/opencascade/Graphic3d_TypeOfBackground.hxx
+include/opencascade/Graphic3d_TypeOfConnection.hxx
+include/opencascade/Graphic3d_TypeOfLightSource.hxx
+include/opencascade/Graphic3d_TypeOfLimit.hxx
+include/opencascade/Graphic3d_TypeOfMaterial.hxx
+include/opencascade/Graphic3d_TypeOfPrimitiveArray.hxx
+include/opencascade/Graphic3d_TypeOfReflection.hxx
+include/opencascade/Graphic3d_TypeOfShaderObject.hxx
+include/opencascade/Graphic3d_TypeOfShadingModel.hxx
+include/opencascade/Graphic3d_TypeOfStructure.hxx
+include/opencascade/Graphic3d_TypeOfTexture.hxx
+include/opencascade/Graphic3d_TypeOfTextureFilter.hxx
+include/opencascade/Graphic3d_TypeOfTextureMode.hxx
+include/opencascade/Graphic3d_TypeOfVisualization.hxx
+include/opencascade/Graphic3d_Vec.hxx
+include/opencascade/Graphic3d_Vec2.hxx
+include/opencascade/Graphic3d_Vec3.hxx
+include/opencascade/Graphic3d_Vec4.hxx
+include/opencascade/Graphic3d_Vertex.hxx
+include/opencascade/Graphic3d_VerticalTextAlignment.hxx
+include/opencascade/Graphic3d_ViewAffinity.hxx
+include/opencascade/Graphic3d_WorldViewProjState.hxx
+include/opencascade/Graphic3d_ZLayerId.hxx
+include/opencascade/Graphic3d_ZLayerSettings.hxx
+include/opencascade/HLRAlgo.hxx
+include/opencascade/HLRAlgo_Array1OfPHDat.hxx
+include/opencascade/HLRAlgo_Array1OfPINod.hxx
+include/opencascade/HLRAlgo_Array1OfPISeg.hxx
+include/opencascade/HLRAlgo_Array1OfTData.hxx
+include/opencascade/HLRAlgo_BiPoint.hxx
+include/opencascade/HLRAlgo_Coincidence.hxx
+include/opencascade/HLRAlgo_EdgeIterator.hxx
+include/opencascade/HLRAlgo_EdgeIterator.lxx
+include/opencascade/HLRAlgo_EdgeStatus.hxx
+include/opencascade/HLRAlgo_EdgesBlock.hxx
+include/opencascade/HLRAlgo_HArray1OfPHDat.hxx
+include/opencascade/HLRAlgo_HArray1OfPINod.hxx
+include/opencascade/HLRAlgo_HArray1OfPISeg.hxx
+include/opencascade/HLRAlgo_HArray1OfTData.hxx
+include/opencascade/HLRAlgo_Interference.hxx
+include/opencascade/HLRAlgo_InterferenceList.hxx
+include/opencascade/HLRAlgo_Intersection.hxx
+include/opencascade/HLRAlgo_Intersection.lxx
+include/opencascade/HLRAlgo_ListIteratorOfInterferenceList.hxx
+include/opencascade/HLRAlgo_ListIteratorOfListOfBPoint.hxx
+include/opencascade/HLRAlgo_ListOfBPoint.hxx
+include/opencascade/HLRAlgo_PolyAlgo.hxx
+include/opencascade/HLRAlgo_PolyData.hxx
+include/opencascade/HLRAlgo_PolyData.lxx
+include/opencascade/HLRAlgo_PolyHidingData.hxx
+include/opencascade/HLRAlgo_PolyInternalData.hxx
+include/opencascade/HLRAlgo_PolyInternalData.lxx
+include/opencascade/HLRAlgo_PolyInternalNode.hxx
+include/opencascade/HLRAlgo_PolyInternalSegment.hxx
+include/opencascade/HLRAlgo_PolyMask.hxx
+include/opencascade/HLRAlgo_PolyShellData.hxx
+include/opencascade/HLRAlgo_Projector.hxx
+include/opencascade/HLRAlgo_Projector.lxx
+include/opencascade/HLRAlgo_TriangleData.hxx
+include/opencascade/HLRAlgo_WiresBlock.hxx
+include/opencascade/HLRAppli_ReflectLines.hxx
+include/opencascade/HLRBRep.hxx
+include/opencascade/HLRBRep_Algo.hxx
+include/opencascade/HLRBRep_AreaLimit.hxx
+include/opencascade/HLRBRep_Array1OfEData.hxx
+include/opencascade/HLRBRep_Array1OfFData.hxx
+include/opencascade/HLRBRep_BCurveTool.hxx
+include/opencascade/HLRBRep_BCurveTool.lxx
+include/opencascade/HLRBRep_BSurfaceTool.hxx
+include/opencascade/HLRBRep_BSurfaceTool.lxx
+include/opencascade/HLRBRep_BiPnt2D.hxx
+include/opencascade/HLRBRep_BiPoint.hxx
+include/opencascade/HLRBRep_CInter.hxx
+include/opencascade/HLRBRep_CLProps.hxx
+include/opencascade/HLRBRep_CLPropsATool.hxx
+include/opencascade/HLRBRep_CLPropsATool.lxx
+include/opencascade/HLRBRep_Curve.hxx
+include/opencascade/HLRBRep_Curve.lxx
+include/opencascade/HLRBRep_CurveTool.hxx
+include/opencascade/HLRBRep_CurveTool.lxx
+include/opencascade/HLRBRep_Data.hxx
+include/opencascade/HLRBRep_Data.lxx
+include/opencascade/HLRBRep_EdgeBuilder.hxx
+include/opencascade/HLRBRep_EdgeData.hxx
+include/opencascade/HLRBRep_EdgeData.lxx
+include/opencascade/HLRBRep_EdgeFaceTool.hxx
+include/opencascade/HLRBRep_EdgeIList.hxx
+include/opencascade/HLRBRep_EdgeInterferenceTool.hxx
+include/opencascade/HLRBRep_EdgeInterferenceTool.lxx
+include/opencascade/HLRBRep_ExactIntersectionPointOfTheIntPCurvePCurveOfCInter.hxx
+include/opencascade/HLRBRep_FaceData.hxx
+include/opencascade/HLRBRep_FaceData.lxx
+include/opencascade/HLRBRep_FaceIterator.hxx
+include/opencascade/HLRBRep_FaceIterator.lxx
+include/opencascade/HLRBRep_HLRToShape.hxx
+include/opencascade/HLRBRep_HLRToShape.lxx
+include/opencascade/HLRBRep_Hider.hxx
+include/opencascade/HLRBRep_IntConicCurveOfCInter.hxx
+include/opencascade/HLRBRep_InterCSurf.hxx
+include/opencascade/HLRBRep_InternalAlgo.hxx
+include/opencascade/HLRBRep_Intersector.hxx
+include/opencascade/HLRBRep_LineTool.hxx
+include/opencascade/HLRBRep_LineTool.lxx
+include/opencascade/HLRBRep_ListIteratorOfListOfBPnt2D.hxx
+include/opencascade/HLRBRep_ListIteratorOfListOfBPoint.hxx
+include/opencascade/HLRBRep_ListOfBPnt2D.hxx
+include/opencascade/HLRBRep_ListOfBPoint.hxx
+include/opencascade/HLRBRep_MyImpParToolOfTheIntersectorOfTheIntConicCurveOfCInter.hxx
+include/opencascade/HLRBRep_PCLocFOfTheLocateExtPCOfTheProjPCurOfCInter.hxx
+include/opencascade/HLRBRep_PolyAlgo.hxx
+include/opencascade/HLRBRep_PolyHLRToShape.hxx
+include/opencascade/HLRBRep_PolyHLRToShape.lxx
+include/opencascade/HLRBRep_SLProps.hxx
+include/opencascade/HLRBRep_SLPropsATool.hxx
+include/opencascade/HLRBRep_SLPropsATool.lxx
+include/opencascade/HLRBRep_SeqOfShapeBounds.hxx
+include/opencascade/HLRBRep_ShapeBounds.hxx
+include/opencascade/HLRBRep_ShapeBounds.lxx
+include/opencascade/HLRBRep_ShapeToHLR.hxx
+include/opencascade/HLRBRep_Surface.hxx
+include/opencascade/HLRBRep_Surface.lxx
+include/opencascade/HLRBRep_SurfaceTool.hxx
+include/opencascade/HLRBRep_SurfaceTool.lxx
+include/opencascade/HLRBRep_TheCSFunctionOfInterCSurf.hxx
+include/opencascade/HLRBRep_TheCurveLocatorOfTheProjPCurOfCInter.hxx
+include/opencascade/HLRBRep_TheDistBetweenPCurvesOfTheIntPCurvePCurveOfCInter.hxx
+include/opencascade/HLRBRep_TheExactInterCSurf.hxx
+include/opencascade/HLRBRep_TheIntConicCurveOfCInter.hxx
+include/opencascade/HLRBRep_TheIntPCurvePCurveOfCInter.hxx
+include/opencascade/HLRBRep_TheInterferenceOfInterCSurf.hxx
+include/opencascade/HLRBRep_TheIntersectorOfTheIntConicCurveOfCInter.hxx
+include/opencascade/HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx
+include/opencascade/HLRBRep_ThePolygon2dOfTheIntPCurvePCurveOfCInter.hxx
+include/opencascade/HLRBRep_ThePolygonOfInterCSurf.hxx
+include/opencascade/HLRBRep_ThePolygonToolOfInterCSurf.hxx
+include/opencascade/HLRBRep_ThePolyhedronOfInterCSurf.hxx
+include/opencascade/HLRBRep_ThePolyhedronToolOfInterCSurf.hxx
+include/opencascade/HLRBRep_TheProjPCurOfCInter.hxx
+include/opencascade/HLRBRep_TheQuadCurvExactInterCSurf.hxx
+include/opencascade/HLRBRep_TheQuadCurvFuncOfTheQuadCurvExactInterCSurf.hxx
+include/opencascade/HLRBRep_TypeOfResultingEdge.hxx
+include/opencascade/HLRBRep_VertexList.hxx
+include/opencascade/HLRTest.hxx
+include/opencascade/HLRTest_DrawableEdgeTool.hxx
+include/opencascade/HLRTest_DrawablePolyEdgeTool.hxx
+include/opencascade/HLRTest_DrawablePolyEdgeTool.lxx
+include/opencascade/HLRTest_OutLiner.hxx
+include/opencascade/HLRTest_OutLiner.lxx
+include/opencascade/HLRTest_Projector.hxx
+include/opencascade/HLRTest_ShapeData.hxx
+include/opencascade/HLRTest_ShapeData.lxx
+include/opencascade/HLRTopoBRep_DSFiller.hxx
+include/opencascade/HLRTopoBRep_Data.hxx
+include/opencascade/HLRTopoBRep_Data.lxx
+include/opencascade/HLRTopoBRep_DataMapIteratorOfDataMapOfShapeFaceData.hxx
+include/opencascade/HLRTopoBRep_DataMapIteratorOfMapOfShapeListOfVData.hxx
+include/opencascade/HLRTopoBRep_DataMapOfShapeFaceData.hxx
+include/opencascade/HLRTopoBRep_FaceData.hxx
+include/opencascade/HLRTopoBRep_FaceData.lxx
+include/opencascade/HLRTopoBRep_FaceIsoLiner.hxx
+include/opencascade/HLRTopoBRep_ListIteratorOfListOfVData.hxx
+include/opencascade/HLRTopoBRep_ListOfVData.hxx
+include/opencascade/HLRTopoBRep_MapOfShapeListOfVData.hxx
+include/opencascade/HLRTopoBRep_OutLiner.hxx
+include/opencascade/HLRTopoBRep_OutLiner.lxx
+include/opencascade/HLRTopoBRep_VData.hxx
+include/opencascade/HLRTopoBRep_VData.lxx
+include/opencascade/HatchGen_Domain.hxx
+include/opencascade/HatchGen_Domain.lxx
+include/opencascade/HatchGen_Domains.hxx
+include/opencascade/HatchGen_ErrorStatus.hxx
+include/opencascade/HatchGen_IntersectionPoint.hxx
+include/opencascade/HatchGen_IntersectionType.hxx
+include/opencascade/HatchGen_PointOnElement.hxx
+include/opencascade/HatchGen_PointOnElement.lxx
+include/opencascade/HatchGen_PointOnHatching.hxx
+include/opencascade/HatchGen_PointsOnElement.hxx
+include/opencascade/HatchGen_PointsOnHatching.hxx
+include/opencascade/Hatch_Hatcher.hxx
+include/opencascade/Hatch_Hatcher.lxx
+include/opencascade/Hatch_Line.hxx
+include/opencascade/Hatch_LineForm.hxx
+include/opencascade/Hatch_Parameter.hxx
+include/opencascade/Hatch_SequenceOfLine.hxx
+include/opencascade/Hatch_SequenceOfParameter.hxx
+include/opencascade/HeaderSection.hxx
+include/opencascade/HeaderSection_FileDescription.hxx
+include/opencascade/HeaderSection_FileName.hxx
+include/opencascade/HeaderSection_FileSchema.hxx
+include/opencascade/HeaderSection_Protocol.hxx
+include/opencascade/Hermit.hxx
+include/opencascade/IFGraph_AllConnected.hxx
+include/opencascade/IFGraph_AllShared.hxx
+include/opencascade/IFGraph_Articulations.hxx
+include/opencascade/IFGraph_Compare.hxx
+include/opencascade/IFGraph_ConnectedComponants.hxx
+include/opencascade/IFGraph_Cumulate.hxx
+include/opencascade/IFGraph_Cycles.hxx
+include/opencascade/IFGraph_ExternalSources.hxx
+include/opencascade/IFGraph_SCRoots.hxx
+include/opencascade/IFGraph_StrongComponants.hxx
+include/opencascade/IFGraph_SubPartsIterator.hxx
+include/opencascade/IFSelect.hxx
+include/opencascade/IFSelect_Act.hxx
+include/opencascade/IFSelect_ActFunc.hxx
+include/opencascade/IFSelect_Activator.hxx
+include/opencascade/IFSelect_AppliedModifiers.hxx
+include/opencascade/IFSelect_BasicDumper.hxx
+include/opencascade/IFSelect_CheckCounter.hxx
+include/opencascade/IFSelect_ContextModif.hxx
+include/opencascade/IFSelect_ContextWrite.hxx
+include/opencascade/IFSelect_DispGlobal.hxx
+include/opencascade/IFSelect_DispPerCount.hxx
+include/opencascade/IFSelect_DispPerFiles.hxx
+include/opencascade/IFSelect_DispPerOne.hxx
+include/opencascade/IFSelect_DispPerSignature.hxx
+include/opencascade/IFSelect_Dispatch.hxx
+include/opencascade/IFSelect_EditForm.hxx
+include/opencascade/IFSelect_EditValue.hxx
+include/opencascade/IFSelect_Editor.hxx
+include/opencascade/IFSelect_FileModifier.gxx
+include/opencascade/IFSelect_Functions.hxx
+include/opencascade/IFSelect_GeneralModifier.hxx
+include/opencascade/IFSelect_GraphCounter.hxx
+include/opencascade/IFSelect_HSeqOfSelection.hxx
+include/opencascade/IFSelect_IntParam.hxx
+include/opencascade/IFSelect_ListEditor.hxx
+include/opencascade/IFSelect_ModelCopier.hxx
+include/opencascade/IFSelect_ModelModifier.gxx
+include/opencascade/IFSelect_ModifEditForm.hxx
+include/opencascade/IFSelect_ModifReorder.hxx
+include/opencascade/IFSelect_Modifier.hxx
+include/opencascade/IFSelect_PacketList.hxx
+include/opencascade/IFSelect_ParamEditor.hxx
+include/opencascade/IFSelect_PrintCount.hxx
+include/opencascade/IFSelect_PrintFail.hxx
+include/opencascade/IFSelect_RemainMode.hxx
+include/opencascade/IFSelect_ReturnStatus.hxx
+include/opencascade/IFSelect_SelectAnyList.hxx
+include/opencascade/IFSelect_SelectAnyType.hxx
+include/opencascade/IFSelect_SelectBase.hxx
+include/opencascade/IFSelect_SelectCombine.hxx
+include/opencascade/IFSelect_SelectControl.hxx
+include/opencascade/IFSelect_SelectDeduct.hxx
+include/opencascade/IFSelect_SelectDiff.hxx
+include/opencascade/IFSelect_SelectEntityNumber.hxx
+include/opencascade/IFSelect_SelectErrorEntities.hxx
+include/opencascade/IFSelect_SelectExplore.hxx
+include/opencascade/IFSelect_SelectExtract.hxx
+include/opencascade/IFSelect_SelectFlag.hxx
+include/opencascade/IFSelect_SelectInList.hxx
+include/opencascade/IFSelect_SelectIncorrectEntities.hxx
+include/opencascade/IFSelect_SelectIntersection.hxx
+include/opencascade/IFSelect_SelectModelEntities.hxx
+include/opencascade/IFSelect_SelectModelRoots.hxx
+include/opencascade/IFSelect_SelectPointed.hxx
+include/opencascade/IFSelect_SelectRange.hxx
+include/opencascade/IFSelect_SelectRootComps.hxx
+include/opencascade/IFSelect_SelectRoots.hxx
+include/opencascade/IFSelect_SelectSent.hxx
+include/opencascade/IFSelect_SelectShared.hxx
+include/opencascade/IFSelect_SelectSharing.hxx
+include/opencascade/IFSelect_SelectSignature.hxx
+include/opencascade/IFSelect_SelectSignedShared.hxx
+include/opencascade/IFSelect_SelectSignedSharing.hxx
+include/opencascade/IFSelect_SelectSuite.hxx
+include/opencascade/IFSelect_SelectType.hxx
+include/opencascade/IFSelect_SelectUnion.hxx
+include/opencascade/IFSelect_SelectUnknownEntities.hxx
+include/opencascade/IFSelect_Selection.hxx
+include/opencascade/IFSelect_SelectionIterator.hxx
+include/opencascade/IFSelect_SequenceOfAppliedModifiers.hxx
+include/opencascade/IFSelect_SequenceOfGeneralModifier.hxx
+include/opencascade/IFSelect_SequenceOfInterfaceModel.hxx
+include/opencascade/IFSelect_SessionDumper.hxx
+include/opencascade/IFSelect_SessionFile.hxx
+include/opencascade/IFSelect_SessionPilot.hxx
+include/opencascade/IFSelect_ShareOut.hxx
+include/opencascade/IFSelect_ShareOutResult.hxx
+include/opencascade/IFSelect_SignAncestor.hxx
+include/opencascade/IFSelect_SignCategory.hxx
+include/opencascade/IFSelect_SignCounter.hxx
+include/opencascade/IFSelect_SignMultiple.hxx
+include/opencascade/IFSelect_SignType.hxx
+include/opencascade/IFSelect_SignValidity.hxx
+include/opencascade/IFSelect_Signature.hxx
+include/opencascade/IFSelect_SignatureList.hxx
+include/opencascade/IFSelect_TSeqOfDispatch.hxx
+include/opencascade/IFSelect_TSeqOfSelection.hxx
+include/opencascade/IFSelect_TransformStandard.hxx
+include/opencascade/IFSelect_Transformer.hxx
+include/opencascade/IFSelect_WorkLibrary.hxx
+include/opencascade/IFSelect_WorkSession.hxx
+include/opencascade/IGESAppli.hxx
+include/opencascade/IGESAppli_Array1OfFiniteElement.hxx
+include/opencascade/IGESAppli_Array1OfFlow.hxx
+include/opencascade/IGESAppli_Array1OfNode.hxx
+include/opencascade/IGESAppli_DrilledHole.hxx
+include/opencascade/IGESAppli_ElementResults.hxx
+include/opencascade/IGESAppli_FiniteElement.hxx
+include/opencascade/IGESAppli_Flow.hxx
+include/opencascade/IGESAppli_FlowLineSpec.hxx
+include/opencascade/IGESAppli_GeneralModule.hxx
+include/opencascade/IGESAppli_HArray1OfFiniteElement.hxx
+include/opencascade/IGESAppli_HArray1OfFlow.hxx
+include/opencascade/IGESAppli_HArray1OfNode.hxx
+include/opencascade/IGESAppli_LevelFunction.hxx
+include/opencascade/IGESAppli_LevelToPWBLayerMap.hxx
+include/opencascade/IGESAppli_LineWidening.hxx
+include/opencascade/IGESAppli_NodalConstraint.hxx
+include/opencascade/IGESAppli_NodalDisplAndRot.hxx
+include/opencascade/IGESAppli_NodalResults.hxx
+include/opencascade/IGESAppli_Node.hxx
+include/opencascade/IGESAppli_PWBArtworkStackup.hxx
+include/opencascade/IGESAppli_PWBDrilledHole.hxx
+include/opencascade/IGESAppli_PartNumber.hxx
+include/opencascade/IGESAppli_PinNumber.hxx
+include/opencascade/IGESAppli_PipingFlow.hxx
+include/opencascade/IGESAppli_Protocol.hxx
+include/opencascade/IGESAppli_ReadWriteModule.hxx
+include/opencascade/IGESAppli_ReferenceDesignator.hxx
+include/opencascade/IGESAppli_RegionRestriction.hxx
+include/opencascade/IGESAppli_SpecificModule.hxx
+include/opencascade/IGESAppli_ToolDrilledHole.hxx
+include/opencascade/IGESAppli_ToolElementResults.hxx
+include/opencascade/IGESAppli_ToolFiniteElement.hxx
+include/opencascade/IGESAppli_ToolFlow.hxx
+include/opencascade/IGESAppli_ToolFlowLineSpec.hxx
+include/opencascade/IGESAppli_ToolLevelFunction.hxx
+include/opencascade/IGESAppli_ToolLevelToPWBLayerMap.hxx
+include/opencascade/IGESAppli_ToolLineWidening.hxx
+include/opencascade/IGESAppli_ToolNodalConstraint.hxx
+include/opencascade/IGESAppli_ToolNodalDisplAndRot.hxx
+include/opencascade/IGESAppli_ToolNodalResults.hxx
+include/opencascade/IGESAppli_ToolNode.hxx
+include/opencascade/IGESAppli_ToolPWBArtworkStackup.hxx
+include/opencascade/IGESAppli_ToolPWBDrilledHole.hxx
+include/opencascade/IGESAppli_ToolPartNumber.hxx
+include/opencascade/IGESAppli_ToolPinNumber.hxx
+include/opencascade/IGESAppli_ToolPipingFlow.hxx
+include/opencascade/IGESAppli_ToolReferenceDesignator.hxx
+include/opencascade/IGESAppli_ToolRegionRestriction.hxx
+include/opencascade/IGESBasic.hxx
+include/opencascade/IGESBasic_Array1OfLineFontEntity.hxx
+include/opencascade/IGESBasic_Array2OfHArray1OfReal.hxx
+include/opencascade/IGESBasic_AssocGroupType.hxx
+include/opencascade/IGESBasic_ExternalRefFile.hxx
+include/opencascade/IGESBasic_ExternalRefFileIndex.hxx
+include/opencascade/IGESBasic_ExternalRefFileName.hxx
+include/opencascade/IGESBasic_ExternalRefLibName.hxx
+include/opencascade/IGESBasic_ExternalRefName.hxx
+include/opencascade/IGESBasic_ExternalReferenceFile.hxx
+include/opencascade/IGESBasic_GeneralModule.hxx
+include/opencascade/IGESBasic_Group.hxx
+include/opencascade/IGESBasic_GroupWithoutBackP.hxx
+include/opencascade/IGESBasic_HArray1OfHArray1OfIGESEntity.hxx
+include/opencascade/IGESBasic_HArray1OfHArray1OfInteger.hxx
+include/opencascade/IGESBasic_HArray1OfHArray1OfReal.hxx
+include/opencascade/IGESBasic_HArray1OfHArray1OfXY.hxx
+include/opencascade/IGESBasic_HArray1OfHArray1OfXYZ.hxx
+include/opencascade/IGESBasic_HArray1OfLineFontEntity.hxx
+include/opencascade/IGESBasic_HArray2OfHArray1OfReal.hxx
+include/opencascade/IGESBasic_Hierarchy.hxx
+include/opencascade/IGESBasic_Name.hxx
+include/opencascade/IGESBasic_OrderedGroup.hxx
+include/opencascade/IGESBasic_OrderedGroupWithoutBackP.hxx
+include/opencascade/IGESBasic_Protocol.hxx
+include/opencascade/IGESBasic_ReadWriteModule.hxx
+include/opencascade/IGESBasic_SingleParent.hxx
+include/opencascade/IGESBasic_SingularSubfigure.hxx
+include/opencascade/IGESBasic_SpecificModule.hxx
+include/opencascade/IGESBasic_SubfigureDef.hxx
+include/opencascade/IGESBasic_ToolAssocGroupType.hxx
+include/opencascade/IGESBasic_ToolExternalRefFile.hxx
+include/opencascade/IGESBasic_ToolExternalRefFileIndex.hxx
+include/opencascade/IGESBasic_ToolExternalRefFileName.hxx
+include/opencascade/IGESBasic_ToolExternalRefLibName.hxx
+include/opencascade/IGESBasic_ToolExternalRefName.hxx
+include/opencascade/IGESBasic_ToolExternalReferenceFile.hxx
+include/opencascade/IGESBasic_ToolGroup.hxx
+include/opencascade/IGESBasic_ToolGroupWithoutBackP.hxx
+include/opencascade/IGESBasic_ToolHierarchy.hxx
+include/opencascade/IGESBasic_ToolName.hxx
+include/opencascade/IGESBasic_ToolOrderedGroup.hxx
+include/opencascade/IGESBasic_ToolOrderedGroupWithoutBackP.hxx
+include/opencascade/IGESBasic_ToolSingleParent.hxx
+include/opencascade/IGESBasic_ToolSingularSubfigure.hxx
+include/opencascade/IGESBasic_ToolSubfigureDef.hxx
+include/opencascade/IGESCAFControl.hxx
+include/opencascade/IGESCAFControl_ConfigurationNode.hxx
+include/opencascade/IGESCAFControl_Provider.hxx
+include/opencascade/IGESCAFControl_Reader.hxx
+include/opencascade/IGESCAFControl_Writer.hxx
+include/opencascade/IGESControl_ActorWrite.hxx
+include/opencascade/IGESControl_AlgoContainer.hxx
+include/opencascade/IGESControl_Controller.hxx
+include/opencascade/IGESControl_IGESBoundary.hxx
+include/opencascade/IGESControl_Reader.hxx
+include/opencascade/IGESControl_Reader.lxx
+include/opencascade/IGESControl_ToolContainer.hxx
+include/opencascade/IGESControl_Writer.hxx
+include/opencascade/IGESConvGeom.hxx
+include/opencascade/IGESConvGeom_GeomBuilder.hxx
+include/opencascade/IGESData.hxx
+include/opencascade/IGESData_Array1OfDirPart.hxx
+include/opencascade/IGESData_Array1OfIGESEntity.hxx
+include/opencascade/IGESData_BasicEditor.hxx
+include/opencascade/IGESData_ColorEntity.hxx
+include/opencascade/IGESData_DefList.hxx
+include/opencascade/IGESData_DefSwitch.hxx
+include/opencascade/IGESData_DefType.hxx
+include/opencascade/IGESData_DefaultGeneral.hxx
+include/opencascade/IGESData_DefaultSpecific.hxx
+include/opencascade/IGESData_DirChecker.hxx
+include/opencascade/IGESData_DirPart.hxx
+include/opencascade/IGESData_Dump.hxx
+include/opencascade/IGESData_FileProtocol.hxx
+include/opencascade/IGESData_FileRecognizer.hxx
+include/opencascade/IGESData_FreeFormatEntity.hxx
+include/opencascade/IGESData_GeneralModule.hxx
+include/opencascade/IGESData_GlobalNodeOfSpecificLib.hxx
+include/opencascade/IGESData_GlobalNodeOfWriterLib.hxx
+include/opencascade/IGESData_GlobalSection.hxx
+include/opencascade/IGESData_HArray1OfIGESEntity.hxx
+include/opencascade/IGESData_IGESDumper.hxx
+include/opencascade/IGESData_IGESEntity.hxx
+include/opencascade/IGESData_IGESModel.hxx
+include/opencascade/IGESData_IGESReaderData.hxx
+include/opencascade/IGESData_IGESReaderTool.hxx
+include/opencascade/IGESData_IGESType.hxx
+include/opencascade/IGESData_IGESWriter.hxx
+include/opencascade/IGESData_LabelDisplayEntity.hxx
+include/opencascade/IGESData_LevelListEntity.hxx
+include/opencascade/IGESData_LineFontEntity.hxx
+include/opencascade/IGESData_NameEntity.hxx
+include/opencascade/IGESData_NodeOfSpecificLib.hxx
+include/opencascade/IGESData_NodeOfWriterLib.hxx
+include/opencascade/IGESData_ParamCursor.hxx
+include/opencascade/IGESData_ParamCursor.lxx
+include/opencascade/IGESData_ParamReader.hxx
+include/opencascade/IGESData_Protocol.hxx
+include/opencascade/IGESData_ReadStage.hxx
+include/opencascade/IGESData_ReadWriteModule.hxx
+include/opencascade/IGESData_SingleParentEntity.hxx
+include/opencascade/IGESData_SpecificLib.hxx
+include/opencascade/IGESData_SpecificModule.hxx
+include/opencascade/IGESData_Status.hxx
+include/opencascade/IGESData_ToolLocation.hxx
+include/opencascade/IGESData_TransfEntity.hxx
+include/opencascade/IGESData_UndefinedEntity.hxx
+include/opencascade/IGESData_ViewKindEntity.hxx
+include/opencascade/IGESData_WriterLib.hxx
+include/opencascade/IGESDefs.hxx
+include/opencascade/IGESDefs_Array1OfTabularData.hxx
+include/opencascade/IGESDefs_AssociativityDef.hxx
+include/opencascade/IGESDefs_AttributeDef.hxx
+include/opencascade/IGESDefs_AttributeTable.hxx
+include/opencascade/IGESDefs_GeneralModule.hxx
+include/opencascade/IGESDefs_GenericData.hxx
+include/opencascade/IGESDefs_HArray1OfHArray1OfTextDisplayTemplate.hxx
+include/opencascade/IGESDefs_HArray1OfTabularData.hxx
+include/opencascade/IGESDefs_MacroDef.hxx
+include/opencascade/IGESDefs_Protocol.hxx
+include/opencascade/IGESDefs_ReadWriteModule.hxx
+include/opencascade/IGESDefs_SpecificModule.hxx
+include/opencascade/IGESDefs_TabularData.hxx
+include/opencascade/IGESDefs_ToolAssociativityDef.hxx
+include/opencascade/IGESDefs_ToolAttributeDef.hxx
+include/opencascade/IGESDefs_ToolAttributeTable.hxx
+include/opencascade/IGESDefs_ToolGenericData.hxx
+include/opencascade/IGESDefs_ToolMacroDef.hxx
+include/opencascade/IGESDefs_ToolTabularData.hxx
+include/opencascade/IGESDefs_ToolUnitsData.hxx
+include/opencascade/IGESDefs_UnitsData.hxx
+include/opencascade/IGESDimen.hxx
+include/opencascade/IGESDimen_AngularDimension.hxx
+include/opencascade/IGESDimen_Array1OfGeneralNote.hxx
+include/opencascade/IGESDimen_Array1OfLeaderArrow.hxx
+include/opencascade/IGESDimen_BasicDimension.hxx
+include/opencascade/IGESDimen_CenterLine.hxx
+include/opencascade/IGESDimen_CurveDimension.hxx
+include/opencascade/IGESDimen_DiameterDimension.hxx
+include/opencascade/IGESDimen_DimensionDisplayData.hxx
+include/opencascade/IGESDimen_DimensionTolerance.hxx
+include/opencascade/IGESDimen_DimensionUnits.hxx
+include/opencascade/IGESDimen_DimensionedGeometry.hxx
+include/opencascade/IGESDimen_FlagNote.hxx
+include/opencascade/IGESDimen_GeneralLabel.hxx
+include/opencascade/IGESDimen_GeneralModule.hxx
+include/opencascade/IGESDimen_GeneralNote.hxx
+include/opencascade/IGESDimen_GeneralSymbol.hxx
+include/opencascade/IGESDimen_HArray1OfGeneralNote.hxx
+include/opencascade/IGESDimen_HArray1OfLeaderArrow.hxx
+include/opencascade/IGESDimen_LeaderArrow.hxx
+include/opencascade/IGESDimen_LinearDimension.hxx
+include/opencascade/IGESDimen_NewDimensionedGeometry.hxx
+include/opencascade/IGESDimen_NewGeneralNote.hxx
+include/opencascade/IGESDimen_OrdinateDimension.hxx
+include/opencascade/IGESDimen_PointDimension.hxx
+include/opencascade/IGESDimen_Protocol.hxx
+include/opencascade/IGESDimen_RadiusDimension.hxx
+include/opencascade/IGESDimen_ReadWriteModule.hxx
+include/opencascade/IGESDimen_Section.hxx
+include/opencascade/IGESDimen_SectionedArea.hxx
+include/opencascade/IGESDimen_SpecificModule.hxx
+include/opencascade/IGESDimen_ToolAngularDimension.hxx
+include/opencascade/IGESDimen_ToolBasicDimension.hxx
+include/opencascade/IGESDimen_ToolCenterLine.hxx
+include/opencascade/IGESDimen_ToolCurveDimension.hxx
+include/opencascade/IGESDimen_ToolDiameterDimension.hxx
+include/opencascade/IGESDimen_ToolDimensionDisplayData.hxx
+include/opencascade/IGESDimen_ToolDimensionTolerance.hxx
+include/opencascade/IGESDimen_ToolDimensionUnits.hxx
+include/opencascade/IGESDimen_ToolDimensionedGeometry.hxx
+include/opencascade/IGESDimen_ToolFlagNote.hxx
+include/opencascade/IGESDimen_ToolGeneralLabel.hxx
+include/opencascade/IGESDimen_ToolGeneralNote.hxx
+include/opencascade/IGESDimen_ToolGeneralSymbol.hxx
+include/opencascade/IGESDimen_ToolLeaderArrow.hxx
+include/opencascade/IGESDimen_ToolLinearDimension.hxx
+include/opencascade/IGESDimen_ToolNewDimensionedGeometry.hxx
+include/opencascade/IGESDimen_ToolNewGeneralNote.hxx
+include/opencascade/IGESDimen_ToolOrdinateDimension.hxx
+include/opencascade/IGESDimen_ToolPointDimension.hxx
+include/opencascade/IGESDimen_ToolRadiusDimension.hxx
+include/opencascade/IGESDimen_ToolSection.hxx
+include/opencascade/IGESDimen_ToolSectionedArea.hxx
+include/opencascade/IGESDimen_ToolWitnessLine.hxx
+include/opencascade/IGESDimen_WitnessLine.hxx
+include/opencascade/IGESDraw.hxx
+include/opencascade/IGESDraw_Array1OfConnectPoint.hxx
+include/opencascade/IGESDraw_Array1OfViewKindEntity.hxx
+include/opencascade/IGESDraw_CircArraySubfigure.hxx
+include/opencascade/IGESDraw_ConnectPoint.hxx
+include/opencascade/IGESDraw_Drawing.hxx
+include/opencascade/IGESDraw_DrawingWithRotation.hxx
+include/opencascade/IGESDraw_GeneralModule.hxx
+include/opencascade/IGESDraw_HArray1OfConnectPoint.hxx
+include/opencascade/IGESDraw_HArray1OfViewKindEntity.hxx
+include/opencascade/IGESDraw_LabelDisplay.hxx
+include/opencascade/IGESDraw_NetworkSubfigure.hxx
+include/opencascade/IGESDraw_NetworkSubfigureDef.hxx
+include/opencascade/IGESDraw_PerspectiveView.hxx
+include/opencascade/IGESDraw_Planar.hxx
+include/opencascade/IGESDraw_Protocol.hxx
+include/opencascade/IGESDraw_ReadWriteModule.hxx
+include/opencascade/IGESDraw_RectArraySubfigure.hxx
+include/opencascade/IGESDraw_SegmentedViewsVisible.hxx
+include/opencascade/IGESDraw_SpecificModule.hxx
+include/opencascade/IGESDraw_ToolCircArraySubfigure.hxx
+include/opencascade/IGESDraw_ToolConnectPoint.hxx
+include/opencascade/IGESDraw_ToolDrawing.hxx
+include/opencascade/IGESDraw_ToolDrawingWithRotation.hxx
+include/opencascade/IGESDraw_ToolLabelDisplay.hxx
+include/opencascade/IGESDraw_ToolNetworkSubfigure.hxx
+include/opencascade/IGESDraw_ToolNetworkSubfigureDef.hxx
+include/opencascade/IGESDraw_ToolPerspectiveView.hxx
+include/opencascade/IGESDraw_ToolPlanar.hxx
+include/opencascade/IGESDraw_ToolRectArraySubfigure.hxx
+include/opencascade/IGESDraw_ToolSegmentedViewsVisible.hxx
+include/opencascade/IGESDraw_ToolView.hxx
+include/opencascade/IGESDraw_ToolViewsVisible.hxx
+include/opencascade/IGESDraw_ToolViewsVisibleWithAttr.hxx
+include/opencascade/IGESDraw_View.hxx
+include/opencascade/IGESDraw_ViewsVisible.hxx
+include/opencascade/IGESDraw_ViewsVisibleWithAttr.hxx
+include/opencascade/IGESFile_Read.hxx
+include/opencascade/IGESGeom.hxx
+include/opencascade/IGESGeom_Array1OfBoundary.hxx
+include/opencascade/IGESGeom_Array1OfCurveOnSurface.hxx
+include/opencascade/IGESGeom_Array1OfTransformationMatrix.hxx
+include/opencascade/IGESGeom_BSplineCurve.hxx
+include/opencascade/IGESGeom_BSplineSurface.hxx
+include/opencascade/IGESGeom_Boundary.hxx
+include/opencascade/IGESGeom_BoundedSurface.hxx
+include/opencascade/IGESGeom_CircularArc.hxx
+include/opencascade/IGESGeom_CompositeCurve.hxx
+include/opencascade/IGESGeom_ConicArc.hxx
+include/opencascade/IGESGeom_CopiousData.hxx
+include/opencascade/IGESGeom_CurveOnSurface.hxx
+include/opencascade/IGESGeom_Direction.hxx
+include/opencascade/IGESGeom_Flash.hxx
+include/opencascade/IGESGeom_GeneralModule.hxx
+include/opencascade/IGESGeom_HArray1OfBoundary.hxx
+include/opencascade/IGESGeom_HArray1OfCurveOnSurface.hxx
+include/opencascade/IGESGeom_HArray1OfTransformationMatrix.hxx
+include/opencascade/IGESGeom_Line.hxx
+include/opencascade/IGESGeom_OffsetCurve.hxx
+include/opencascade/IGESGeom_OffsetSurface.hxx
+include/opencascade/IGESGeom_Plane.hxx
+include/opencascade/IGESGeom_Point.hxx
+include/opencascade/IGESGeom_Protocol.hxx
+include/opencascade/IGESGeom_ReadWriteModule.hxx
+include/opencascade/IGESGeom_RuledSurface.hxx
+include/opencascade/IGESGeom_SpecificModule.hxx
+include/opencascade/IGESGeom_SplineCurve.hxx
+include/opencascade/IGESGeom_SplineSurface.hxx
+include/opencascade/IGESGeom_SurfaceOfRevolution.hxx
+include/opencascade/IGESGeom_TabulatedCylinder.hxx
+include/opencascade/IGESGeom_ToolBSplineCurve.hxx
+include/opencascade/IGESGeom_ToolBSplineSurface.hxx
+include/opencascade/IGESGeom_ToolBoundary.hxx
+include/opencascade/IGESGeom_ToolBoundedSurface.hxx
+include/opencascade/IGESGeom_ToolCircularArc.hxx
+include/opencascade/IGESGeom_ToolCompositeCurve.hxx
+include/opencascade/IGESGeom_ToolConicArc.hxx
+include/opencascade/IGESGeom_ToolCopiousData.hxx
+include/opencascade/IGESGeom_ToolCurveOnSurface.hxx
+include/opencascade/IGESGeom_ToolDirection.hxx
+include/opencascade/IGESGeom_ToolFlash.hxx
+include/opencascade/IGESGeom_ToolLine.hxx
+include/opencascade/IGESGeom_ToolOffsetCurve.hxx
+include/opencascade/IGESGeom_ToolOffsetSurface.hxx
+include/opencascade/IGESGeom_ToolPlane.hxx
+include/opencascade/IGESGeom_ToolPoint.hxx
+include/opencascade/IGESGeom_ToolRuledSurface.hxx
+include/opencascade/IGESGeom_ToolSplineCurve.hxx
+include/opencascade/IGESGeom_ToolSplineSurface.hxx
+include/opencascade/IGESGeom_ToolSurfaceOfRevolution.hxx
+include/opencascade/IGESGeom_ToolTabulatedCylinder.hxx
+include/opencascade/IGESGeom_ToolTransformationMatrix.hxx
+include/opencascade/IGESGeom_ToolTrimmedSurface.hxx
+include/opencascade/IGESGeom_TransformationMatrix.hxx
+include/opencascade/IGESGeom_TrimmedSurface.hxx
+include/opencascade/IGESGraph.hxx
+include/opencascade/IGESGraph_Array1OfColor.hxx
+include/opencascade/IGESGraph_Array1OfTextDisplayTemplate.hxx
+include/opencascade/IGESGraph_Array1OfTextFontDef.hxx
+include/opencascade/IGESGraph_Color.hxx
+include/opencascade/IGESGraph_DefinitionLevel.hxx
+include/opencascade/IGESGraph_DrawingSize.hxx
+include/opencascade/IGESGraph_DrawingUnits.hxx
+include/opencascade/IGESGraph_GeneralModule.hxx
+include/opencascade/IGESGraph_HArray1OfColor.hxx
+include/opencascade/IGESGraph_HArray1OfTextDisplayTemplate.hxx
+include/opencascade/IGESGraph_HArray1OfTextFontDef.hxx
+include/opencascade/IGESGraph_HighLight.hxx
+include/opencascade/IGESGraph_IntercharacterSpacing.hxx
+include/opencascade/IGESGraph_LineFontDefPattern.hxx
+include/opencascade/IGESGraph_LineFontDefTemplate.hxx
+include/opencascade/IGESGraph_LineFontPredefined.hxx
+include/opencascade/IGESGraph_NominalSize.hxx
+include/opencascade/IGESGraph_Pick.hxx
+include/opencascade/IGESGraph_Protocol.hxx
+include/opencascade/IGESGraph_ReadWriteModule.hxx
+include/opencascade/IGESGraph_SpecificModule.hxx
+include/opencascade/IGESGraph_TextDisplayTemplate.hxx
+include/opencascade/IGESGraph_TextFontDef.hxx
+include/opencascade/IGESGraph_ToolColor.hxx
+include/opencascade/IGESGraph_ToolDefinitionLevel.hxx
+include/opencascade/IGESGraph_ToolDrawingSize.hxx
+include/opencascade/IGESGraph_ToolDrawingUnits.hxx
+include/opencascade/IGESGraph_ToolHighLight.hxx
+include/opencascade/IGESGraph_ToolIntercharacterSpacing.hxx
+include/opencascade/IGESGraph_ToolLineFontDefPattern.hxx
+include/opencascade/IGESGraph_ToolLineFontDefTemplate.hxx
+include/opencascade/IGESGraph_ToolLineFontPredefined.hxx
+include/opencascade/IGESGraph_ToolNominalSize.hxx
+include/opencascade/IGESGraph_ToolPick.hxx
+include/opencascade/IGESGraph_ToolTextDisplayTemplate.hxx
+include/opencascade/IGESGraph_ToolTextFontDef.hxx
+include/opencascade/IGESGraph_ToolUniformRectGrid.hxx
+include/opencascade/IGESGraph_UniformRectGrid.hxx
+include/opencascade/IGESSelect.hxx
+include/opencascade/IGESSelect_Activator.hxx
+include/opencascade/IGESSelect_AddFileComment.hxx
+include/opencascade/IGESSelect_AddGroup.hxx
+include/opencascade/IGESSelect_AutoCorrect.hxx
+include/opencascade/IGESSelect_ChangeLevelList.hxx
+include/opencascade/IGESSelect_ChangeLevelNumber.hxx
+include/opencascade/IGESSelect_ComputeStatus.hxx
+include/opencascade/IGESSelect_CounterOfLevelNumber.hxx
+include/opencascade/IGESSelect_DispPerDrawing.hxx
+include/opencascade/IGESSelect_DispPerSingleView.hxx
+include/opencascade/IGESSelect_Dumper.hxx
+include/opencascade/IGESSelect_EditDirPart.hxx
+include/opencascade/IGESSelect_EditHeader.hxx
+include/opencascade/IGESSelect_FileModifier.hxx
+include/opencascade/IGESSelect_FloatFormat.hxx
+include/opencascade/IGESSelect_IGESName.hxx
+include/opencascade/IGESSelect_IGESTypeForm.hxx
+include/opencascade/IGESSelect_ModelModifier.hxx
+include/opencascade/IGESSelect_RebuildDrawings.hxx
+include/opencascade/IGESSelect_RebuildGroups.hxx
+include/opencascade/IGESSelect_RemoveCurves.hxx
+include/opencascade/IGESSelect_SelectBasicGeom.hxx
+include/opencascade/IGESSelect_SelectBypassGroup.hxx
+include/opencascade/IGESSelect_SelectBypassSubfigure.hxx
+include/opencascade/IGESSelect_SelectDrawingFrom.hxx
+include/opencascade/IGESSelect_SelectFaces.hxx
+include/opencascade/IGESSelect_SelectFromDrawing.hxx
+include/opencascade/IGESSelect_SelectFromSingleView.hxx
+include/opencascade/IGESSelect_SelectLevelNumber.hxx
+include/opencascade/IGESSelect_SelectName.hxx
+include/opencascade/IGESSelect_SelectPCurves.hxx
+include/opencascade/IGESSelect_SelectSingleViewFrom.hxx
+include/opencascade/IGESSelect_SelectSubordinate.hxx
+include/opencascade/IGESSelect_SelectVisibleStatus.hxx
+include/opencascade/IGESSelect_SetGlobalParameter.hxx
+include/opencascade/IGESSelect_SetLabel.hxx
+include/opencascade/IGESSelect_SetVersion5.hxx
+include/opencascade/IGESSelect_SignColor.hxx
+include/opencascade/IGESSelect_SignLevelNumber.hxx
+include/opencascade/IGESSelect_SignStatus.hxx
+include/opencascade/IGESSelect_SplineToBSpline.hxx
+include/opencascade/IGESSelect_UpdateCreationDate.hxx
+include/opencascade/IGESSelect_UpdateFileName.hxx
+include/opencascade/IGESSelect_UpdateLastChange.hxx
+include/opencascade/IGESSelect_ViewSorter.hxx
+include/opencascade/IGESSelect_WorkLibrary.hxx
+include/opencascade/IGESSolid.hxx
+include/opencascade/IGESSolid_Array1OfFace.hxx
+include/opencascade/IGESSolid_Array1OfLoop.hxx
+include/opencascade/IGESSolid_Array1OfShell.hxx
+include/opencascade/IGESSolid_Array1OfVertexList.hxx
+include/opencascade/IGESSolid_Block.hxx
+include/opencascade/IGESSolid_BooleanTree.hxx
+include/opencascade/IGESSolid_ConeFrustum.hxx
+include/opencascade/IGESSolid_ConicalSurface.hxx
+include/opencascade/IGESSolid_Cylinder.hxx
+include/opencascade/IGESSolid_CylindricalSurface.hxx
+include/opencascade/IGESSolid_EdgeList.hxx
+include/opencascade/IGESSolid_Ellipsoid.hxx
+include/opencascade/IGESSolid_Face.hxx
+include/opencascade/IGESSolid_GeneralModule.hxx
+include/opencascade/IGESSolid_HArray1OfFace.hxx
+include/opencascade/IGESSolid_HArray1OfLoop.hxx
+include/opencascade/IGESSolid_HArray1OfShell.hxx
+include/opencascade/IGESSolid_HArray1OfVertexList.hxx
+include/opencascade/IGESSolid_Loop.hxx
+include/opencascade/IGESSolid_ManifoldSolid.hxx
+include/opencascade/IGESSolid_PlaneSurface.hxx
+include/opencascade/IGESSolid_Protocol.hxx
+include/opencascade/IGESSolid_ReadWriteModule.hxx
+include/opencascade/IGESSolid_RightAngularWedge.hxx
+include/opencascade/IGESSolid_SelectedComponent.hxx
+include/opencascade/IGESSolid_Shell.hxx
+include/opencascade/IGESSolid_SolidAssembly.hxx
+include/opencascade/IGESSolid_SolidInstance.hxx
+include/opencascade/IGESSolid_SolidOfLinearExtrusion.hxx
+include/opencascade/IGESSolid_SolidOfRevolution.hxx
+include/opencascade/IGESSolid_SpecificModule.hxx
+include/opencascade/IGESSolid_Sphere.hxx
+include/opencascade/IGESSolid_SphericalSurface.hxx
+include/opencascade/IGESSolid_ToolBlock.hxx
+include/opencascade/IGESSolid_ToolBooleanTree.hxx
+include/opencascade/IGESSolid_ToolConeFrustum.hxx
+include/opencascade/IGESSolid_ToolConicalSurface.hxx
+include/opencascade/IGESSolid_ToolCylinder.hxx
+include/opencascade/IGESSolid_ToolCylindricalSurface.hxx
+include/opencascade/IGESSolid_ToolEdgeList.hxx
+include/opencascade/IGESSolid_ToolEllipsoid.hxx
+include/opencascade/IGESSolid_ToolFace.hxx
+include/opencascade/IGESSolid_ToolLoop.hxx
+include/opencascade/IGESSolid_ToolManifoldSolid.hxx
+include/opencascade/IGESSolid_ToolPlaneSurface.hxx
+include/opencascade/IGESSolid_ToolRightAngularWedge.hxx
+include/opencascade/IGESSolid_ToolSelectedComponent.hxx
+include/opencascade/IGESSolid_ToolShell.hxx
+include/opencascade/IGESSolid_ToolSolidAssembly.hxx
+include/opencascade/IGESSolid_ToolSolidInstance.hxx
+include/opencascade/IGESSolid_ToolSolidOfLinearExtrusion.hxx
+include/opencascade/IGESSolid_ToolSolidOfRevolution.hxx
+include/opencascade/IGESSolid_ToolSphere.hxx
+include/opencascade/IGESSolid_ToolSphericalSurface.hxx
+include/opencascade/IGESSolid_ToolToroidalSurface.hxx
+include/opencascade/IGESSolid_ToolTorus.hxx
+include/opencascade/IGESSolid_ToolVertexList.hxx
+include/opencascade/IGESSolid_TopoBuilder.hxx
+include/opencascade/IGESSolid_ToroidalSurface.hxx
+include/opencascade/IGESSolid_Torus.hxx
+include/opencascade/IGESSolid_VertexList.hxx
+include/opencascade/IGESToBRep.hxx
+include/opencascade/IGESToBRep_Actor.hxx
+include/opencascade/IGESToBRep_AlgoContainer.hxx
+include/opencascade/IGESToBRep_AlgoContainer.lxx
+include/opencascade/IGESToBRep_BRepEntity.hxx
+include/opencascade/IGESToBRep_BasicCurve.hxx
+include/opencascade/IGESToBRep_BasicSurface.hxx
+include/opencascade/IGESToBRep_CurveAndSurface.hxx
+include/opencascade/IGESToBRep_CurveAndSurface.lxx
+include/opencascade/IGESToBRep_IGESBoundary.hxx
+include/opencascade/IGESToBRep_IGESBoundary.lxx
+include/opencascade/IGESToBRep_Reader.hxx
+include/opencascade/IGESToBRep_ToolContainer.hxx
+include/opencascade/IGESToBRep_TopoCurve.hxx
+include/opencascade/IGESToBRep_TopoSurface.hxx
+include/opencascade/IMeshData_Curve.hxx
+include/opencascade/IMeshData_Edge.hxx
+include/opencascade/IMeshData_Face.hxx
+include/opencascade/IMeshData_Model.hxx
+include/opencascade/IMeshData_PCurve.hxx
+include/opencascade/IMeshData_ParametersList.hxx
+include/opencascade/IMeshData_ParametersListArrayAdaptor.hxx
+include/opencascade/IMeshData_Shape.hxx
+include/opencascade/IMeshData_Status.hxx
+include/opencascade/IMeshData_StatusOwner.hxx
+include/opencascade/IMeshData_TessellatedShape.hxx
+include/opencascade/IMeshData_Types.hxx
+include/opencascade/IMeshData_Wire.hxx
+include/opencascade/IMeshTools_Context.hxx
+include/opencascade/IMeshTools_CurveTessellator.hxx
+include/opencascade/IMeshTools_MeshAlgo.hxx
+include/opencascade/IMeshTools_MeshAlgoFactory.hxx
+include/opencascade/IMeshTools_MeshAlgoType.hxx
+include/opencascade/IMeshTools_MeshBuilder.hxx
+include/opencascade/IMeshTools_ModelAlgo.hxx
+include/opencascade/IMeshTools_ModelBuilder.hxx
+include/opencascade/IMeshTools_Parameters.hxx
+include/opencascade/IMeshTools_ShapeExplorer.hxx
+include/opencascade/IMeshTools_ShapeVisitor.hxx
+include/opencascade/Image_AlienPixMap.hxx
+include/opencascade/Image_Color.hxx
+include/opencascade/Image_CompressedFormat.hxx
+include/opencascade/Image_CompressedPixMap.hxx
+include/opencascade/Image_DDSParser.hxx
+include/opencascade/Image_Diff.hxx
+include/opencascade/Image_Format.hxx
+include/opencascade/Image_PixMap.hxx
+include/opencascade/Image_PixMapData.hxx
+include/opencascade/Image_PixMapTypedData.hxx
+include/opencascade/Image_SupportedFormats.hxx
+include/opencascade/Image_Texture.hxx
+include/opencascade/Image_VideoRecorder.hxx
+include/opencascade/IntAna2d_AnaIntersection.hxx
+include/opencascade/IntAna2d_AnaIntersection.lxx
+include/opencascade/IntAna2d_Conic.hxx
+include/opencascade/IntAna2d_IntPoint.hxx
+include/opencascade/IntAna2d_IntPoint.lxx
+include/opencascade/IntAna2d_Outils.hxx
+include/opencascade/IntAna_Curve.hxx
+include/opencascade/IntAna_Int3Pln.hxx
+include/opencascade/IntAna_Int3Pln.lxx
+include/opencascade/IntAna_IntConicQuad.hxx
+include/opencascade/IntAna_IntConicQuad.lxx
+include/opencascade/IntAna_IntLinTorus.hxx
+include/opencascade/IntAna_IntLinTorus.lxx
+include/opencascade/IntAna_IntQuadQuad.hxx
+include/opencascade/IntAna_IntQuadQuad.lxx
+include/opencascade/IntAna_ListIteratorOfListOfCurve.hxx
+include/opencascade/IntAna_ListOfCurve.hxx
+include/opencascade/IntAna_QuadQuadGeo.hxx
+include/opencascade/IntAna_QuadQuadGeo.lxx
+include/opencascade/IntAna_Quadric.hxx
+include/opencascade/IntAna_ResultType.hxx
+include/opencascade/IntCurveSurface_HCurveTool.gxx
+include/opencascade/IntCurveSurface_HCurveTool.lxx
+include/opencascade/IntCurveSurface_HInter.hxx
+include/opencascade/IntCurveSurface_Inter.gxx
+include/opencascade/IntCurveSurface_Intersection.hxx
+include/opencascade/IntCurveSurface_IntersectionPoint.hxx
+include/opencascade/IntCurveSurface_IntersectionPoint.lxx
+include/opencascade/IntCurveSurface_IntersectionSegment.hxx
+include/opencascade/IntCurveSurface_Polygon.gxx
+include/opencascade/IntCurveSurface_PolygonTool.gxx
+include/opencascade/IntCurveSurface_PolygonTool.lxx
+include/opencascade/IntCurveSurface_Polyhedron.gxx
+include/opencascade/IntCurveSurface_Polyhedron.lxx
+include/opencascade/IntCurveSurface_PolyhedronTool.gxx
+include/opencascade/IntCurveSurface_PolyhedronTool.lxx
+include/opencascade/IntCurveSurface_QuadricCurveExactInter.gxx
+include/opencascade/IntCurveSurface_QuadricCurveFunc.gxx
+include/opencascade/IntCurveSurface_SequenceOfPnt.hxx
+include/opencascade/IntCurveSurface_SequenceOfSeg.hxx
+include/opencascade/IntCurveSurface_TheCSFunctionOfHInter.hxx
+include/opencascade/IntCurveSurface_TheExactHInter.hxx
+include/opencascade/IntCurveSurface_TheHCurveTool.hxx
+include/opencascade/IntCurveSurface_TheInterferenceOfHInter.hxx
+include/opencascade/IntCurveSurface_ThePolygonOfHInter.hxx
+include/opencascade/IntCurveSurface_ThePolygonToolOfHInter.hxx
+include/opencascade/IntCurveSurface_ThePolyhedronOfHInter.hxx
+include/opencascade/IntCurveSurface_ThePolyhedronToolOfHInter.hxx
+include/opencascade/IntCurveSurface_TheQuadCurvExactHInter.hxx
+include/opencascade/IntCurveSurface_TheQuadCurvFuncOfTheQuadCurvExactHInter.hxx
+include/opencascade/IntCurveSurface_TransitionOnCurve.hxx
+include/opencascade/IntCurve_DistBetweenPCurvesGen.gxx
+include/opencascade/IntCurve_ExactIntersectionPoint.gxx
+include/opencascade/IntCurve_IConicTool.hxx
+include/opencascade/IntCurve_IntConicConic.hxx
+include/opencascade/IntCurve_IntConicConic.lxx
+include/opencascade/IntCurve_IntConicConic_Tool.hxx
+include/opencascade/IntCurve_IntConicCurveGen.gxx
+include/opencascade/IntCurve_IntConicCurveGen.lxx
+include/opencascade/IntCurve_IntCurveCurveGen.gxx
+include/opencascade/IntCurve_IntCurveCurveGen.lxx
+include/opencascade/IntCurve_IntImpConicParConic.hxx
+include/opencascade/IntCurve_IntPolyPolyGen.gxx
+include/opencascade/IntCurve_MyImpParToolOfIntImpConicParConic.hxx
+include/opencascade/IntCurve_PConic.hxx
+include/opencascade/IntCurve_PConic.lxx
+include/opencascade/IntCurve_PConicTool.hxx
+include/opencascade/IntCurve_Polygon2dGen.gxx
+include/opencascade/IntCurve_Polygon2dGen.lxx
+include/opencascade/IntCurve_ProjPCurGen.gxx
+include/opencascade/IntCurve_ProjectOnPConicTool.hxx
+include/opencascade/IntCurve_UserIntConicCurveGen.gxx
+include/opencascade/IntCurvesFace_Intersector.hxx
+include/opencascade/IntCurvesFace_Intersector.lxx
+include/opencascade/IntCurvesFace_ShapeIntersector.hxx
+include/opencascade/IntImpParGen.hxx
+include/opencascade/IntImpParGen_ImpParTool.gxx
+include/opencascade/IntImpParGen_ImpTool.hxx
+include/opencascade/IntImpParGen_Intersector.gxx
+include/opencascade/IntImpParGen_Tool.hxx
+include/opencascade/IntImp_ComputeTangence.hxx
+include/opencascade/IntImp_ConstIsoparametric.hxx
+include/opencascade/IntImp_Int2S.gxx
+include/opencascade/IntImp_Int2S.lxx
+include/opencascade/IntImp_IntCS.gxx
+include/opencascade/IntImp_ZerCSParFunc.gxx
+include/opencascade/IntImp_ZerImpFunc.gxx
+include/opencascade/IntImp_ZerImpFunc.lxx
+include/opencascade/IntImp_ZerParFunc.gxx
+include/opencascade/IntImp_ZerParFunc.lxx
+include/opencascade/IntPatch_ALine.hxx
+include/opencascade/IntPatch_ALine.lxx
+include/opencascade/IntPatch_ALineToWLine.hxx
+include/opencascade/IntPatch_ArcFunction.hxx
+include/opencascade/IntPatch_ArcFunction.lxx
+include/opencascade/IntPatch_CSFunction.hxx
+include/opencascade/IntPatch_CurvIntSurf.hxx
+include/opencascade/IntPatch_GLine.hxx
+include/opencascade/IntPatch_GLine.lxx
+include/opencascade/IntPatch_HCurve2dTool.hxx
+include/opencascade/IntPatch_HCurve2dTool.lxx
+include/opencascade/IntPatch_HInterTool.hxx
+include/opencascade/IntPatch_HInterTool.lxx
+include/opencascade/IntPatch_IType.hxx
+include/opencascade/IntPatch_ImpImpIntersection.hxx
+include/opencascade/IntPatch_ImpImpIntersection.lxx
+include/opencascade/IntPatch_ImpImpIntersection_0.gxx
+include/opencascade/IntPatch_ImpImpIntersection_1.gxx
+include/opencascade/IntPatch_ImpImpIntersection_2.gxx
+include/opencascade/IntPatch_ImpImpIntersection_3.gxx
+include/opencascade/IntPatch_ImpImpIntersection_4.gxx
+include/opencascade/IntPatch_ImpImpIntersection_5.gxx
+include/opencascade/IntPatch_ImpImpIntersection_6.gxx
+include/opencascade/IntPatch_ImpPrmIntersection.hxx
+include/opencascade/IntPatch_ImpPrmIntersection.lxx
+include/opencascade/IntPatch_InterferencePolyhedron.hxx
+include/opencascade/IntPatch_Intersection.hxx
+include/opencascade/IntPatch_Intersection.lxx
+include/opencascade/IntPatch_Line.hxx
+include/opencascade/IntPatch_Line.lxx
+include/opencascade/IntPatch_LineConstructor.hxx
+include/opencascade/IntPatch_Point.hxx
+include/opencascade/IntPatch_Point.lxx
+include/opencascade/IntPatch_PointLine.hxx
+include/opencascade/IntPatch_PolyArc.hxx
+include/opencascade/IntPatch_PolyLine.hxx
+include/opencascade/IntPatch_Polygo.hxx
+include/opencascade/IntPatch_Polygo.lxx
+include/opencascade/IntPatch_Polyhedron.hxx
+include/opencascade/IntPatch_PolyhedronTool.hxx
+include/opencascade/IntPatch_PolyhedronTool.lxx
+include/opencascade/IntPatch_PrmPrmIntersection.hxx
+include/opencascade/IntPatch_PrmPrmIntersection.lxx
+include/opencascade/IntPatch_PrmPrmIntersection_T3Bits.hxx
+include/opencascade/IntPatch_RLine.hxx
+include/opencascade/IntPatch_RLine.lxx
+include/opencascade/IntPatch_RstInt.hxx
+include/opencascade/IntPatch_SearchPnt.hxx
+include/opencascade/IntPatch_SequenceOfIWLineOfTheIWalking.hxx
+include/opencascade/IntPatch_SequenceOfLine.hxx
+include/opencascade/IntPatch_SequenceOfPathPointOfTheSOnBounds.hxx
+include/opencascade/IntPatch_SequenceOfPoint.hxx
+include/opencascade/IntPatch_SequenceOfSegmentOfTheSOnBounds.hxx
+include/opencascade/IntPatch_SpecPntType.hxx
+include/opencascade/IntPatch_SpecialPoints.hxx
+include/opencascade/IntPatch_TheIWLineOfTheIWalking.hxx
+include/opencascade/IntPatch_TheIWalking.hxx
+include/opencascade/IntPatch_ThePathPointOfTheSOnBounds.hxx
+include/opencascade/IntPatch_TheSOnBounds.hxx
+include/opencascade/IntPatch_TheSearchInside.hxx
+include/opencascade/IntPatch_TheSegmentOfTheSOnBounds.hxx
+include/opencascade/IntPatch_TheSurfFunction.hxx
+include/opencascade/IntPatch_WLine.hxx
+include/opencascade/IntPatch_WLine.lxx
+include/opencascade/IntPatch_WLineTool.hxx
+include/opencascade/IntPolyh_Array.hxx
+include/opencascade/IntPolyh_ArrayOfEdges.hxx
+include/opencascade/IntPolyh_ArrayOfPointNormal.hxx
+include/opencascade/IntPolyh_ArrayOfPoints.hxx
+include/opencascade/IntPolyh_ArrayOfSectionLines.hxx
+include/opencascade/IntPolyh_ArrayOfTangentZones.hxx
+include/opencascade/IntPolyh_ArrayOfTriangles.hxx
+include/opencascade/IntPolyh_Couple.hxx
+include/opencascade/IntPolyh_CoupleMapHasher.hxx
+include/opencascade/IntPolyh_Edge.hxx
+include/opencascade/IntPolyh_Intersection.hxx
+include/opencascade/IntPolyh_ListOfCouples.hxx
+include/opencascade/IntPolyh_MaillageAffinage.hxx
+include/opencascade/IntPolyh_PMaillageAffinage.hxx
+include/opencascade/IntPolyh_Point.hxx
+include/opencascade/IntPolyh_SectionLine.hxx
+include/opencascade/IntPolyh_SeqOfStartPoints.hxx
+include/opencascade/IntPolyh_StartPoint.hxx
+include/opencascade/IntPolyh_Tools.hxx
+include/opencascade/IntPolyh_Triangle.hxx
+include/opencascade/IntRes2d_Domain.hxx
+include/opencascade/IntRes2d_Domain.lxx
+include/opencascade/IntRes2d_Intersection.hxx
+include/opencascade/IntRes2d_Intersection.lxx
+include/opencascade/IntRes2d_IntersectionPoint.hxx
+include/opencascade/IntRes2d_IntersectionPoint.lxx
+include/opencascade/IntRes2d_IntersectionSegment.hxx
+include/opencascade/IntRes2d_IntersectionSegment.lxx
+include/opencascade/IntRes2d_Position.hxx
+include/opencascade/IntRes2d_SequenceOfIntersectionPoint.hxx
+include/opencascade/IntRes2d_SequenceOfIntersectionSegment.hxx
+include/opencascade/IntRes2d_Situation.hxx
+include/opencascade/IntRes2d_Transition.hxx
+include/opencascade/IntRes2d_Transition.lxx
+include/opencascade/IntRes2d_TypeTrans.hxx
+include/opencascade/IntStart_PathPoint.gxx
+include/opencascade/IntStart_PathPoint.lxx
+include/opencascade/IntStart_SITopolTool.hxx
+include/opencascade/IntStart_SearchInside.gxx
+include/opencascade/IntStart_SearchInside.lxx
+include/opencascade/IntStart_SearchOnBoundaries.gxx
+include/opencascade/IntStart_SearchOnBoundaries.lxx
+include/opencascade/IntStart_Segment.gxx
+include/opencascade/IntStart_Segment.lxx
+include/opencascade/IntSurf.hxx
+include/opencascade/IntSurf_Allocator.hxx
+include/opencascade/IntSurf_Couple.hxx
+include/opencascade/IntSurf_Couple.lxx
+include/opencascade/IntSurf_InteriorPoint.hxx
+include/opencascade/IntSurf_InteriorPoint.lxx
+include/opencascade/IntSurf_InteriorPointTool.hxx
+include/opencascade/IntSurf_InteriorPointTool.lxx
+include/opencascade/IntSurf_LineOn2S.hxx
+include/opencascade/IntSurf_LineOn2S.lxx
+include/opencascade/IntSurf_ListIteratorOfListOfPntOn2S.hxx
+include/opencascade/IntSurf_ListOfPntOn2S.hxx
+include/opencascade/IntSurf_PathPoint.hxx
+include/opencascade/IntSurf_PathPoint.lxx
+include/opencascade/IntSurf_PathPointTool.hxx
+include/opencascade/IntSurf_PathPointTool.lxx
+include/opencascade/IntSurf_PntOn2S.hxx
+include/opencascade/IntSurf_PntOn2S.lxx
+include/opencascade/IntSurf_Quadric.hxx
+include/opencascade/IntSurf_Quadric.lxx
+include/opencascade/IntSurf_QuadricTool.hxx
+include/opencascade/IntSurf_QuadricTool.lxx
+include/opencascade/IntSurf_SequenceOfCouple.hxx
+include/opencascade/IntSurf_SequenceOfInteriorPoint.hxx
+include/opencascade/IntSurf_SequenceOfPathPoint.hxx
+include/opencascade/IntSurf_SequenceOfPntOn2S.hxx
+include/opencascade/IntSurf_Situation.hxx
+include/opencascade/IntSurf_Transition.hxx
+include/opencascade/IntSurf_Transition.lxx
+include/opencascade/IntSurf_TypeTrans.hxx
+include/opencascade/IntTools.hxx
+include/opencascade/IntTools_Array1OfRange.hxx
+include/opencascade/IntTools_Array1OfRoots.hxx
+include/opencascade/IntTools_BaseRangeSample.hxx
+include/opencascade/IntTools_BeanFaceIntersector.hxx
+include/opencascade/IntTools_CArray1OfReal.hxx
+include/opencascade/IntTools_CommonPrt.hxx
+include/opencascade/IntTools_Context.hxx
+include/opencascade/IntTools_Curve.hxx
+include/opencascade/IntTools_CurveRangeLocalizeData.hxx
+include/opencascade/IntTools_CurveRangeSample.hxx
+include/opencascade/IntTools_CurveRangeSampleMapHasher.hxx
+include/opencascade/IntTools_DataMapIteratorOfDataMapOfCurveSampleBox.hxx
+include/opencascade/IntTools_DataMapIteratorOfDataMapOfSurfaceSampleBox.hxx
+include/opencascade/IntTools_DataMapOfCurveSampleBox.hxx
+include/opencascade/IntTools_DataMapOfSurfaceSampleBox.hxx
+include/opencascade/IntTools_EdgeEdge.hxx
+include/opencascade/IntTools_EdgeEdge.lxx
+include/opencascade/IntTools_EdgeFace.hxx
+include/opencascade/IntTools_FClass2d.hxx
+include/opencascade/IntTools_FaceFace.hxx
+include/opencascade/IntTools_ListIteratorOfListOfBox.hxx
+include/opencascade/IntTools_ListIteratorOfListOfCurveRangeSample.hxx
+include/opencascade/IntTools_ListIteratorOfListOfSurfaceRangeSample.hxx
+include/opencascade/IntTools_ListOfBox.hxx
+include/opencascade/IntTools_ListOfCurveRangeSample.hxx
+include/opencascade/IntTools_ListOfSurfaceRangeSample.hxx
+include/opencascade/IntTools_MapIteratorOfMapOfCurveSample.hxx
+include/opencascade/IntTools_MapIteratorOfMapOfSurfaceSample.hxx
+include/opencascade/IntTools_MapOfCurveSample.hxx
+include/opencascade/IntTools_MapOfSurfaceSample.hxx
+include/opencascade/IntTools_MarkedRangeSet.hxx
+include/opencascade/IntTools_PntOn2Faces.hxx
+include/opencascade/IntTools_PntOnFace.hxx
+include/opencascade/IntTools_Range.hxx
+include/opencascade/IntTools_Root.hxx
+include/opencascade/IntTools_SequenceOfCommonPrts.hxx
+include/opencascade/IntTools_SequenceOfCurves.hxx
+include/opencascade/IntTools_SequenceOfPntOn2Faces.hxx
+include/opencascade/IntTools_SequenceOfRanges.hxx
+include/opencascade/IntTools_SequenceOfRoots.hxx
+include/opencascade/IntTools_ShrunkRange.hxx
+include/opencascade/IntTools_SurfaceRangeLocalizeData.hxx
+include/opencascade/IntTools_SurfaceRangeLocalizeData.lxx
+include/opencascade/IntTools_SurfaceRangeSample.hxx
+include/opencascade/IntTools_SurfaceRangeSample.lxx
+include/opencascade/IntTools_SurfaceRangeSampleMapHasher.hxx
+include/opencascade/IntTools_Tools.hxx
+include/opencascade/IntTools_TopolTool.hxx
+include/opencascade/IntTools_WLineTool.hxx
+include/opencascade/IntWalk_IWLine.gxx
+include/opencascade/IntWalk_IWLine.lxx
+include/opencascade/IntWalk_IWalking.gxx
+include/opencascade/IntWalk_IWalking.lxx
+include/opencascade/IntWalk_IWalking_1.gxx
+include/opencascade/IntWalk_IWalking_2.gxx
+include/opencascade/IntWalk_IWalking_3.gxx
+include/opencascade/IntWalk_IWalking_4.gxx
+include/opencascade/IntWalk_IWalking_5.gxx
+include/opencascade/IntWalk_IWalking_6.gxx
+include/opencascade/IntWalk_PWalking.hxx
+include/opencascade/IntWalk_PWalking.lxx
+include/opencascade/IntWalk_StatusDeflection.hxx
+include/opencascade/IntWalk_TheFunctionOfTheInt2S.hxx
+include/opencascade/IntWalk_TheInt2S.hxx
+include/opencascade/IntWalk_VectorOfInteger.hxx
+include/opencascade/IntWalk_VectorOfWalkingData.hxx
+include/opencascade/Interface_Array1OfFileParameter.hxx
+include/opencascade/Interface_Array1OfHAsciiString.hxx
+include/opencascade/Interface_BitMap.hxx
+include/opencascade/Interface_Category.hxx
+include/opencascade/Interface_Check.hxx
+include/opencascade/Interface_CheckFailure.hxx
+include/opencascade/Interface_CheckIterator.hxx
+include/opencascade/Interface_CheckStatus.hxx
+include/opencascade/Interface_CheckTool.hxx
+include/opencascade/Interface_CopyControl.hxx
+include/opencascade/Interface_CopyMap.hxx
+include/opencascade/Interface_CopyTool.hxx
+include/opencascade/Interface_DataMapIteratorOfDataMapOfTransientInteger.hxx
+include/opencascade/Interface_DataMapOfTransientInteger.hxx
+include/opencascade/Interface_DataState.hxx
+include/opencascade/Interface_EntityCluster.hxx
+include/opencascade/Interface_EntityIterator.hxx
+include/opencascade/Interface_EntityList.hxx
+include/opencascade/Interface_FileParameter.hxx
+include/opencascade/Interface_FileReaderData.hxx
+include/opencascade/Interface_FileReaderTool.hxx
+include/opencascade/Interface_FloatWriter.hxx
+include/opencascade/Interface_GTool.hxx
+include/opencascade/Interface_GeneralLib.hxx
+include/opencascade/Interface_GeneralModule.hxx
+include/opencascade/Interface_GlobalNodeOfGeneralLib.hxx
+include/opencascade/Interface_GlobalNodeOfReaderLib.hxx
+include/opencascade/Interface_Graph.hxx
+include/opencascade/Interface_GraphContent.hxx
+include/opencascade/Interface_HArray1OfHAsciiString.hxx
+include/opencascade/Interface_HGraph.hxx
+include/opencascade/Interface_HSequenceOfCheck.hxx
+include/opencascade/Interface_IndexedMapOfAsciiString.hxx
+include/opencascade/Interface_IntList.hxx
+include/opencascade/Interface_IntVal.hxx
+include/opencascade/Interface_InterfaceError.hxx
+include/opencascade/Interface_InterfaceMismatch.hxx
+include/opencascade/Interface_InterfaceModel.hxx
+include/opencascade/Interface_JaggedArray.gxx
+include/opencascade/Interface_LineBuffer.hxx
+include/opencascade/Interface_MSG.hxx
+include/opencascade/Interface_Macros.hxx
+include/opencascade/Interface_MapAsciiStringHasher.hxx
+include/opencascade/Interface_NodeOfGeneralLib.hxx
+include/opencascade/Interface_NodeOfReaderLib.hxx
+include/opencascade/Interface_ParamList.hxx
+include/opencascade/Interface_ParamList.lxx
+include/opencascade/Interface_ParamSet.hxx
+include/opencascade/Interface_ParamType.hxx
+include/opencascade/Interface_Protocol.hxx
+include/opencascade/Interface_ReaderLib.hxx
+include/opencascade/Interface_ReaderModule.hxx
+include/opencascade/Interface_Recognizer.gxx
+include/opencascade/Interface_ReportEntity.hxx
+include/opencascade/Interface_STAT.hxx
+include/opencascade/Interface_SequenceOfCheck.hxx
+include/opencascade/Interface_ShareFlags.hxx
+include/opencascade/Interface_ShareTool.hxx
+include/opencascade/Interface_SignLabel.hxx
+include/opencascade/Interface_SignType.hxx
+include/opencascade/Interface_Static.hxx
+include/opencascade/Interface_StaticSatisfies.hxx
+include/opencascade/Interface_Statics.hxx
+include/opencascade/Interface_Translates.hxx
+include/opencascade/Interface_TypedValue.hxx
+include/opencascade/Interface_UndefinedContent.hxx
+include/opencascade/Interface_ValueInterpret.hxx
+include/opencascade/Interface_ValueSatisfies.hxx
+include/opencascade/Interface_VectorOfFileParameter.hxx
+include/opencascade/Interface_Version.hxx
+include/opencascade/Intf.hxx
+include/opencascade/Intf_Array1OfLin.hxx
+include/opencascade/Intf_Interference.hxx
+include/opencascade/Intf_Interference.lxx
+include/opencascade/Intf_InterferencePolygon2d.hxx
+include/opencascade/Intf_InterferencePolygonPolyhedron.gxx
+include/opencascade/Intf_PIType.hxx
+include/opencascade/Intf_Polygon2d.hxx
+include/opencascade/Intf_Polygon2d.lxx
+include/opencascade/Intf_SectionLine.hxx
+include/opencascade/Intf_SectionLine.lxx
+include/opencascade/Intf_SectionPoint.hxx
+include/opencascade/Intf_SectionPoint.lxx
+include/opencascade/Intf_SeqOfSectionLine.hxx
+include/opencascade/Intf_SeqOfSectionPoint.hxx
+include/opencascade/Intf_SeqOfTangentZone.hxx
+include/opencascade/Intf_TangentZone.hxx
+include/opencascade/Intf_TangentZone.lxx
+include/opencascade/Intf_Tool.hxx
+include/opencascade/Intrv_Interval.hxx
+include/opencascade/Intrv_Interval.lxx
+include/opencascade/Intrv_Intervals.hxx
+include/opencascade/Intrv_Intervals.lxx
+include/opencascade/Intrv_Position.hxx
+include/opencascade/Intrv_SequenceOfInterval.hxx
+include/opencascade/LDOMBasicString.hxx
+include/opencascade/LDOMParser.hxx
+include/opencascade/LDOMString.hxx
+include/opencascade/LDOM_Attr.hxx
+include/opencascade/LDOM_BasicAttribute.hxx
+include/opencascade/LDOM_BasicElement.hxx
+include/opencascade/LDOM_BasicNode.hxx
+include/opencascade/LDOM_BasicText.hxx
+include/opencascade/LDOM_CDATASection.hxx
+include/opencascade/LDOM_CharReference.hxx
+include/opencascade/LDOM_CharacterData.hxx
+include/opencascade/LDOM_Comment.hxx
+include/opencascade/LDOM_DeclareSequence.hxx
+include/opencascade/LDOM_Document.hxx
+include/opencascade/LDOM_DocumentType.hxx
+include/opencascade/LDOM_Element.hxx
+include/opencascade/LDOM_LDOMImplementation.hxx
+include/opencascade/LDOM_MemManager.hxx
+include/opencascade/LDOM_Node.hxx
+include/opencascade/LDOM_NodeList.hxx
+include/opencascade/LDOM_OSStream.hxx
+include/opencascade/LDOM_Text.hxx
+include/opencascade/LDOM_XmlReader.hxx
+include/opencascade/LDOM_XmlWriter.hxx
+include/opencascade/LProp3d_CLProps.hxx
+include/opencascade/LProp3d_CurveTool.hxx
+include/opencascade/LProp3d_SLProps.hxx
+include/opencascade/LProp3d_SurfaceTool.hxx
+include/opencascade/LProp_AnalyticCurInf.hxx
+include/opencascade/LProp_BadContinuity.hxx
+include/opencascade/LProp_CIType.hxx
+include/opencascade/LProp_CLProps.gxx
+include/opencascade/LProp_CurAndInf.hxx
+include/opencascade/LProp_NotDefined.hxx
+include/opencascade/LProp_SLProps.gxx
+include/opencascade/LProp_SequenceOfCIType.hxx
+include/opencascade/LProp_Status.hxx
+include/opencascade/Law.hxx
+include/opencascade/Law_BSpFunc.hxx
+include/opencascade/Law_BSpline.hxx
+include/opencascade/Law_BSplineKnotSplitting.hxx
+include/opencascade/Law_Composite.hxx
+include/opencascade/Law_Constant.hxx
+include/opencascade/Law_Function.hxx
+include/opencascade/Law_Interpol.hxx
+include/opencascade/Law_Interpolate.hxx
+include/opencascade/Law_Laws.hxx
+include/opencascade/Law_Linear.hxx
+include/opencascade/Law_ListIteratorOfLaws.hxx
+include/opencascade/Law_S.hxx
+include/opencascade/LibCtl_GlobalNode.gxx
+include/opencascade/LibCtl_Library.gxx
+include/opencascade/LibCtl_Node.gxx
+include/opencascade/LocOpe.hxx
+include/opencascade/LocOpe_BuildShape.hxx
+include/opencascade/LocOpe_BuildShape.lxx
+include/opencascade/LocOpe_BuildWires.hxx
+include/opencascade/LocOpe_CSIntersector.hxx
+include/opencascade/LocOpe_CSIntersector.lxx
+include/opencascade/LocOpe_CurveShapeIntersector.hxx
+include/opencascade/LocOpe_CurveShapeIntersector.lxx
+include/opencascade/LocOpe_DPrism.hxx
+include/opencascade/LocOpe_DataMapIteratorOfDataMapOfShapePnt.hxx
+include/opencascade/LocOpe_DataMapOfShapePnt.hxx
+include/opencascade/LocOpe_FindEdges.hxx
+include/opencascade/LocOpe_FindEdges.lxx
+include/opencascade/LocOpe_FindEdgesInFace.hxx
+include/opencascade/LocOpe_FindEdgesInFace.lxx
+include/opencascade/LocOpe_GeneratedShape.hxx
+include/opencascade/LocOpe_Generator.hxx
+include/opencascade/LocOpe_Generator.lxx
+include/opencascade/LocOpe_GluedShape.hxx
+include/opencascade/LocOpe_Gluer.hxx
+include/opencascade/LocOpe_Gluer.lxx
+include/opencascade/LocOpe_LinearForm.hxx
+include/opencascade/LocOpe_LinearForm.lxx
+include/opencascade/LocOpe_Operation.hxx
+include/opencascade/LocOpe_Pipe.hxx
+include/opencascade/LocOpe_Pipe.lxx
+include/opencascade/LocOpe_PntFace.hxx
+include/opencascade/LocOpe_Prism.hxx
+include/opencascade/LocOpe_Revol.hxx
+include/opencascade/LocOpe_RevolutionForm.hxx
+include/opencascade/LocOpe_SequenceOfCirc.hxx
+include/opencascade/LocOpe_SequenceOfLin.hxx
+include/opencascade/LocOpe_SequenceOfPntFace.hxx
+include/opencascade/LocOpe_SplitDrafts.hxx
+include/opencascade/LocOpe_SplitShape.hxx
+include/opencascade/LocOpe_SplitShape.lxx
+include/opencascade/LocOpe_Spliter.hxx
+include/opencascade/LocOpe_Spliter.lxx
+include/opencascade/LocOpe_WiresOnShape.hxx
+include/opencascade/LocOpe_WiresOnShape.lxx
+include/opencascade/LocalAnalysis.hxx
+include/opencascade/LocalAnalysis_CurveContinuity.hxx
+include/opencascade/LocalAnalysis_StatusErrorType.hxx
+include/opencascade/LocalAnalysis_SurfaceContinuity.hxx
+include/opencascade/MAT2d_Array2OfConnexion.hxx
+include/opencascade/MAT2d_BiInt.hxx
+include/opencascade/MAT2d_Circuit.hxx
+include/opencascade/MAT2d_Connexion.hxx
+include/opencascade/MAT2d_CutCurve.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfBiIntInteger.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfBiIntSequenceOfInteger.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerBisec.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerConnexion.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerPnt2d.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerSequenceOfConnexion.hxx
+include/opencascade/MAT2d_DataMapIteratorOfDataMapOfIntegerVec2d.hxx
+include/opencascade/MAT2d_DataMapOfBiIntInteger.hxx
+include/opencascade/MAT2d_DataMapOfBiIntSequenceOfInteger.hxx
+include/opencascade/MAT2d_DataMapOfIntegerBisec.hxx
+include/opencascade/MAT2d_DataMapOfIntegerConnexion.hxx
+include/opencascade/MAT2d_DataMapOfIntegerPnt2d.hxx
+include/opencascade/MAT2d_DataMapOfIntegerSequenceOfConnexion.hxx
+include/opencascade/MAT2d_DataMapOfIntegerVec2d.hxx
+include/opencascade/MAT2d_MapBiIntHasher.hxx
+include/opencascade/MAT2d_MapBiIntHasher.lxx
+include/opencascade/MAT2d_Mat2d.hxx
+include/opencascade/MAT2d_MiniPath.hxx
+include/opencascade/MAT2d_SequenceOfConnexion.hxx
+include/opencascade/MAT2d_SequenceOfSequenceOfCurve.hxx
+include/opencascade/MAT2d_SequenceOfSequenceOfGeometry.hxx
+include/opencascade/MAT2d_Tool2d.hxx
+include/opencascade/MAT_Arc.hxx
+include/opencascade/MAT_BasicElt.hxx
+include/opencascade/MAT_Bisector.hxx
+include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerArc.hxx
+include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerBasicElt.hxx
+include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerBisector.hxx
+include/opencascade/MAT_DataMapIteratorOfDataMapOfIntegerNode.hxx
+include/opencascade/MAT_DataMapOfIntegerArc.hxx
+include/opencascade/MAT_DataMapOfIntegerBasicElt.hxx
+include/opencascade/MAT_DataMapOfIntegerBisector.hxx
+include/opencascade/MAT_DataMapOfIntegerNode.hxx
+include/opencascade/MAT_Edge.hxx
+include/opencascade/MAT_Graph.hxx
+include/opencascade/MAT_ListOfBisector.hxx
+include/opencascade/MAT_ListOfEdge.hxx
+include/opencascade/MAT_Node.hxx
+include/opencascade/MAT_SequenceOfArc.hxx
+include/opencascade/MAT_SequenceOfBasicElt.hxx
+include/opencascade/MAT_Side.hxx
+include/opencascade/MAT_TList.gxx
+include/opencascade/MAT_TList.lxx
+include/opencascade/MAT_TListNode.gxx
+include/opencascade/MAT_TListNode.lxx
+include/opencascade/MAT_TListNodeOfListOfBisector.hxx
+include/opencascade/MAT_TListNodeOfListOfEdge.hxx
+include/opencascade/MAT_Zone.hxx
+include/opencascade/Media_BufferPool.hxx
+include/opencascade/Media_CodecContext.hxx
+include/opencascade/Media_FormatContext.hxx
+include/opencascade/Media_Frame.hxx
+include/opencascade/Media_IFrameQueue.hxx
+include/opencascade/Media_Packet.hxx
+include/opencascade/Media_PlayerContext.hxx
+include/opencascade/Media_Scaler.hxx
+include/opencascade/Media_Timer.hxx
+include/opencascade/MeshTest.hxx
+include/opencascade/MeshTest_CheckTopology.hxx
+include/opencascade/MeshVS_Array1OfSequenceOfInteger.hxx
+include/opencascade/MeshVS_Buffer.hxx
+include/opencascade/MeshVS_BuilderPriority.hxx
+include/opencascade/MeshVS_CommonSensitiveEntity.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfColorMapOfInteger.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfHArray1OfSequenceOfInteger.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerAsciiString.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerBoolean.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerColor.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerMaterial.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerMeshEntityOwner.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerOwner.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerTwoColors.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfIntegerVector.hxx
+include/opencascade/MeshVS_DataMapIteratorOfDataMapOfTwoColorsMapOfInteger.hxx
+include/opencascade/MeshVS_DataMapOfColorMapOfInteger.hxx
+include/opencascade/MeshVS_DataMapOfHArray1OfSequenceOfInteger.hxx
+include/opencascade/MeshVS_DataMapOfIntegerAsciiString.hxx
+include/opencascade/MeshVS_DataMapOfIntegerBoolean.hxx
+include/opencascade/MeshVS_DataMapOfIntegerColor.hxx
+include/opencascade/MeshVS_DataMapOfIntegerMaterial.hxx
+include/opencascade/MeshVS_DataMapOfIntegerMeshEntityOwner.hxx
+include/opencascade/MeshVS_DataMapOfIntegerOwner.hxx
+include/opencascade/MeshVS_DataMapOfIntegerTwoColors.hxx
+include/opencascade/MeshVS_DataMapOfIntegerVector.hxx
+include/opencascade/MeshVS_DataMapOfTwoColorsMapOfInteger.hxx
+include/opencascade/MeshVS_DataSource.hxx
+include/opencascade/MeshVS_DataSource3D.hxx
+include/opencascade/MeshVS_DeformedDataSource.hxx
+include/opencascade/MeshVS_DisplayModeFlags.hxx
+include/opencascade/MeshVS_Drawer.hxx
+include/opencascade/MeshVS_DrawerAttribute.hxx
+include/opencascade/MeshVS_DummySensitiveEntity.hxx
+include/opencascade/MeshVS_ElementalColorPrsBuilder.hxx
+include/opencascade/MeshVS_EntityType.hxx
+include/opencascade/MeshVS_HArray1OfSequenceOfInteger.hxx
+include/opencascade/MeshVS_MapIteratorOfMapOfTwoNodes.hxx
+include/opencascade/MeshVS_MapOfTwoNodes.hxx
+include/opencascade/MeshVS_Mesh.hxx
+include/opencascade/MeshVS_MeshEntityOwner.hxx
+include/opencascade/MeshVS_MeshOwner.hxx
+include/opencascade/MeshVS_MeshPrsBuilder.hxx
+include/opencascade/MeshVS_MeshPrsBuilder.lxx
+include/opencascade/MeshVS_MeshPtr.hxx
+include/opencascade/MeshVS_MeshSelectionMethod.hxx
+include/opencascade/MeshVS_NodalColorPrsBuilder.hxx
+include/opencascade/MeshVS_PrsBuilder.hxx
+include/opencascade/MeshVS_SelectionModeFlags.hxx
+include/opencascade/MeshVS_SensitiveFace.hxx
+include/opencascade/MeshVS_SensitiveMesh.hxx
+include/opencascade/MeshVS_SensitivePolyhedron.hxx
+include/opencascade/MeshVS_SensitiveQuad.hxx
+include/opencascade/MeshVS_SensitiveSegment.hxx
+include/opencascade/MeshVS_SequenceOfPrsBuilder.hxx
+include/opencascade/MeshVS_SymmetricPairHasher.hxx
+include/opencascade/MeshVS_TextPrsBuilder.hxx
+include/opencascade/MeshVS_Tool.hxx
+include/opencascade/MeshVS_TwoColors.hxx
+include/opencascade/MeshVS_TwoColorsHasher.hxx
+include/opencascade/MeshVS_TwoNodes.hxx
+include/opencascade/MeshVS_TwoNodesHasher.hxx
+include/opencascade/MeshVS_VectorPrsBuilder.hxx
+include/opencascade/Message.hxx
+include/opencascade/Message_Alert.hxx
+include/opencascade/Message_AlertExtended.hxx
+include/opencascade/Message_Algorithm.hxx
+include/opencascade/Message_Algorithm.lxx
+include/opencascade/Message_Attribute.hxx
+include/opencascade/Message_AttributeMeter.hxx
+include/opencascade/Message_AttributeObject.hxx
+include/opencascade/Message_AttributeStream.hxx
+include/opencascade/Message_CompositeAlerts.hxx
+include/opencascade/Message_ConsoleColor.hxx
+include/opencascade/Message_ExecStatus.hxx
+include/opencascade/Message_Gravity.hxx
+include/opencascade/Message_HArrayOfMsg.hxx
+include/opencascade/Message_LazyProgressScope.hxx
+include/opencascade/Message_Level.hxx
+include/opencascade/Message_ListIteratorOfListOfMsg.hxx
+include/opencascade/Message_ListOfAlert.hxx
+include/opencascade/Message_ListOfMsg.hxx
+include/opencascade/Message_Messenger.hxx
+include/opencascade/Message_MetricType.hxx
+include/opencascade/Message_Msg.hxx
+include/opencascade/Message_Msg.lxx
+include/opencascade/Message_MsgFile.hxx
+include/opencascade/Message_Printer.hxx
+include/opencascade/Message_PrinterOStream.hxx
+include/opencascade/Message_PrinterSystemLog.hxx
+include/opencascade/Message_PrinterToReport.hxx
+include/opencascade/Message_ProgressIndicator.hxx
+include/opencascade/Message_ProgressRange.hxx
+include/opencascade/Message_ProgressScope.hxx
+include/opencascade/Message_ProgressSentry.hxx
+include/opencascade/Message_Report.hxx
+include/opencascade/Message_SequenceOfPrinters.hxx
+include/opencascade/Message_Status.hxx
+include/opencascade/Message_StatusType.hxx
+include/opencascade/ModelDefinitions.hxx
+include/opencascade/MoniTool_AttrList.hxx
+include/opencascade/MoniTool_CaseData.hxx
+include/opencascade/MoniTool_DataInfo.hxx
+include/opencascade/MoniTool_DataMapIteratorOfDataMapOfShapeTransient.hxx
+include/opencascade/MoniTool_DataMapIteratorOfDataMapOfTimer.hxx
+include/opencascade/MoniTool_DataMapOfShapeTransient.hxx
+include/opencascade/MoniTool_DataMapOfTimer.hxx
+include/opencascade/MoniTool_ElemHasher.hxx
+include/opencascade/MoniTool_Element.hxx
+include/opencascade/MoniTool_HSequenceOfElement.hxx
+include/opencascade/MoniTool_IndexedDataMapOfShapeTransient.hxx
+include/opencascade/MoniTool_IntVal.hxx
+include/opencascade/MoniTool_MTHasher.hxx
+include/opencascade/MoniTool_MTHasher.lxx
+include/opencascade/MoniTool_Macros.hxx
+include/opencascade/MoniTool_RealVal.hxx
+include/opencascade/MoniTool_SequenceOfElement.hxx
+include/opencascade/MoniTool_SignShape.hxx
+include/opencascade/MoniTool_SignText.hxx
+include/opencascade/MoniTool_Stat.hxx
+include/opencascade/MoniTool_Timer.hxx
+include/opencascade/MoniTool_Timer.lxx
+include/opencascade/MoniTool_TimerSentry.hxx
+include/opencascade/MoniTool_TimerSentry.lxx
+include/opencascade/MoniTool_TransientElem.hxx
+include/opencascade/MoniTool_TypedValue.hxx
+include/opencascade/MoniTool_ValueInterpret.hxx
+include/opencascade/MoniTool_ValueSatisfies.hxx
+include/opencascade/MoniTool_ValueType.hxx
+include/opencascade/NCollection_AccAllocator.hxx
+include/opencascade/NCollection_AliasedArray.hxx
+include/opencascade/NCollection_AlignedAllocator.hxx
+include/opencascade/NCollection_Array1.hxx
+include/opencascade/NCollection_Array2.hxx
+include/opencascade/NCollection_BaseAllocator.hxx
+include/opencascade/NCollection_BaseList.hxx
+include/opencascade/NCollection_BaseMap.hxx
+include/opencascade/NCollection_BaseSequence.hxx
+include/opencascade/NCollection_BaseVector.hxx
+include/opencascade/NCollection_Buffer.hxx
+include/opencascade/NCollection_CellFilter.hxx
+include/opencascade/NCollection_DataMap.hxx
+include/opencascade/NCollection_DefaultHasher.hxx
+include/opencascade/NCollection_DefineAlloc.hxx
+include/opencascade/NCollection_DefineArray1.hxx
+include/opencascade/NCollection_DefineArray2.hxx
+include/opencascade/NCollection_DefineDataMap.hxx
+include/opencascade/NCollection_DefineDoubleMap.hxx
+include/opencascade/NCollection_DefineHArray1.hxx
+include/opencascade/NCollection_DefineHArray2.hxx
+include/opencascade/NCollection_DefineHSequence.hxx
+include/opencascade/NCollection_DefineIndexedDataMap.hxx
+include/opencascade/NCollection_DefineIndexedMap.hxx
+include/opencascade/NCollection_DefineList.hxx
+include/opencascade/NCollection_DefineMap.hxx
+include/opencascade/NCollection_DefineSequence.hxx
+include/opencascade/NCollection_DefineVector.hxx
+include/opencascade/NCollection_DoubleMap.hxx
+include/opencascade/NCollection_EBTree.hxx
+include/opencascade/NCollection_HArray1.hxx
+include/opencascade/NCollection_HArray2.hxx
+include/opencascade/NCollection_HSequence.hxx
+include/opencascade/NCollection_Haft.h
+include/opencascade/NCollection_Handle.hxx
+include/opencascade/NCollection_HeapAllocator.hxx
+include/opencascade/NCollection_IncAllocator.hxx
+include/opencascade/NCollection_IndexedDataMap.hxx
+include/opencascade/NCollection_IndexedMap.hxx
+include/opencascade/NCollection_Lerp.hxx
+include/opencascade/NCollection_List.hxx
+include/opencascade/NCollection_ListNode.hxx
+include/opencascade/NCollection_LocalArray.hxx
+include/opencascade/NCollection_Map.hxx
+include/opencascade/NCollection_Mat3.hxx
+include/opencascade/NCollection_Mat4.hxx
+include/opencascade/NCollection_Sequence.hxx
+include/opencascade/NCollection_Shared.hxx
+include/opencascade/NCollection_SparseArray.hxx
+include/opencascade/NCollection_SparseArrayBase.hxx
+include/opencascade/NCollection_StdAllocator.hxx
+include/opencascade/NCollection_StlIterator.hxx
+include/opencascade/NCollection_String.hxx
+include/opencascade/NCollection_TListIterator.hxx
+include/opencascade/NCollection_TListNode.hxx
+include/opencascade/NCollection_TypeDef.hxx
+include/opencascade/NCollection_UBTree.hxx
+include/opencascade/NCollection_UBTreeFiller.hxx
+include/opencascade/NCollection_UtfIterator.hxx
+include/opencascade/NCollection_UtfIterator.lxx
+include/opencascade/NCollection_UtfString.hxx
+include/opencascade/NCollection_UtfString.lxx
+include/opencascade/NCollection_Vec2.hxx
+include/opencascade/NCollection_Vec3.hxx
+include/opencascade/NCollection_Vec4.hxx
+include/opencascade/NCollection_Vector.hxx
+include/opencascade/NCollection_WinHeapAllocator.hxx
+include/opencascade/NLPlate_HGPPConstraint.hxx
+include/opencascade/NLPlate_HPG0Constraint.hxx
+include/opencascade/NLPlate_HPG0G1Constraint.hxx
+include/opencascade/NLPlate_HPG0G2Constraint.hxx
+include/opencascade/NLPlate_HPG0G3Constraint.hxx
+include/opencascade/NLPlate_HPG1Constraint.hxx
+include/opencascade/NLPlate_HPG2Constraint.hxx
+include/opencascade/NLPlate_HPG3Constraint.hxx
+include/opencascade/NLPlate_ListIteratorOfStackOfPlate.hxx
+include/opencascade/NLPlate_NLPlate.hxx
+include/opencascade/NLPlate_SequenceOfHGPPConstraint.hxx
+include/opencascade/NLPlate_StackOfPlate.hxx
+include/opencascade/OSD.hxx
+include/opencascade/OSD_CachedFileSystem.hxx
+include/opencascade/OSD_Chronometer.hxx
+include/opencascade/OSD_Directory.hxx
+include/opencascade/OSD_DirectoryIterator.hxx
+include/opencascade/OSD_Disk.hxx
+include/opencascade/OSD_Environment.hxx
+include/opencascade/OSD_Error.hxx
+include/opencascade/OSD_ErrorList.hxx
+include/opencascade/OSD_Exception.hxx
+include/opencascade/OSD_Exception_ACCESS_VIOLATION.hxx
+include/opencascade/OSD_Exception_ARRAY_BOUNDS_EXCEEDED.hxx
+include/opencascade/OSD_Exception_CTRL_BREAK.hxx
+include/opencascade/OSD_Exception_ILLEGAL_INSTRUCTION.hxx
+include/opencascade/OSD_Exception_INT_OVERFLOW.hxx
+include/opencascade/OSD_Exception_INVALID_DISPOSITION.hxx
+include/opencascade/OSD_Exception_IN_PAGE_ERROR.hxx
+include/opencascade/OSD_Exception_NONCONTINUABLE_EXCEPTION.hxx
+include/opencascade/OSD_Exception_PRIV_INSTRUCTION.hxx
+include/opencascade/OSD_Exception_STACK_OVERFLOW.hxx
+include/opencascade/OSD_Exception_STATUS_NO_MEMORY.hxx
+include/opencascade/OSD_File.hxx
+include/opencascade/OSD_FileIterator.hxx
+include/opencascade/OSD_FileNode.hxx
+include/opencascade/OSD_FileSystem.hxx
+include/opencascade/OSD_FileSystemSelector.hxx
+include/opencascade/OSD_FromWhere.hxx
+include/opencascade/OSD_Function.hxx
+include/opencascade/OSD_Host.hxx
+include/opencascade/OSD_KindFile.hxx
+include/opencascade/OSD_LoadMode.hxx
+include/opencascade/OSD_LocalFileSystem.hxx
+include/opencascade/OSD_LockType.hxx
+include/opencascade/OSD_MAllocHook.hxx
+include/opencascade/OSD_MemInfo.hxx
+include/opencascade/OSD_OEMType.hxx
+include/opencascade/OSD_OSDError.hxx
+include/opencascade/OSD_OpenFile.hxx
+include/opencascade/OSD_OpenMode.hxx
+include/opencascade/OSD_PThread.hxx
+include/opencascade/OSD_Parallel.hxx
+include/opencascade/OSD_Path.hxx
+include/opencascade/OSD_PerfMeter.h
+include/opencascade/OSD_PerfMeter.hxx
+include/opencascade/OSD_Process.hxx
+include/opencascade/OSD_Protection.hxx
+include/opencascade/OSD_SIGBUS.hxx
+include/opencascade/OSD_SIGHUP.hxx
+include/opencascade/OSD_SIGILL.hxx
+include/opencascade/OSD_SIGINT.hxx
+include/opencascade/OSD_SIGKILL.hxx
+include/opencascade/OSD_SIGQUIT.hxx
+include/opencascade/OSD_SIGSEGV.hxx
+include/opencascade/OSD_SIGSYS.hxx
+include/opencascade/OSD_SharedLibrary.hxx
+include/opencascade/OSD_Signal.hxx
+include/opencascade/OSD_SignalMode.hxx
+include/opencascade/OSD_SingleProtection.hxx
+include/opencascade/OSD_StreamBuffer.hxx
+include/opencascade/OSD_SysType.hxx
+include/opencascade/OSD_Thread.hxx
+include/opencascade/OSD_ThreadFunction.hxx
+include/opencascade/OSD_ThreadPool.hxx
+include/opencascade/OSD_Timer.hxx
+include/opencascade/OSD_WNT.hxx
+include/opencascade/OSD_WhoAmI.hxx
+include/opencascade/OpenGlTest.hxx
+include/opencascade/OpenGl_ArbDbg.hxx
+include/opencascade/OpenGl_ArbFBO.hxx
+include/opencascade/OpenGl_ArbIns.hxx
+include/opencascade/OpenGl_ArbSamplerObject.hxx
+include/opencascade/OpenGl_ArbTBO.hxx
+include/opencascade/OpenGl_ArbTexBindless.hxx
+include/opencascade/OpenGl_Aspects.hxx
+include/opencascade/OpenGl_AspectsProgram.hxx
+include/opencascade/OpenGl_AspectsSprite.hxx
+include/opencascade/OpenGl_AspectsTextureSet.hxx
+include/opencascade/OpenGl_BackgroundArray.hxx
+include/opencascade/OpenGl_Buffer.hxx
+include/opencascade/OpenGl_BufferCompatT.hxx
+include/opencascade/OpenGl_CappingAlgo.hxx
+include/opencascade/OpenGl_CappingPlaneResource.hxx
+include/opencascade/OpenGl_Caps.hxx
+include/opencascade/OpenGl_Clipping.hxx
+include/opencascade/OpenGl_ClippingIterator.hxx
+include/opencascade/OpenGl_Context.hxx
+include/opencascade/OpenGl_DepthPeeling.hxx
+include/opencascade/OpenGl_Element.hxx
+include/opencascade/OpenGl_ExtGS.hxx
+include/opencascade/OpenGl_Flipper.hxx
+include/opencascade/OpenGl_Font.hxx
+include/opencascade/OpenGl_FrameBuffer.hxx
+include/opencascade/OpenGl_FrameStats.hxx
+include/opencascade/OpenGl_FrameStatsPrs.hxx
+include/opencascade/OpenGl_GLESExtensions.hxx
+include/opencascade/OpenGl_GlCore11.hxx
+include/opencascade/OpenGl_GlCore11Fwd.hxx
+include/opencascade/OpenGl_GlCore12.hxx
+include/opencascade/OpenGl_GlCore13.hxx
+include/opencascade/OpenGl_GlCore14.hxx
+include/opencascade/OpenGl_GlCore15.hxx
+include/opencascade/OpenGl_GlCore20.hxx
+include/opencascade/OpenGl_GlCore21.hxx
+include/opencascade/OpenGl_GlCore30.hxx
+include/opencascade/OpenGl_GlCore31.hxx
+include/opencascade/OpenGl_GlCore32.hxx
+include/opencascade/OpenGl_GlCore33.hxx
+include/opencascade/OpenGl_GlCore40.hxx
+include/opencascade/OpenGl_GlCore41.hxx
+include/opencascade/OpenGl_GlCore42.hxx
+include/opencascade/OpenGl_GlCore43.hxx
+include/opencascade/OpenGl_GlCore44.hxx
+include/opencascade/OpenGl_GlCore45.hxx
+include/opencascade/OpenGl_GlCore46.hxx
+include/opencascade/OpenGl_GlFunctions.hxx
+include/opencascade/OpenGl_GlNative.hxx
+include/opencascade/OpenGl_GlTypes.hxx
+include/opencascade/OpenGl_GraduatedTrihedron.hxx
+include/opencascade/OpenGl_GraphicDriver.hxx
+include/opencascade/OpenGl_GraphicDriverFactory.hxx
+include/opencascade/OpenGl_Group.hxx
+include/opencascade/OpenGl_HaltonSampler.hxx
+include/opencascade/OpenGl_IndexBuffer.hxx
+include/opencascade/OpenGl_Layer.hxx
+include/opencascade/OpenGl_LayerFilter.hxx
+include/opencascade/OpenGl_LayerList.hxx
+include/opencascade/OpenGl_LineAttributes.hxx
+include/opencascade/OpenGl_Material.hxx
+include/opencascade/OpenGl_MaterialState.hxx
+include/opencascade/OpenGl_MatrixState.hxx
+include/opencascade/OpenGl_NamedResource.hxx
+include/opencascade/OpenGl_PBREnvironment.hxx
+include/opencascade/OpenGl_PointSprite.hxx
+include/opencascade/OpenGl_PrimitiveArray.hxx
+include/opencascade/OpenGl_RenderFilter.hxx
+include/opencascade/OpenGl_Resource.hxx
+include/opencascade/OpenGl_Sampler.hxx
+include/opencascade/OpenGl_SceneGeometry.hxx
+include/opencascade/OpenGl_SetOfShaderPrograms.hxx
+include/opencascade/OpenGl_ShaderManager.hxx
+include/opencascade/OpenGl_ShaderObject.hxx
+include/opencascade/OpenGl_ShaderProgram.hxx
+include/opencascade/OpenGl_ShaderProgramDumpLevel.hxx
+include/opencascade/OpenGl_ShaderStates.hxx
+include/opencascade/OpenGl_ShadowMap.hxx
+include/opencascade/OpenGl_StencilTest.hxx
+include/opencascade/OpenGl_Structure.hxx
+include/opencascade/OpenGl_StructureShadow.hxx
+include/opencascade/OpenGl_Text.hxx
+include/opencascade/OpenGl_TextBuilder.hxx
+include/opencascade/OpenGl_Texture.hxx
+include/opencascade/OpenGl_TextureBuffer.hxx
+include/opencascade/OpenGl_TextureBufferArb.hxx
+include/opencascade/OpenGl_TextureFormat.hxx
+include/opencascade/OpenGl_TextureSet.hxx
+include/opencascade/OpenGl_TextureSetPairIterator.hxx
+include/opencascade/OpenGl_TileSampler.hxx
+include/opencascade/OpenGl_UniformBuffer.hxx
+include/opencascade/OpenGl_Vec.hxx
+include/opencascade/OpenGl_VertexBuffer.hxx
+include/opencascade/OpenGl_VertexBufferCompat.hxx
+include/opencascade/OpenGl_VertexBufferEditor.hxx
+include/opencascade/OpenGl_View.hxx
+include/opencascade/OpenGl_Window.hxx
+include/opencascade/OpenGl_Workspace.hxx
+include/opencascade/OpenGl_glext.h
+include/opencascade/OpenGl_khrplatform.h
+include/opencascade/PCDM.hxx
+include/opencascade/PCDM_BaseDriverPointer.hxx
+include/opencascade/PCDM_DOMHeaderParser.hxx
+include/opencascade/PCDM_Document.hxx
+include/opencascade/PCDM_DriverError.hxx
+include/opencascade/PCDM_ReadWriter.hxx
+include/opencascade/PCDM_ReadWriter_1.hxx
+include/opencascade/PCDM_Reader.hxx
+include/opencascade/PCDM_Reader.lxx
+include/opencascade/PCDM_ReaderFilter.hxx
+include/opencascade/PCDM_ReaderStatus.hxx
+include/opencascade/PCDM_Reference.hxx
+include/opencascade/PCDM_ReferenceIterator.hxx
+include/opencascade/PCDM_RetrievalDriver.hxx
+include/opencascade/PCDM_SequenceOfDocument.hxx
+include/opencascade/PCDM_SequenceOfReference.hxx
+include/opencascade/PCDM_StorageDriver.hxx
+include/opencascade/PCDM_StoreStatus.hxx
+include/opencascade/PCDM_TypeOfFileDriver.hxx
+include/opencascade/PCDM_Writer.hxx
+include/opencascade/PLib.hxx
+include/opencascade/PLib_Base.hxx
+include/opencascade/PLib_DoubleJacobiPolynomial.hxx
+include/opencascade/PLib_DoubleJacobiPolynomial.lxx
+include/opencascade/PLib_HermitJacobi.hxx
+include/opencascade/PLib_HermitJacobi.lxx
+include/opencascade/PLib_JacobiPolynomial.hxx
+include/opencascade/PLib_JacobiPolynomial.lxx
+include/opencascade/Plate_Array1OfPinpointConstraint.hxx
+include/opencascade/Plate_D1.hxx
+include/opencascade/Plate_D1.lxx
+include/opencascade/Plate_D2.hxx
+include/opencascade/Plate_D3.hxx
+include/opencascade/Plate_FreeGtoCConstraint.hxx
+include/opencascade/Plate_FreeGtoCConstraint.lxx
+include/opencascade/Plate_GlobalTranslationConstraint.hxx
+include/opencascade/Plate_GlobalTranslationConstraint.lxx
+include/opencascade/Plate_GtoCConstraint.hxx
+include/opencascade/Plate_GtoCConstraint.lxx
+include/opencascade/Plate_HArray1OfPinpointConstraint.hxx
+include/opencascade/Plate_LineConstraint.hxx
+include/opencascade/Plate_LineConstraint.lxx
+include/opencascade/Plate_LinearScalarConstraint.hxx
+include/opencascade/Plate_LinearScalarConstraint.lxx
+include/opencascade/Plate_LinearXYZConstraint.hxx
+include/opencascade/Plate_LinearXYZConstraint.lxx
+include/opencascade/Plate_PinpointConstraint.hxx
+include/opencascade/Plate_PinpointConstraint.lxx
+include/opencascade/Plate_PlaneConstraint.hxx
+include/opencascade/Plate_PlaneConstraint.lxx
+include/opencascade/Plate_Plate.hxx
+include/opencascade/Plate_Plate.lxx
+include/opencascade/Plate_SampledCurveConstraint.hxx
+include/opencascade/Plate_SampledCurveConstraint.lxx
+include/opencascade/Plate_SequenceOfLinearScalarConstraint.hxx
+include/opencascade/Plate_SequenceOfLinearXYZConstraint.hxx
+include/opencascade/Plate_SequenceOfPinpointConstraint.hxx
+include/opencascade/Plugin.hxx
+include/opencascade/Plugin_DataMapIteratorOfMapOfFunctions.hxx
+include/opencascade/Plugin_Failure.hxx
+include/opencascade/Plugin_Macro.hxx
+include/opencascade/Plugin_MapOfFunctions.hxx
+include/opencascade/Poly.hxx
+include/opencascade/Poly_Array1OfTriangle.hxx
+include/opencascade/Poly_ArrayOfNodes.hxx
+include/opencascade/Poly_ArrayOfUVNodes.hxx
+include/opencascade/Poly_CoherentLink.hxx
+include/opencascade/Poly_CoherentNode.hxx
+include/opencascade/Poly_CoherentTriPtr.hxx
+include/opencascade/Poly_CoherentTriangle.hxx
+include/opencascade/Poly_CoherentTriangulation.hxx
+include/opencascade/Poly_Connect.hxx
+include/opencascade/Poly_HArray1OfTriangle.hxx
+include/opencascade/Poly_ListOfTriangulation.hxx
+include/opencascade/Poly_MakeLoops.hxx
+include/opencascade/Poly_MergeNodesTool.hxx
+include/opencascade/Poly_MeshPurpose.hxx
+include/opencascade/Poly_Polygon2D.hxx
+include/opencascade/Poly_Polygon3D.hxx
+include/opencascade/Poly_PolygonOnTriangulation.hxx
+include/opencascade/Poly_Triangle.hxx
+include/opencascade/Poly_Triangulation.hxx
+include/opencascade/Poly_TriangulationParameters.hxx
+include/opencascade/Precision.hxx
+include/opencascade/ProjLib.hxx
+include/opencascade/ProjLib_CompProjectedCurve.hxx
+include/opencascade/ProjLib_ComputeApprox.hxx
+include/opencascade/ProjLib_ComputeApproxOnPolarSurface.hxx
+include/opencascade/ProjLib_Cone.hxx
+include/opencascade/ProjLib_Cylinder.hxx
+include/opencascade/ProjLib_HCompProjectedCurve.hxx
+include/opencascade/ProjLib_HProjectedCurve.hxx
+include/opencascade/ProjLib_HSequenceOfHSequenceOfPnt.hxx
+include/opencascade/ProjLib_Plane.hxx
+include/opencascade/ProjLib_PrjFunc.hxx
+include/opencascade/ProjLib_PrjResolve.hxx
+include/opencascade/ProjLib_ProjectOnPlane.hxx
+include/opencascade/ProjLib_ProjectOnSurface.hxx
+include/opencascade/ProjLib_ProjectedCurve.hxx
+include/opencascade/ProjLib_Projector.hxx
+include/opencascade/ProjLib_SequenceOfHSequenceOfPnt.hxx
+include/opencascade/ProjLib_Sphere.hxx
+include/opencascade/ProjLib_Torus.hxx
+include/opencascade/Prs3d.hxx
+include/opencascade/Prs3d_Arrow.hxx
+include/opencascade/Prs3d_ArrowAspect.hxx
+include/opencascade/Prs3d_BasicAspect.hxx
+include/opencascade/Prs3d_BndBox.hxx
+include/opencascade/Prs3d_DatumAspect.hxx
+include/opencascade/Prs3d_DatumAttribute.hxx
+include/opencascade/Prs3d_DatumAxes.hxx
+include/opencascade/Prs3d_DatumMode.hxx
+include/opencascade/Prs3d_DatumParts.hxx
+include/opencascade/Prs3d_DimensionArrowOrientation.hxx
+include/opencascade/Prs3d_DimensionAspect.hxx
+include/opencascade/Prs3d_DimensionTextHorizontalPosition.hxx
+include/opencascade/Prs3d_DimensionTextVerticalPosition.hxx
+include/opencascade/Prs3d_DimensionUnits.hxx
+include/opencascade/Prs3d_Drawer.hxx
+include/opencascade/Prs3d_InvalidAngle.hxx
+include/opencascade/Prs3d_IsoAspect.hxx
+include/opencascade/Prs3d_LineAspect.hxx
+include/opencascade/Prs3d_NListIteratorOfListOfSequenceOfPnt.hxx
+include/opencascade/Prs3d_NListOfSequenceOfPnt.hxx
+include/opencascade/Prs3d_PlaneAspect.hxx
+include/opencascade/Prs3d_Point.hxx
+include/opencascade/Prs3d_PointAspect.hxx
+include/opencascade/Prs3d_Presentation.hxx
+include/opencascade/Prs3d_PresentationShadow.hxx
+include/opencascade/Prs3d_Root.hxx
+include/opencascade/Prs3d_ShadingAspect.hxx
+include/opencascade/Prs3d_ShapeTool.hxx
+include/opencascade/Prs3d_Text.hxx
+include/opencascade/Prs3d_TextAspect.hxx
+include/opencascade/Prs3d_ToolCylinder.hxx
+include/opencascade/Prs3d_ToolDisk.hxx
+include/opencascade/Prs3d_ToolQuadric.hxx
+include/opencascade/Prs3d_ToolSector.hxx
+include/opencascade/Prs3d_ToolSphere.hxx
+include/opencascade/Prs3d_ToolTorus.hxx
+include/opencascade/Prs3d_TypeOfHLR.hxx
+include/opencascade/Prs3d_TypeOfHighlight.hxx
+include/opencascade/Prs3d_TypeOfLinePicking.hxx
+include/opencascade/Prs3d_VertexDrawMode.hxx
+include/opencascade/PrsDim.hxx
+include/opencascade/PrsDim_AngleDimension.hxx
+include/opencascade/PrsDim_Chamf2dDimension.hxx
+include/opencascade/PrsDim_Chamf3dDimension.hxx
+include/opencascade/PrsDim_ConcentricRelation.hxx
+include/opencascade/PrsDim_DiameterDimension.hxx
+include/opencascade/PrsDim_Dimension.hxx
+include/opencascade/PrsDim_DimensionOwner.hxx
+include/opencascade/PrsDim_DimensionSelectionMode.hxx
+include/opencascade/PrsDim_DisplaySpecialSymbol.hxx
+include/opencascade/PrsDim_EllipseRadiusDimension.hxx
+include/opencascade/PrsDim_EqualDistanceRelation.hxx
+include/opencascade/PrsDim_EqualRadiusRelation.hxx
+include/opencascade/PrsDim_FixRelation.hxx
+include/opencascade/PrsDim_IdenticRelation.hxx
+include/opencascade/PrsDim_KindOfDimension.hxx
+include/opencascade/PrsDim_KindOfRelation.hxx
+include/opencascade/PrsDim_KindOfSurface.hxx
+include/opencascade/PrsDim_LengthDimension.hxx
+include/opencascade/PrsDim_MaxRadiusDimension.hxx
+include/opencascade/PrsDim_MidPointRelation.hxx
+include/opencascade/PrsDim_MinRadiusDimension.hxx
+include/opencascade/PrsDim_OffsetDimension.hxx
+include/opencascade/PrsDim_ParallelRelation.hxx
+include/opencascade/PrsDim_PerpendicularRelation.hxx
+include/opencascade/PrsDim_RadiusDimension.hxx
+include/opencascade/PrsDim_Relation.hxx
+include/opencascade/PrsDim_SymmetricRelation.hxx
+include/opencascade/PrsDim_TangentRelation.hxx
+include/opencascade/PrsDim_TypeOfAngle.hxx
+include/opencascade/PrsDim_TypeOfAngleArrowVisibility.hxx
+include/opencascade/PrsDim_TypeOfDist.hxx
+include/opencascade/PrsMgr_DisplayStatus.hxx
+include/opencascade/PrsMgr_ListOfPresentableObjects.hxx
+include/opencascade/PrsMgr_ListOfPresentations.hxx
+include/opencascade/PrsMgr_PresentableObject.hxx
+include/opencascade/PrsMgr_Presentation.hxx
+include/opencascade/PrsMgr_Presentation3d.hxx
+include/opencascade/PrsMgr_PresentationManager.hxx
+include/opencascade/PrsMgr_PresentationManager3d.hxx
+include/opencascade/PrsMgr_Presentations.hxx
+include/opencascade/PrsMgr_TypeOfPresentation3d.hxx
+include/opencascade/QABugs.hxx
+include/opencascade/QABugs_PresentableObject.hxx
+include/opencascade/QADNaming.hxx
+include/opencascade/QADraw.hxx
+include/opencascade/QANCollection.hxx
+include/opencascade/QANCollection_Common.hxx
+include/opencascade/QANCollection_DataMapIteratorOfDataMapOfRealPnt.hxx
+include/opencascade/QANCollection_DataMapOfRealPnt.hxx
+include/opencascade/QANCollection_DoubleMapIteratorOfDoubleMapOfRealInteger.hxx
+include/opencascade/QANCollection_DoubleMapOfRealInteger.hxx
+include/opencascade/QANCollection_IndexedDataMapOfRealPnt.hxx
+include/opencascade/QANCollection_ListIteratorOfListOfPnt.hxx
+include/opencascade/QANCollection_ListOfPnt.hxx
+include/opencascade/Quantity_Array1OfColor.hxx
+include/opencascade/Quantity_Color.hxx
+include/opencascade/Quantity_ColorHasher.hxx
+include/opencascade/Quantity_ColorRGBA.hxx
+include/opencascade/Quantity_ColorRGBAHasher.hxx
+include/opencascade/Quantity_Date.hxx
+include/opencascade/Quantity_DateDefinitionError.hxx
+include/opencascade/Quantity_HArray1OfColor.hxx
+include/opencascade/Quantity_NameOfColor.hxx
+include/opencascade/Quantity_Period.hxx
+include/opencascade/Quantity_PeriodDefinitionError.hxx
+include/opencascade/Quantity_TypeOfColor.hxx
+include/opencascade/RWGltf_CafReader.hxx
+include/opencascade/RWGltf_CafWriter.hxx
+include/opencascade/RWGltf_ConfigurationNode.hxx
+include/opencascade/RWGltf_DracoParameters.hxx
+include/opencascade/RWGltf_GltfAccessor.hxx
+include/opencascade/RWGltf_GltfAccessorCompType.hxx
+include/opencascade/RWGltf_GltfAccessorLayout.hxx
+include/opencascade/RWGltf_GltfAlphaMode.hxx
+include/opencascade/RWGltf_GltfArrayType.hxx
+include/opencascade/RWGltf_GltfBufferView.hxx
+include/opencascade/RWGltf_GltfBufferViewTarget.hxx
+include/opencascade/RWGltf_GltfFace.hxx
+include/opencascade/RWGltf_GltfJsonParser.hxx
+include/opencascade/RWGltf_GltfLatePrimitiveArray.hxx
+include/opencascade/RWGltf_GltfMaterialMap.hxx
+include/opencascade/RWGltf_GltfOStreamWriter.hxx
+include/opencascade/RWGltf_GltfPrimArrayData.hxx
+include/opencascade/RWGltf_GltfPrimitiveMode.hxx
+include/opencascade/RWGltf_GltfRootElement.hxx
+include/opencascade/RWGltf_GltfSceneNodeMap.hxx
+include/opencascade/RWGltf_MaterialCommon.hxx
+include/opencascade/RWGltf_MaterialMetallicRoughness.hxx
+include/opencascade/RWGltf_Provider.hxx
+include/opencascade/RWGltf_TriangulationReader.hxx
+include/opencascade/RWGltf_WriterTrsfFormat.hxx
+include/opencascade/RWHeaderSection.hxx
+include/opencascade/RWHeaderSection_GeneralModule.hxx
+include/opencascade/RWHeaderSection_RWFileDescription.hxx
+include/opencascade/RWHeaderSection_RWFileName.hxx
+include/opencascade/RWHeaderSection_RWFileSchema.hxx
+include/opencascade/RWHeaderSection_ReadWriteModule.hxx
+include/opencascade/RWMesh.hxx
+include/opencascade/RWMesh_CafReader.hxx
+include/opencascade/RWMesh_CoordinateSystem.hxx
+include/opencascade/RWMesh_CoordinateSystemConverter.hxx
+include/opencascade/RWMesh_FaceIterator.hxx
+include/opencascade/RWMesh_MaterialMap.hxx
+include/opencascade/RWMesh_NameFormat.hxx
+include/opencascade/RWMesh_NodeAttributes.hxx
+include/opencascade/RWMesh_TriangulationReader.hxx
+include/opencascade/RWMesh_TriangulationSource.hxx
+include/opencascade/RWObj.hxx
+include/opencascade/RWObj_CafReader.hxx
+include/opencascade/RWObj_CafWriter.hxx
+include/opencascade/RWObj_ConfigurationNode.hxx
+include/opencascade/RWObj_Material.hxx
+include/opencascade/RWObj_MtlReader.hxx
+include/opencascade/RWObj_ObjMaterialMap.hxx
+include/opencascade/RWObj_ObjWriterContext.hxx
+include/opencascade/RWObj_Provider.hxx
+include/opencascade/RWObj_Reader.hxx
+include/opencascade/RWObj_SubMesh.hxx
+include/opencascade/RWObj_SubMeshReason.hxx
+include/opencascade/RWObj_Tools.hxx
+include/opencascade/RWObj_TriangulationReader.hxx
+include/opencascade/RWPly_CafWriter.hxx
+include/opencascade/RWPly_ConfigurationNode.hxx
+include/opencascade/RWPly_PlyWriterContext.hxx
+include/opencascade/RWPly_Provider.hxx
+include/opencascade/RWStepAP203_RWCcDesignApproval.hxx
+include/opencascade/RWStepAP203_RWCcDesignCertification.hxx
+include/opencascade/RWStepAP203_RWCcDesignContract.hxx
+include/opencascade/RWStepAP203_RWCcDesignDateAndTimeAssignment.hxx
+include/opencascade/RWStepAP203_RWCcDesignPersonAndOrganizationAssignment.hxx
+include/opencascade/RWStepAP203_RWCcDesignSecurityClassification.hxx
+include/opencascade/RWStepAP203_RWCcDesignSpecificationReference.hxx
+include/opencascade/RWStepAP203_RWChange.hxx
+include/opencascade/RWStepAP203_RWChangeRequest.hxx
+include/opencascade/RWStepAP203_RWStartRequest.hxx
+include/opencascade/RWStepAP203_RWStartWork.hxx
+include/opencascade/RWStepAP214.hxx
+include/opencascade/RWStepAP214_GeneralModule.hxx
+include/opencascade/RWStepAP214_RWAppliedApprovalAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedDateAndTimeAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedDateAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedDocumentReference.hxx
+include/opencascade/RWStepAP214_RWAppliedExternalIdentificationAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedGroupAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedOrganizationAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedPersonAndOrganizationAssignment.hxx
+include/opencascade/RWStepAP214_RWAppliedPresentedItem.hxx
+include/opencascade/RWStepAP214_RWAppliedSecurityClassificationAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignActualDateAndTimeAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignActualDateAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignApprovalAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignDateAndPersonAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignDocumentReference.hxx
+include/opencascade/RWStepAP214_RWAutoDesignGroupAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignNominalDateAndTimeAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignNominalDateAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignOrganizationAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignPersonAndOrganizationAssignment.hxx
+include/opencascade/RWStepAP214_RWAutoDesignPresentedItem.hxx
+include/opencascade/RWStepAP214_RWAutoDesignSecurityClassificationAssignment.hxx
+include/opencascade/RWStepAP214_RWClass.hxx
+include/opencascade/RWStepAP214_RWExternallyDefinedClass.hxx
+include/opencascade/RWStepAP214_RWExternallyDefinedGeneralProperty.hxx
+include/opencascade/RWStepAP214_RWRepItemGroup.hxx
+include/opencascade/RWStepAP214_ReadWriteModule.hxx
+include/opencascade/RWStepAP242_RWDraughtingModelItemAssociation.hxx
+include/opencascade/RWStepAP242_RWGeometricItemSpecificUsage.hxx
+include/opencascade/RWStepAP242_RWIdAttribute.hxx
+include/opencascade/RWStepAP242_RWItemIdentifiedRepresentationUsage.hxx
+include/opencascade/RWStepBasic_RWAction.hxx
+include/opencascade/RWStepBasic_RWActionAssignment.hxx
+include/opencascade/RWStepBasic_RWActionMethod.hxx
+include/opencascade/RWStepBasic_RWActionRequestAssignment.hxx
+include/opencascade/RWStepBasic_RWActionRequestSolution.hxx
+include/opencascade/RWStepBasic_RWAddress.hxx
+include/opencascade/RWStepBasic_RWApplicationContext.hxx
+include/opencascade/RWStepBasic_RWApplicationContextElement.hxx
+include/opencascade/RWStepBasic_RWApplicationProtocolDefinition.hxx
+include/opencascade/RWStepBasic_RWApproval.hxx
+include/opencascade/RWStepBasic_RWApprovalDateTime.hxx
+include/opencascade/RWStepBasic_RWApprovalPersonOrganization.hxx
+include/opencascade/RWStepBasic_RWApprovalRelationship.hxx
+include/opencascade/RWStepBasic_RWApprovalRole.hxx
+include/opencascade/RWStepBasic_RWApprovalStatus.hxx
+include/opencascade/RWStepBasic_RWCalendarDate.hxx
+include/opencascade/RWStepBasic_RWCertification.hxx
+include/opencascade/RWStepBasic_RWCertificationAssignment.hxx
+include/opencascade/RWStepBasic_RWCertificationType.hxx
+include/opencascade/RWStepBasic_RWCharacterizedObject.hxx
+include/opencascade/RWStepBasic_RWContract.hxx
+include/opencascade/RWStepBasic_RWContractAssignment.hxx
+include/opencascade/RWStepBasic_RWContractType.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndAreaUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndLengthUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndMassUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndPlaneAngleUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndRatioUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndSolidAngleUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndTimeUnit.hxx
+include/opencascade/RWStepBasic_RWConversionBasedUnitAndVolumeUnit.hxx
+include/opencascade/RWStepBasic_RWCoordinatedUniversalTimeOffset.hxx
+include/opencascade/RWStepBasic_RWDate.hxx
+include/opencascade/RWStepBasic_RWDateAndTime.hxx
+include/opencascade/RWStepBasic_RWDateRole.hxx
+include/opencascade/RWStepBasic_RWDateTimeRole.hxx
+include/opencascade/RWStepBasic_RWDerivedUnit.hxx
+include/opencascade/RWStepBasic_RWDerivedUnitElement.hxx
+include/opencascade/RWStepBasic_RWDimensionalExponents.hxx
+include/opencascade/RWStepBasic_RWDocument.hxx
+include/opencascade/RWStepBasic_RWDocumentFile.hxx
+include/opencascade/RWStepBasic_RWDocumentProductAssociation.hxx
+include/opencascade/RWStepBasic_RWDocumentProductEquivalence.hxx
+include/opencascade/RWStepBasic_RWDocumentRelationship.hxx
+include/opencascade/RWStepBasic_RWDocumentRepresentationType.hxx
+include/opencascade/RWStepBasic_RWDocumentType.hxx
+include/opencascade/RWStepBasic_RWDocumentUsageConstraint.hxx
+include/opencascade/RWStepBasic_RWEffectivity.hxx
+include/opencascade/RWStepBasic_RWEffectivityAssignment.hxx
+include/opencascade/RWStepBasic_RWEulerAngles.hxx
+include/opencascade/RWStepBasic_RWExternalIdentificationAssignment.hxx
+include/opencascade/RWStepBasic_RWExternalSource.hxx
+include/opencascade/RWStepBasic_RWExternallyDefinedItem.hxx
+include/opencascade/RWStepBasic_RWGeneralProperty.hxx
+include/opencascade/RWStepBasic_RWGroup.hxx
+include/opencascade/RWStepBasic_RWGroupAssignment.hxx
+include/opencascade/RWStepBasic_RWGroupRelationship.hxx
+include/opencascade/RWStepBasic_RWIdentificationAssignment.hxx
+include/opencascade/RWStepBasic_RWIdentificationRole.hxx
+include/opencascade/RWStepBasic_RWLengthMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWLengthUnit.hxx
+include/opencascade/RWStepBasic_RWLocalTime.hxx
+include/opencascade/RWStepBasic_RWMassMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWMassUnit.hxx
+include/opencascade/RWStepBasic_RWMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWMechanicalContext.hxx
+include/opencascade/RWStepBasic_RWNameAssignment.hxx
+include/opencascade/RWStepBasic_RWNamedUnit.hxx
+include/opencascade/RWStepBasic_RWObjectRole.hxx
+include/opencascade/RWStepBasic_RWOrdinalDate.hxx
+include/opencascade/RWStepBasic_RWOrganization.hxx
+include/opencascade/RWStepBasic_RWOrganizationRole.hxx
+include/opencascade/RWStepBasic_RWOrganizationalAddress.hxx
+include/opencascade/RWStepBasic_RWPerson.hxx
+include/opencascade/RWStepBasic_RWPersonAndOrganization.hxx
+include/opencascade/RWStepBasic_RWPersonAndOrganizationRole.hxx
+include/opencascade/RWStepBasic_RWPersonalAddress.hxx
+include/opencascade/RWStepBasic_RWPlaneAngleMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWPlaneAngleUnit.hxx
+include/opencascade/RWStepBasic_RWProduct.hxx
+include/opencascade/RWStepBasic_RWProductCategory.hxx
+include/opencascade/RWStepBasic_RWProductCategoryRelationship.hxx
+include/opencascade/RWStepBasic_RWProductConceptContext.hxx
+include/opencascade/RWStepBasic_RWProductContext.hxx
+include/opencascade/RWStepBasic_RWProductDefinition.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionContext.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionEffectivity.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionFormation.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionFormationRelationship.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionFormationWithSpecifiedSource.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionReference.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionReferenceWithLocalRepresentation.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionRelationship.hxx
+include/opencascade/RWStepBasic_RWProductDefinitionWithAssociatedDocuments.hxx
+include/opencascade/RWStepBasic_RWProductRelatedProductCategory.hxx
+include/opencascade/RWStepBasic_RWProductType.hxx
+include/opencascade/RWStepBasic_RWRatioMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWRoleAssociation.hxx
+include/opencascade/RWStepBasic_RWSecurityClassification.hxx
+include/opencascade/RWStepBasic_RWSecurityClassificationLevel.hxx
+include/opencascade/RWStepBasic_RWSiUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndAreaUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndLengthUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndMassUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndPlaneAngleUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndRatioUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndSolidAngleUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndThermodynamicTemperatureUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndTimeUnit.hxx
+include/opencascade/RWStepBasic_RWSiUnitAndVolumeUnit.hxx
+include/opencascade/RWStepBasic_RWSolidAngleMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWSolidAngleUnit.hxx
+include/opencascade/RWStepBasic_RWThermodynamicTemperatureUnit.hxx
+include/opencascade/RWStepBasic_RWUncertaintyMeasureWithUnit.hxx
+include/opencascade/RWStepBasic_RWVersionedActionRequest.hxx
+include/opencascade/RWStepBasic_RWWeekOfYearAndDayDate.hxx
+include/opencascade/RWStepDimTol_RWAngularityTolerance.hxx
+include/opencascade/RWStepDimTol_RWCircularRunoutTolerance.hxx
+include/opencascade/RWStepDimTol_RWCoaxialityTolerance.hxx
+include/opencascade/RWStepDimTol_RWCommonDatum.hxx
+include/opencascade/RWStepDimTol_RWConcentricityTolerance.hxx
+include/opencascade/RWStepDimTol_RWCylindricityTolerance.hxx
+include/opencascade/RWStepDimTol_RWDatum.hxx
+include/opencascade/RWStepDimTol_RWDatumFeature.hxx
+include/opencascade/RWStepDimTol_RWDatumReference.hxx
+include/opencascade/RWStepDimTol_RWDatumReferenceCompartment.hxx
+include/opencascade/RWStepDimTol_RWDatumReferenceElement.hxx
+include/opencascade/RWStepDimTol_RWDatumReferenceModifierWithValue.hxx
+include/opencascade/RWStepDimTol_RWDatumSystem.hxx
+include/opencascade/RWStepDimTol_RWDatumTarget.hxx
+include/opencascade/RWStepDimTol_RWFlatnessTolerance.hxx
+include/opencascade/RWStepDimTol_RWGeneralDatumReference.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRef.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndGeoTolWthMod.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthDatRefAndUneqDisGeoTol.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthMaxTol.hxx
+include/opencascade/RWStepDimTol_RWGeoTolAndGeoTolWthMod.hxx
+include/opencascade/RWStepDimTol_RWGeometricTolerance.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceRelationship.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceWithDatumReference.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceWithDefinedAreaUnit.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceWithDefinedUnit.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceWithMaximumTolerance.hxx
+include/opencascade/RWStepDimTol_RWGeometricToleranceWithModifiers.hxx
+include/opencascade/RWStepDimTol_RWLineProfileTolerance.hxx
+include/opencascade/RWStepDimTol_RWModifiedGeometricTolerance.hxx
+include/opencascade/RWStepDimTol_RWNonUniformZoneDefinition.hxx
+include/opencascade/RWStepDimTol_RWParallelismTolerance.hxx
+include/opencascade/RWStepDimTol_RWPerpendicularityTolerance.hxx
+include/opencascade/RWStepDimTol_RWPlacedDatumTargetFeature.hxx
+include/opencascade/RWStepDimTol_RWPositionTolerance.hxx
+include/opencascade/RWStepDimTol_RWProjectedZoneDefinition.hxx
+include/opencascade/RWStepDimTol_RWRoundnessTolerance.hxx
+include/opencascade/RWStepDimTol_RWRunoutZoneDefinition.hxx
+include/opencascade/RWStepDimTol_RWRunoutZoneOrientation.hxx
+include/opencascade/RWStepDimTol_RWStraightnessTolerance.hxx
+include/opencascade/RWStepDimTol_RWSurfaceProfileTolerance.hxx
+include/opencascade/RWStepDimTol_RWSymmetryTolerance.hxx
+include/opencascade/RWStepDimTol_RWToleranceZone.hxx
+include/opencascade/RWStepDimTol_RWToleranceZoneDefinition.hxx
+include/opencascade/RWStepDimTol_RWToleranceZoneForm.hxx
+include/opencascade/RWStepDimTol_RWTotalRunoutTolerance.hxx
+include/opencascade/RWStepDimTol_RWUnequallyDisposedGeometricTolerance.hxx
+include/opencascade/RWStepElement_RWAnalysisItemWithinRepresentation.hxx
+include/opencascade/RWStepElement_RWCurve3dElementDescriptor.hxx
+include/opencascade/RWStepElement_RWCurveElementEndReleasePacket.hxx
+include/opencascade/RWStepElement_RWCurveElementSectionDefinition.hxx
+include/opencascade/RWStepElement_RWCurveElementSectionDerivedDefinitions.hxx
+include/opencascade/RWStepElement_RWElementDescriptor.hxx
+include/opencascade/RWStepElement_RWElementMaterial.hxx
+include/opencascade/RWStepElement_RWSurface3dElementDescriptor.hxx
+include/opencascade/RWStepElement_RWSurfaceElementProperty.hxx
+include/opencascade/RWStepElement_RWSurfaceSection.hxx
+include/opencascade/RWStepElement_RWSurfaceSectionField.hxx
+include/opencascade/RWStepElement_RWSurfaceSectionFieldConstant.hxx
+include/opencascade/RWStepElement_RWSurfaceSectionFieldVarying.hxx
+include/opencascade/RWStepElement_RWUniformSurfaceSection.hxx
+include/opencascade/RWStepElement_RWVolume3dElementDescriptor.hxx
+include/opencascade/RWStepFEA_RWAlignedCurve3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWAlignedSurface3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWArbitraryVolume3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWConstantSurface3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWCurve3dElementProperty.hxx
+include/opencascade/RWStepFEA_RWCurve3dElementRepresentation.hxx
+include/opencascade/RWStepFEA_RWCurveElementEndOffset.hxx
+include/opencascade/RWStepFEA_RWCurveElementEndRelease.hxx
+include/opencascade/RWStepFEA_RWCurveElementInterval.hxx
+include/opencascade/RWStepFEA_RWCurveElementIntervalConstant.hxx
+include/opencascade/RWStepFEA_RWCurveElementIntervalLinearlyVarying.hxx
+include/opencascade/RWStepFEA_RWCurveElementLocation.hxx
+include/opencascade/RWStepFEA_RWDummyNode.hxx
+include/opencascade/RWStepFEA_RWElementGeometricRelationship.hxx
+include/opencascade/RWStepFEA_RWElementGroup.hxx
+include/opencascade/RWStepFEA_RWElementRepresentation.hxx
+include/opencascade/RWStepFEA_RWFeaAreaDensity.hxx
+include/opencascade/RWStepFEA_RWFeaAxis2Placement3d.hxx
+include/opencascade/RWStepFEA_RWFeaCurveSectionGeometricRelationship.hxx
+include/opencascade/RWStepFEA_RWFeaGroup.hxx
+include/opencascade/RWStepFEA_RWFeaLinearElasticity.hxx
+include/opencascade/RWStepFEA_RWFeaMassDensity.hxx
+include/opencascade/RWStepFEA_RWFeaMaterialPropertyRepresentation.hxx
+include/opencascade/RWStepFEA_RWFeaMaterialPropertyRepresentationItem.hxx
+include/opencascade/RWStepFEA_RWFeaModel.hxx
+include/opencascade/RWStepFEA_RWFeaModel3d.hxx
+include/opencascade/RWStepFEA_RWFeaModelDefinition.hxx
+include/opencascade/RWStepFEA_RWFeaMoistureAbsorption.hxx
+include/opencascade/RWStepFEA_RWFeaParametricPoint.hxx
+include/opencascade/RWStepFEA_RWFeaRepresentationItem.hxx
+include/opencascade/RWStepFEA_RWFeaSecantCoefficientOfLinearThermalExpansion.hxx
+include/opencascade/RWStepFEA_RWFeaShellBendingStiffness.hxx
+include/opencascade/RWStepFEA_RWFeaShellMembraneBendingCouplingStiffness.hxx
+include/opencascade/RWStepFEA_RWFeaShellMembraneStiffness.hxx
+include/opencascade/RWStepFEA_RWFeaShellShearStiffness.hxx
+include/opencascade/RWStepFEA_RWFeaSurfaceSectionGeometricRelationship.hxx
+include/opencascade/RWStepFEA_RWFeaTangentialCoefficientOfLinearThermalExpansion.hxx
+include/opencascade/RWStepFEA_RWFreedomAndCoefficient.hxx
+include/opencascade/RWStepFEA_RWFreedomsList.hxx
+include/opencascade/RWStepFEA_RWGeometricNode.hxx
+include/opencascade/RWStepFEA_RWNode.hxx
+include/opencascade/RWStepFEA_RWNodeDefinition.hxx
+include/opencascade/RWStepFEA_RWNodeGroup.hxx
+include/opencascade/RWStepFEA_RWNodeRepresentation.hxx
+include/opencascade/RWStepFEA_RWNodeSet.hxx
+include/opencascade/RWStepFEA_RWNodeWithSolutionCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWNodeWithVector.hxx
+include/opencascade/RWStepFEA_RWParametricCurve3dElementCoordinateDirection.hxx
+include/opencascade/RWStepFEA_RWParametricCurve3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWParametricSurface3dElementCoordinateSystem.hxx
+include/opencascade/RWStepFEA_RWSurface3dElementRepresentation.hxx
+include/opencascade/RWStepFEA_RWVolume3dElementRepresentation.hxx
+include/opencascade/RWStepGeom_RWAxis1Placement.hxx
+include/opencascade/RWStepGeom_RWAxis2Placement2d.hxx
+include/opencascade/RWStepGeom_RWAxis2Placement3d.hxx
+include/opencascade/RWStepGeom_RWBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWBSplineCurveWithKnots.hxx
+include/opencascade/RWStepGeom_RWBSplineCurveWithKnotsAndRationalBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWBSplineSurfaceWithKnots.hxx
+include/opencascade/RWStepGeom_RWBSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWBezierCurve.hxx
+include/opencascade/RWStepGeom_RWBezierCurveAndRationalBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWBezierSurface.hxx
+include/opencascade/RWStepGeom_RWBezierSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWBoundaryCurve.hxx
+include/opencascade/RWStepGeom_RWBoundedCurve.hxx
+include/opencascade/RWStepGeom_RWBoundedSurface.hxx
+include/opencascade/RWStepGeom_RWCartesianPoint.hxx
+include/opencascade/RWStepGeom_RWCartesianTransformationOperator.hxx
+include/opencascade/RWStepGeom_RWCartesianTransformationOperator3d.hxx
+include/opencascade/RWStepGeom_RWCircle.hxx
+include/opencascade/RWStepGeom_RWCompositeCurve.hxx
+include/opencascade/RWStepGeom_RWCompositeCurveOnSurface.hxx
+include/opencascade/RWStepGeom_RWCompositeCurveSegment.hxx
+include/opencascade/RWStepGeom_RWConic.hxx
+include/opencascade/RWStepGeom_RWConicalSurface.hxx
+include/opencascade/RWStepGeom_RWCurve.hxx
+include/opencascade/RWStepGeom_RWCurveBoundedSurface.hxx
+include/opencascade/RWStepGeom_RWCurveReplica.hxx
+include/opencascade/RWStepGeom_RWCylindricalSurface.hxx
+include/opencascade/RWStepGeom_RWDegeneratePcurve.hxx
+include/opencascade/RWStepGeom_RWDegenerateToroidalSurface.hxx
+include/opencascade/RWStepGeom_RWDirection.hxx
+include/opencascade/RWStepGeom_RWElementarySurface.hxx
+include/opencascade/RWStepGeom_RWEllipse.hxx
+include/opencascade/RWStepGeom_RWEvaluatedDegeneratePcurve.hxx
+include/opencascade/RWStepGeom_RWGeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx
+include/opencascade/RWStepGeom_RWGeometricRepresentationContext.hxx
+include/opencascade/RWStepGeom_RWGeometricRepresentationContextAndGlobalUnitAssignedContext.hxx
+include/opencascade/RWStepGeom_RWGeometricRepresentationContextAndParametricRepresentationContext.hxx
+include/opencascade/RWStepGeom_RWGeometricRepresentationItem.hxx
+include/opencascade/RWStepGeom_RWHyperbola.hxx
+include/opencascade/RWStepGeom_RWIntersectionCurve.hxx
+include/opencascade/RWStepGeom_RWLine.hxx
+include/opencascade/RWStepGeom_RWOffsetCurve3d.hxx
+include/opencascade/RWStepGeom_RWOffsetSurface.hxx
+include/opencascade/RWStepGeom_RWOrientedSurface.hxx
+include/opencascade/RWStepGeom_RWOuterBoundaryCurve.hxx
+include/opencascade/RWStepGeom_RWParabola.hxx
+include/opencascade/RWStepGeom_RWPcurve.hxx
+include/opencascade/RWStepGeom_RWPlacement.hxx
+include/opencascade/RWStepGeom_RWPlane.hxx
+include/opencascade/RWStepGeom_RWPoint.hxx
+include/opencascade/RWStepGeom_RWPointOnCurve.hxx
+include/opencascade/RWStepGeom_RWPointOnSurface.hxx
+include/opencascade/RWStepGeom_RWPointReplica.hxx
+include/opencascade/RWStepGeom_RWPolyline.hxx
+include/opencascade/RWStepGeom_RWQuasiUniformCurve.hxx
+include/opencascade/RWStepGeom_RWQuasiUniformCurveAndRationalBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWQuasiUniformSurface.hxx
+include/opencascade/RWStepGeom_RWQuasiUniformSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWRationalBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWRationalBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWRectangularCompositeSurface.hxx
+include/opencascade/RWStepGeom_RWRectangularTrimmedSurface.hxx
+include/opencascade/RWStepGeom_RWReparametrisedCompositeCurveSegment.hxx
+include/opencascade/RWStepGeom_RWSeamCurve.hxx
+include/opencascade/RWStepGeom_RWSphericalSurface.hxx
+include/opencascade/RWStepGeom_RWSuParameters.hxx
+include/opencascade/RWStepGeom_RWSurface.hxx
+include/opencascade/RWStepGeom_RWSurfaceCurve.hxx
+include/opencascade/RWStepGeom_RWSurfaceCurveAndBoundedCurve.hxx
+include/opencascade/RWStepGeom_RWSurfaceOfLinearExtrusion.hxx
+include/opencascade/RWStepGeom_RWSurfaceOfRevolution.hxx
+include/opencascade/RWStepGeom_RWSurfacePatch.hxx
+include/opencascade/RWStepGeom_RWSurfaceReplica.hxx
+include/opencascade/RWStepGeom_RWSweptSurface.hxx
+include/opencascade/RWStepGeom_RWToroidalSurface.hxx
+include/opencascade/RWStepGeom_RWTrimmedCurve.hxx
+include/opencascade/RWStepGeom_RWUniformCurve.hxx
+include/opencascade/RWStepGeom_RWUniformCurveAndRationalBSplineCurve.hxx
+include/opencascade/RWStepGeom_RWUniformSurface.hxx
+include/opencascade/RWStepGeom_RWUniformSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/RWStepGeom_RWVector.hxx
+include/opencascade/RWStepKinematics_RWActuatedKinPairAndOrderKinPair.hxx
+include/opencascade/RWStepKinematics_RWActuatedKinematicPair.hxx
+include/opencascade/RWStepKinematics_RWContextDependentKinematicLinkRepresentation.hxx
+include/opencascade/RWStepKinematics_RWCylindricalPair.hxx
+include/opencascade/RWStepKinematics_RWCylindricalPairValue.hxx
+include/opencascade/RWStepKinematics_RWCylindricalPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWFullyConstrainedPair.hxx
+include/opencascade/RWStepKinematics_RWGearPair.hxx
+include/opencascade/RWStepKinematics_RWGearPairValue.hxx
+include/opencascade/RWStepKinematics_RWGearPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWHomokineticPair.hxx
+include/opencascade/RWStepKinematics_RWKinematicJoint.hxx
+include/opencascade/RWStepKinematics_RWKinematicLink.hxx
+include/opencascade/RWStepKinematics_RWKinematicLinkRepresentationAssociation.hxx
+include/opencascade/RWStepKinematics_RWKinematicPropertyMechanismRepresentation.hxx
+include/opencascade/RWStepKinematics_RWKinematicTopologyDirectedStructure.hxx
+include/opencascade/RWStepKinematics_RWKinematicTopologyNetworkStructure.hxx
+include/opencascade/RWStepKinematics_RWKinematicTopologyStructure.hxx
+include/opencascade/RWStepKinematics_RWLinearFlexibleAndPinionPair.hxx
+include/opencascade/RWStepKinematics_RWLinearFlexibleAndPlanarCurvePair.hxx
+include/opencascade/RWStepKinematics_RWLinearFlexibleLinkRepresentation.hxx
+include/opencascade/RWStepKinematics_RWLowOrderKinematicPair.hxx
+include/opencascade/RWStepKinematics_RWLowOrderKinematicPairValue.hxx
+include/opencascade/RWStepKinematics_RWLowOrderKinematicPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWMechanismRepresentation.hxx
+include/opencascade/RWStepKinematics_RWMechanismStateRepresentation.hxx
+include/opencascade/RWStepKinematics_RWOrientedJoint.hxx
+include/opencascade/RWStepKinematics_RWPairRepresentationRelationship.hxx
+include/opencascade/RWStepKinematics_RWPlanarCurvePair.hxx
+include/opencascade/RWStepKinematics_RWPlanarCurvePairRange.hxx
+include/opencascade/RWStepKinematics_RWPlanarPair.hxx
+include/opencascade/RWStepKinematics_RWPlanarPairValue.hxx
+include/opencascade/RWStepKinematics_RWPlanarPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWPointOnPlanarCurvePair.hxx
+include/opencascade/RWStepKinematics_RWPointOnPlanarCurvePairValue.hxx
+include/opencascade/RWStepKinematics_RWPointOnPlanarCurvePairWithRange.hxx
+include/opencascade/RWStepKinematics_RWPointOnSurfacePair.hxx
+include/opencascade/RWStepKinematics_RWPointOnSurfacePairValue.hxx
+include/opencascade/RWStepKinematics_RWPointOnSurfacePairWithRange.hxx
+include/opencascade/RWStepKinematics_RWPrismaticPair.hxx
+include/opencascade/RWStepKinematics_RWPrismaticPairValue.hxx
+include/opencascade/RWStepKinematics_RWPrismaticPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWProductDefinitionKinematics.hxx
+include/opencascade/RWStepKinematics_RWProductDefinitionRelationshipKinematics.hxx
+include/opencascade/RWStepKinematics_RWRackAndPinionPair.hxx
+include/opencascade/RWStepKinematics_RWRackAndPinionPairValue.hxx
+include/opencascade/RWStepKinematics_RWRackAndPinionPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWRevolutePair.hxx
+include/opencascade/RWStepKinematics_RWRevolutePairValue.hxx
+include/opencascade/RWStepKinematics_RWRevolutePairWithRange.hxx
+include/opencascade/RWStepKinematics_RWRigidLinkRepresentation.hxx
+include/opencascade/RWStepKinematics_RWRollingCurvePair.hxx
+include/opencascade/RWStepKinematics_RWRollingCurvePairValue.hxx
+include/opencascade/RWStepKinematics_RWRollingSurfacePair.hxx
+include/opencascade/RWStepKinematics_RWRollingSurfacePairValue.hxx
+include/opencascade/RWStepKinematics_RWRotationAboutDirection.hxx
+include/opencascade/RWStepKinematics_RWScrewPair.hxx
+include/opencascade/RWStepKinematics_RWScrewPairValue.hxx
+include/opencascade/RWStepKinematics_RWScrewPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWSlidingCurvePair.hxx
+include/opencascade/RWStepKinematics_RWSlidingCurvePairValue.hxx
+include/opencascade/RWStepKinematics_RWSlidingSurfacePair.hxx
+include/opencascade/RWStepKinematics_RWSlidingSurfacePairValue.hxx
+include/opencascade/RWStepKinematics_RWSphericalPair.hxx
+include/opencascade/RWStepKinematics_RWSphericalPairValue.hxx
+include/opencascade/RWStepKinematics_RWSphericalPairWithPin.hxx
+include/opencascade/RWStepKinematics_RWSphericalPairWithPinAndRange.hxx
+include/opencascade/RWStepKinematics_RWSphericalPairWithRange.hxx
+include/opencascade/RWStepKinematics_RWSurfacePairWithRange.hxx
+include/opencascade/RWStepKinematics_RWUnconstrainedPair.hxx
+include/opencascade/RWStepKinematics_RWUnconstrainedPairValue.hxx
+include/opencascade/RWStepKinematics_RWUniversalPair.hxx
+include/opencascade/RWStepKinematics_RWUniversalPairValue.hxx
+include/opencascade/RWStepKinematics_RWUniversalPairWithRange.hxx
+include/opencascade/RWStepRepr_RWAllAroundShapeAspect.hxx
+include/opencascade/RWStepRepr_RWApex.hxx
+include/opencascade/RWStepRepr_RWAssemblyComponentUsage.hxx
+include/opencascade/RWStepRepr_RWAssemblyComponentUsageSubstitute.hxx
+include/opencascade/RWStepRepr_RWBetweenShapeAspect.hxx
+include/opencascade/RWStepRepr_RWCentreOfSymmetry.hxx
+include/opencascade/RWStepRepr_RWCharacterizedRepresentation.hxx
+include/opencascade/RWStepRepr_RWCompGroupShAspAndCompShAspAndDatumFeatAndShAsp.hxx
+include/opencascade/RWStepRepr_RWCompShAspAndDatumFeatAndShAsp.hxx
+include/opencascade/RWStepRepr_RWCompositeGroupShapeAspect.hxx
+include/opencascade/RWStepRepr_RWCompositeShapeAspect.hxx
+include/opencascade/RWStepRepr_RWCompoundRepresentationItem.hxx
+include/opencascade/RWStepRepr_RWConfigurationDesign.hxx
+include/opencascade/RWStepRepr_RWConfigurationEffectivity.hxx
+include/opencascade/RWStepRepr_RWConfigurationItem.hxx
+include/opencascade/RWStepRepr_RWConstructiveGeometryRepresentation.hxx
+include/opencascade/RWStepRepr_RWConstructiveGeometryRepresentationRelationship.hxx
+include/opencascade/RWStepRepr_RWContinuosShapeAspect.hxx
+include/opencascade/RWStepRepr_RWDataEnvironment.hxx
+include/opencascade/RWStepRepr_RWDefinitionalRepresentation.hxx
+include/opencascade/RWStepRepr_RWDerivedShapeAspect.hxx
+include/opencascade/RWStepRepr_RWDescriptiveRepresentationItem.hxx
+include/opencascade/RWStepRepr_RWExtension.hxx
+include/opencascade/RWStepRepr_RWFeatureForDatumTargetRelationship.hxx
+include/opencascade/RWStepRepr_RWFunctionallyDefinedTransformation.hxx
+include/opencascade/RWStepRepr_RWGeometricAlignment.hxx
+include/opencascade/RWStepRepr_RWGlobalUncertaintyAssignedContext.hxx
+include/opencascade/RWStepRepr_RWGlobalUnitAssignedContext.hxx
+include/opencascade/RWStepRepr_RWIntegerRepresentationItem.hxx
+include/opencascade/RWStepRepr_RWItemDefinedTransformation.hxx
+include/opencascade/RWStepRepr_RWMakeFromUsageOption.hxx
+include/opencascade/RWStepRepr_RWMappedItem.hxx
+include/opencascade/RWStepRepr_RWMaterialDesignation.hxx
+include/opencascade/RWStepRepr_RWMaterialProperty.hxx
+include/opencascade/RWStepRepr_RWMaterialPropertyRepresentation.hxx
+include/opencascade/RWStepRepr_RWMeasureRepresentationItem.hxx
+include/opencascade/RWStepRepr_RWParallelOffset.hxx
+include/opencascade/RWStepRepr_RWParametricRepresentationContext.hxx
+include/opencascade/RWStepRepr_RWPerpendicularTo.hxx
+include/opencascade/RWStepRepr_RWProductConcept.hxx
+include/opencascade/RWStepRepr_RWProductDefinitionShape.hxx
+include/opencascade/RWStepRepr_RWPropertyDefinition.hxx
+include/opencascade/RWStepRepr_RWPropertyDefinitionRelationship.hxx
+include/opencascade/RWStepRepr_RWPropertyDefinitionRepresentation.hxx
+include/opencascade/RWStepRepr_RWQuantifiedAssemblyComponentUsage.hxx
+include/opencascade/RWStepRepr_RWReprItemAndLengthMeasureWithUnit.hxx
+include/opencascade/RWStepRepr_RWReprItemAndLengthMeasureWithUnitAndQRI.hxx
+include/opencascade/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnit.hxx
+include/opencascade/RWStepRepr_RWReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
+include/opencascade/RWStepRepr_RWRepresentation.hxx
+include/opencascade/RWStepRepr_RWRepresentationContext.hxx
+include/opencascade/RWStepRepr_RWRepresentationContextReference.hxx
+include/opencascade/RWStepRepr_RWRepresentationItem.hxx
+include/opencascade/RWStepRepr_RWRepresentationMap.hxx
+include/opencascade/RWStepRepr_RWRepresentationReference.hxx
+include/opencascade/RWStepRepr_RWRepresentationRelationship.hxx
+include/opencascade/RWStepRepr_RWRepresentationRelationshipWithTransformation.hxx
+include/opencascade/RWStepRepr_RWShapeAspect.hxx
+include/opencascade/RWStepRepr_RWShapeAspectDerivingRelationship.hxx
+include/opencascade/RWStepRepr_RWShapeAspectRelationship.hxx
+include/opencascade/RWStepRepr_RWShapeAspectTransition.hxx
+include/opencascade/RWStepRepr_RWShapeRepresentationRelationshipWithTransformation.hxx
+include/opencascade/RWStepRepr_RWSpecifiedHigherUsageOccurrence.hxx
+include/opencascade/RWStepRepr_RWStructuralResponseProperty.hxx
+include/opencascade/RWStepRepr_RWStructuralResponsePropertyDefinitionRepresentation.hxx
+include/opencascade/RWStepRepr_RWTangent.hxx
+include/opencascade/RWStepRepr_RWValueRepresentationItem.hxx
+include/opencascade/RWStepShape_RWAdvancedBrepShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWAdvancedFace.hxx
+include/opencascade/RWStepShape_RWAngularLocation.hxx
+include/opencascade/RWStepShape_RWAngularSize.hxx
+include/opencascade/RWStepShape_RWBlock.hxx
+include/opencascade/RWStepShape_RWBooleanResult.hxx
+include/opencascade/RWStepShape_RWBoxDomain.hxx
+include/opencascade/RWStepShape_RWBoxedHalfSpace.hxx
+include/opencascade/RWStepShape_RWBrepWithVoids.hxx
+include/opencascade/RWStepShape_RWClosedShell.hxx
+include/opencascade/RWStepShape_RWCompoundShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWConnectedEdgeSet.hxx
+include/opencascade/RWStepShape_RWConnectedFaceSet.hxx
+include/opencascade/RWStepShape_RWConnectedFaceShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWConnectedFaceSubSet.hxx
+include/opencascade/RWStepShape_RWContextDependentShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWCsgShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWCsgSolid.hxx
+include/opencascade/RWStepShape_RWDefinitionalRepresentationAndShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWDimensionalCharacteristicRepresentation.hxx
+include/opencascade/RWStepShape_RWDimensionalLocation.hxx
+include/opencascade/RWStepShape_RWDimensionalLocationWithPath.hxx
+include/opencascade/RWStepShape_RWDimensionalSize.hxx
+include/opencascade/RWStepShape_RWDimensionalSizeWithPath.hxx
+include/opencascade/RWStepShape_RWEdge.hxx
+include/opencascade/RWStepShape_RWEdgeBasedWireframeModel.hxx
+include/opencascade/RWStepShape_RWEdgeBasedWireframeShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWEdgeCurve.hxx
+include/opencascade/RWStepShape_RWEdgeLoop.hxx
+include/opencascade/RWStepShape_RWExtrudedAreaSolid.hxx
+include/opencascade/RWStepShape_RWExtrudedFaceSolid.hxx
+include/opencascade/RWStepShape_RWFace.hxx
+include/opencascade/RWStepShape_RWFaceBasedSurfaceModel.hxx
+include/opencascade/RWStepShape_RWFaceBound.hxx
+include/opencascade/RWStepShape_RWFaceOuterBound.hxx
+include/opencascade/RWStepShape_RWFaceSurface.hxx
+include/opencascade/RWStepShape_RWFacetedBrep.hxx
+include/opencascade/RWStepShape_RWFacetedBrepAndBrepWithVoids.hxx
+include/opencascade/RWStepShape_RWFacetedBrepShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWGeometricCurveSet.hxx
+include/opencascade/RWStepShape_RWGeometricSet.hxx
+include/opencascade/RWStepShape_RWGeometricallyBoundedSurfaceShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWGeometricallyBoundedWireframeShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWHalfSpaceSolid.hxx
+include/opencascade/RWStepShape_RWLimitsAndFits.hxx
+include/opencascade/RWStepShape_RWLoop.hxx
+include/opencascade/RWStepShape_RWLoopAndPath.hxx
+include/opencascade/RWStepShape_RWManifoldSolidBrep.hxx
+include/opencascade/RWStepShape_RWManifoldSurfaceShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWMeasureQualification.hxx
+include/opencascade/RWStepShape_RWMeasureRepresentationItemAndQualifiedRepresentationItem.hxx
+include/opencascade/RWStepShape_RWNonManifoldSurfaceShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWOpenShell.hxx
+include/opencascade/RWStepShape_RWOrientedClosedShell.hxx
+include/opencascade/RWStepShape_RWOrientedEdge.hxx
+include/opencascade/RWStepShape_RWOrientedFace.hxx
+include/opencascade/RWStepShape_RWOrientedOpenShell.hxx
+include/opencascade/RWStepShape_RWOrientedPath.hxx
+include/opencascade/RWStepShape_RWPath.hxx
+include/opencascade/RWStepShape_RWPlusMinusTolerance.hxx
+include/opencascade/RWStepShape_RWPointRepresentation.hxx
+include/opencascade/RWStepShape_RWPolyLoop.hxx
+include/opencascade/RWStepShape_RWPrecisionQualifier.hxx
+include/opencascade/RWStepShape_RWQualifiedRepresentationItem.hxx
+include/opencascade/RWStepShape_RWRevolvedAreaSolid.hxx
+include/opencascade/RWStepShape_RWRevolvedFaceSolid.hxx
+include/opencascade/RWStepShape_RWRightAngularWedge.hxx
+include/opencascade/RWStepShape_RWRightCircularCone.hxx
+include/opencascade/RWStepShape_RWRightCircularCylinder.hxx
+include/opencascade/RWStepShape_RWSeamEdge.hxx
+include/opencascade/RWStepShape_RWShapeDefinitionRepresentation.hxx
+include/opencascade/RWStepShape_RWShapeDimensionRepresentation.hxx
+include/opencascade/RWStepShape_RWShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWShapeRepresentationWithParameters.hxx
+include/opencascade/RWStepShape_RWShellBasedSurfaceModel.hxx
+include/opencascade/RWStepShape_RWSolidModel.hxx
+include/opencascade/RWStepShape_RWSolidReplica.hxx
+include/opencascade/RWStepShape_RWSphere.hxx
+include/opencascade/RWStepShape_RWSubedge.hxx
+include/opencascade/RWStepShape_RWSubface.hxx
+include/opencascade/RWStepShape_RWSweptAreaSolid.hxx
+include/opencascade/RWStepShape_RWSweptFaceSolid.hxx
+include/opencascade/RWStepShape_RWToleranceValue.hxx
+include/opencascade/RWStepShape_RWTopologicalRepresentationItem.hxx
+include/opencascade/RWStepShape_RWTorus.hxx
+include/opencascade/RWStepShape_RWTransitionalShapeRepresentation.hxx
+include/opencascade/RWStepShape_RWTypeQualifier.hxx
+include/opencascade/RWStepShape_RWValueFormatTypeQualifier.hxx
+include/opencascade/RWStepShape_RWVertex.hxx
+include/opencascade/RWStepShape_RWVertexLoop.hxx
+include/opencascade/RWStepShape_RWVertexPoint.hxx
+include/opencascade/RWStepVisual_RWAnnotationCurveOccurrence.hxx
+include/opencascade/RWStepVisual_RWAnnotationCurveOccurrenceAndGeomReprItem.hxx
+include/opencascade/RWStepVisual_RWAnnotationFillArea.hxx
+include/opencascade/RWStepVisual_RWAnnotationFillAreaOccurrence.hxx
+include/opencascade/RWStepVisual_RWAnnotationOccurrence.hxx
+include/opencascade/RWStepVisual_RWAnnotationPlane.hxx
+include/opencascade/RWStepVisual_RWAreaInSet.hxx
+include/opencascade/RWStepVisual_RWBackgroundColour.hxx
+include/opencascade/RWStepVisual_RWCameraImage.hxx
+include/opencascade/RWStepVisual_RWCameraModel.hxx
+include/opencascade/RWStepVisual_RWCameraModelD2.hxx
+include/opencascade/RWStepVisual_RWCameraModelD3.hxx
+include/opencascade/RWStepVisual_RWCameraModelD3MultiClipping.hxx
+include/opencascade/RWStepVisual_RWCameraModelD3MultiClippingIntersection.hxx
+include/opencascade/RWStepVisual_RWCameraModelD3MultiClippingUnion.hxx
+include/opencascade/RWStepVisual_RWCameraUsage.hxx
+include/opencascade/RWStepVisual_RWCharacterizedObjAndRepresentationAndDraughtingModel.hxx
+include/opencascade/RWStepVisual_RWColour.hxx
+include/opencascade/RWStepVisual_RWColourRgb.hxx
+include/opencascade/RWStepVisual_RWColourSpecification.hxx
+include/opencascade/RWStepVisual_RWComplexTriangulatedFace.hxx
+include/opencascade/RWStepVisual_RWComplexTriangulatedSurfaceSet.hxx
+include/opencascade/RWStepVisual_RWCompositeText.hxx
+include/opencascade/RWStepVisual_RWCompositeTextWithExtent.hxx
+include/opencascade/RWStepVisual_RWContextDependentInvisibility.hxx
+include/opencascade/RWStepVisual_RWContextDependentOverRidingStyledItem.hxx
+include/opencascade/RWStepVisual_RWCoordinatesList.hxx
+include/opencascade/RWStepVisual_RWCubicBezierTessellatedEdge.hxx
+include/opencascade/RWStepVisual_RWCubicBezierTriangulatedFace.hxx
+include/opencascade/RWStepVisual_RWCurveStyle.hxx
+include/opencascade/RWStepVisual_RWCurveStyleFont.hxx
+include/opencascade/RWStepVisual_RWCurveStyleFontPattern.hxx
+include/opencascade/RWStepVisual_RWDraughtingCallout.hxx
+include/opencascade/RWStepVisual_RWDraughtingModel.hxx
+include/opencascade/RWStepVisual_RWDraughtingPreDefinedColour.hxx
+include/opencascade/RWStepVisual_RWDraughtingPreDefinedCurveFont.hxx
+include/opencascade/RWStepVisual_RWExternallyDefinedCurveFont.hxx
+include/opencascade/RWStepVisual_RWFillAreaStyle.hxx
+include/opencascade/RWStepVisual_RWFillAreaStyleColour.hxx
+include/opencascade/RWStepVisual_RWInvisibility.hxx
+include/opencascade/RWStepVisual_RWMechanicalDesignGeometricPresentationArea.hxx
+include/opencascade/RWStepVisual_RWMechanicalDesignGeometricPresentationRepresentation.hxx
+include/opencascade/RWStepVisual_RWOverRidingStyledItem.hxx
+include/opencascade/RWStepVisual_RWPlanarBox.hxx
+include/opencascade/RWStepVisual_RWPlanarExtent.hxx
+include/opencascade/RWStepVisual_RWPointStyle.hxx
+include/opencascade/RWStepVisual_RWPreDefinedColour.hxx
+include/opencascade/RWStepVisual_RWPreDefinedCurveFont.hxx
+include/opencascade/RWStepVisual_RWPreDefinedItem.hxx
+include/opencascade/RWStepVisual_RWPresentationArea.hxx
+include/opencascade/RWStepVisual_RWPresentationLayerAssignment.hxx
+include/opencascade/RWStepVisual_RWPresentationLayerUsage.hxx
+include/opencascade/RWStepVisual_RWPresentationRepresentation.hxx
+include/opencascade/RWStepVisual_RWPresentationSet.hxx
+include/opencascade/RWStepVisual_RWPresentationSize.hxx
+include/opencascade/RWStepVisual_RWPresentationStyleAssignment.hxx
+include/opencascade/RWStepVisual_RWPresentationStyleByContext.hxx
+include/opencascade/RWStepVisual_RWPresentationView.hxx
+include/opencascade/RWStepVisual_RWPresentedItemRepresentation.hxx
+include/opencascade/RWStepVisual_RWRepositionedTessellatedGeometricSet.hxx
+include/opencascade/RWStepVisual_RWRepositionedTessellatedItem.hxx
+include/opencascade/RWStepVisual_RWStyledItem.hxx
+include/opencascade/RWStepVisual_RWSurfaceSideStyle.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleBoundary.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleControlGrid.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleFillArea.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleParameterLine.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleReflectanceAmbient.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleRendering.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleRenderingWithProperties.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleSegmentationCurve.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleSilhouette.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleTransparent.hxx
+include/opencascade/RWStepVisual_RWSurfaceStyleUsage.hxx
+include/opencascade/RWStepVisual_RWTemplate.hxx
+include/opencascade/RWStepVisual_RWTemplateInstance.hxx
+include/opencascade/RWStepVisual_RWTessellatedAnnotationOccurrence.hxx
+include/opencascade/RWStepVisual_RWTessellatedConnectingEdge.hxx
+include/opencascade/RWStepVisual_RWTessellatedCurveSet.hxx
+include/opencascade/RWStepVisual_RWTessellatedEdge.hxx
+include/opencascade/RWStepVisual_RWTessellatedGeometricSet.hxx
+include/opencascade/RWStepVisual_RWTessellatedItem.hxx
+include/opencascade/RWStepVisual_RWTessellatedPointSet.hxx
+include/opencascade/RWStepVisual_RWTessellatedShapeRepresentation.hxx
+include/opencascade/RWStepVisual_RWTessellatedShapeRepresentationWithAccuracyParameters.hxx
+include/opencascade/RWStepVisual_RWTessellatedShell.hxx
+include/opencascade/RWStepVisual_RWTessellatedSolid.hxx
+include/opencascade/RWStepVisual_RWTessellatedStructuredItem.hxx
+include/opencascade/RWStepVisual_RWTessellatedVertex.hxx
+include/opencascade/RWStepVisual_RWTessellatedWire.hxx
+include/opencascade/RWStepVisual_RWTextLiteral.hxx
+include/opencascade/RWStepVisual_RWTextStyle.hxx
+include/opencascade/RWStepVisual_RWTextStyleForDefinedFont.hxx
+include/opencascade/RWStepVisual_RWTextStyleWithBoxCharacteristics.hxx
+include/opencascade/RWStepVisual_RWTriangulatedFace.hxx
+include/opencascade/RWStepVisual_RWViewVolume.hxx
+include/opencascade/RWStl.hxx
+include/opencascade/RWStl_ConfigurationNode.hxx
+include/opencascade/RWStl_Provider.hxx
+include/opencascade/RWStl_Reader.hxx
+include/opencascade/Resource_ConvertUnicode.hxx
+include/opencascade/Resource_DataMapOfAsciiStringAsciiString.hxx
+include/opencascade/Resource_DataMapOfAsciiStringExtendedString.hxx
+include/opencascade/Resource_FormatType.hxx
+include/opencascade/Resource_LexicalCompare.hxx
+include/opencascade/Resource_Manager.hxx
+include/opencascade/Resource_NoSuchResource.hxx
+include/opencascade/Resource_Unicode.hxx
+include/opencascade/STEPCAFControl_ActorWrite.hxx
+include/opencascade/STEPCAFControl_ConfigurationNode.hxx
+include/opencascade/STEPCAFControl_Controller.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfLabelExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfLabelShape.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfPDExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfSDRExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfShapePD.hxx
+include/opencascade/STEPCAFControl_DataMapIteratorOfDataMapOfShapeSDR.hxx
+include/opencascade/STEPCAFControl_DataMapOfLabelExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapOfLabelShape.hxx
+include/opencascade/STEPCAFControl_DataMapOfPDExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapOfSDRExternFile.hxx
+include/opencascade/STEPCAFControl_DataMapOfShapePD.hxx
+include/opencascade/STEPCAFControl_DataMapOfShapeSDR.hxx
+include/opencascade/STEPCAFControl_ExternFile.hxx
+include/opencascade/STEPCAFControl_ExternFile.lxx
+include/opencascade/STEPCAFControl_GDTProperty.hxx
+include/opencascade/STEPCAFControl_Provider.hxx
+include/opencascade/STEPCAFControl_Reader.hxx
+include/opencascade/STEPCAFControl_Writer.hxx
+include/opencascade/STEPConstruct.hxx
+include/opencascade/STEPConstruct_AP203Context.hxx
+include/opencascade/STEPConstruct_Assembly.hxx
+include/opencascade/STEPConstruct_ContextTool.hxx
+include/opencascade/STEPConstruct_DataMapIteratorOfDataMapOfAsciiStringTransient.hxx
+include/opencascade/STEPConstruct_DataMapIteratorOfDataMapOfPointTransient.hxx
+include/opencascade/STEPConstruct_DataMapOfAsciiStringTransient.hxx
+include/opencascade/STEPConstruct_DataMapOfPointTransient.hxx
+include/opencascade/STEPConstruct_ExternRefs.hxx
+include/opencascade/STEPConstruct_Part.hxx
+include/opencascade/STEPConstruct_PointHasher.hxx
+include/opencascade/STEPConstruct_PointHasher.lxx
+include/opencascade/STEPConstruct_Styles.hxx
+include/opencascade/STEPConstruct_Tool.hxx
+include/opencascade/STEPConstruct_Tool.lxx
+include/opencascade/STEPConstruct_UnitContext.hxx
+include/opencascade/STEPConstruct_ValidationProps.hxx
+include/opencascade/STEPControl_ActorRead.hxx
+include/opencascade/STEPControl_ActorWrite.hxx
+include/opencascade/STEPControl_Controller.hxx
+include/opencascade/STEPControl_Reader.hxx
+include/opencascade/STEPControl_StepModelType.hxx
+include/opencascade/STEPControl_Writer.hxx
+include/opencascade/STEPEdit.hxx
+include/opencascade/STEPEdit_EditContext.hxx
+include/opencascade/STEPEdit_EditSDR.hxx
+include/opencascade/STEPSelections_AssemblyComponent.hxx
+include/opencascade/STEPSelections_AssemblyComponent.lxx
+include/opencascade/STEPSelections_AssemblyExplorer.hxx
+include/opencascade/STEPSelections_AssemblyExplorer.lxx
+include/opencascade/STEPSelections_AssemblyLink.hxx
+include/opencascade/STEPSelections_AssemblyLink.lxx
+include/opencascade/STEPSelections_Counter.hxx
+include/opencascade/STEPSelections_Counter.lxx
+include/opencascade/STEPSelections_HSequenceOfAssemblyLink.hxx
+include/opencascade/STEPSelections_SelectAssembly.hxx
+include/opencascade/STEPSelections_SelectDerived.hxx
+include/opencascade/STEPSelections_SelectFaces.hxx
+include/opencascade/STEPSelections_SelectForTransfer.hxx
+include/opencascade/STEPSelections_SelectGSCurves.hxx
+include/opencascade/STEPSelections_SelectInstances.hxx
+include/opencascade/STEPSelections_SequenceOfAssemblyComponent.hxx
+include/opencascade/STEPSelections_SequenceOfAssemblyLink.hxx
+include/opencascade/SWDRAW.hxx
+include/opencascade/SWDRAW_ShapeAnalysis.hxx
+include/opencascade/SWDRAW_ShapeCustom.hxx
+include/opencascade/SWDRAW_ShapeExtend.hxx
+include/opencascade/SWDRAW_ShapeFix.hxx
+include/opencascade/SWDRAW_ShapeProcess.hxx
+include/opencascade/SWDRAW_ShapeProcessAPI.hxx
+include/opencascade/SWDRAW_ShapeTool.hxx
+include/opencascade/SWDRAW_ShapeUpgrade.hxx
+include/opencascade/Select3D_BVHBuilder3d.hxx
+include/opencascade/Select3D_BVHIndexBuffer.hxx
+include/opencascade/Select3D_BndBox3d.hxx
+include/opencascade/Select3D_EntitySequence.hxx
+include/opencascade/Select3D_IndexedMapOfEntity.hxx
+include/opencascade/Select3D_InteriorSensitivePointSet.hxx
+include/opencascade/Select3D_Pnt.hxx
+include/opencascade/Select3D_PointData.hxx
+include/opencascade/Select3D_SensitiveBox.hxx
+include/opencascade/Select3D_SensitiveCircle.hxx
+include/opencascade/Select3D_SensitiveCurve.hxx
+include/opencascade/Select3D_SensitiveCylinder.hxx
+include/opencascade/Select3D_SensitiveEntity.hxx
+include/opencascade/Select3D_SensitiveFace.hxx
+include/opencascade/Select3D_SensitiveGroup.hxx
+include/opencascade/Select3D_SensitivePoint.hxx
+include/opencascade/Select3D_SensitivePoly.hxx
+include/opencascade/Select3D_SensitivePrimitiveArray.hxx
+include/opencascade/Select3D_SensitiveSegment.hxx
+include/opencascade/Select3D_SensitiveSet.hxx
+include/opencascade/Select3D_SensitiveSphere.hxx
+include/opencascade/Select3D_SensitiveTriangle.hxx
+include/opencascade/Select3D_SensitiveTriangulation.hxx
+include/opencascade/Select3D_SensitiveWire.hxx
+include/opencascade/Select3D_TypeOfSensitivity.hxx
+include/opencascade/SelectBasics.hxx
+include/opencascade/SelectBasics_EntityOwner.hxx
+include/opencascade/SelectBasics_PickResult.hxx
+include/opencascade/SelectBasics_SelectingVolumeManager.hxx
+include/opencascade/SelectBasics_SensitiveEntity.hxx
+include/opencascade/SelectMgr.hxx
+include/opencascade/SelectMgr_AndFilter.hxx
+include/opencascade/SelectMgr_AndOrFilter.hxx
+include/opencascade/SelectMgr_AxisIntersector.hxx
+include/opencascade/SelectMgr_BVHThreadPool.hxx
+include/opencascade/SelectMgr_BaseFrustum.hxx
+include/opencascade/SelectMgr_BaseIntersector.hxx
+include/opencascade/SelectMgr_CompositionFilter.hxx
+include/opencascade/SelectMgr_EntityOwner.hxx
+include/opencascade/SelectMgr_Filter.hxx
+include/opencascade/SelectMgr_FilterType.hxx
+include/opencascade/SelectMgr_Frustum.hxx
+include/opencascade/SelectMgr_Frustum.lxx
+include/opencascade/SelectMgr_FrustumBuilder.hxx
+include/opencascade/SelectMgr_IndexedDataMapOfOwnerCriterion.hxx
+include/opencascade/SelectMgr_IndexedMapOfOwner.hxx
+include/opencascade/SelectMgr_ListIteratorOfListOfFilter.hxx
+include/opencascade/SelectMgr_ListOfFilter.hxx
+include/opencascade/SelectMgr_OrFilter.hxx
+include/opencascade/SelectMgr_PickingStrategy.hxx
+include/opencascade/SelectMgr_RectangularFrustum.hxx
+include/opencascade/SelectMgr_SelectableObject.hxx
+include/opencascade/SelectMgr_SelectableObjectSet.hxx
+include/opencascade/SelectMgr_SelectingVolumeManager.hxx
+include/opencascade/SelectMgr_Selection.hxx
+include/opencascade/SelectMgr_SelectionImageFiller.hxx
+include/opencascade/SelectMgr_SelectionManager.hxx
+include/opencascade/SelectMgr_SelectionType.hxx
+include/opencascade/SelectMgr_SensitiveEntity.hxx
+include/opencascade/SelectMgr_SensitiveEntitySet.hxx
+include/opencascade/SelectMgr_SequenceOfOwner.hxx
+include/opencascade/SelectMgr_SequenceOfSelection.hxx
+include/opencascade/SelectMgr_SortCriterion.hxx
+include/opencascade/SelectMgr_StateOfSelection.hxx
+include/opencascade/SelectMgr_ToleranceMap.hxx
+include/opencascade/SelectMgr_TriangularFrustum.hxx
+include/opencascade/SelectMgr_TriangularFrustumSet.hxx
+include/opencascade/SelectMgr_TypeOfBVHUpdate.hxx
+include/opencascade/SelectMgr_TypeOfDepthTolerance.hxx
+include/opencascade/SelectMgr_TypeOfUpdate.hxx
+include/opencascade/SelectMgr_VectorTypes.hxx
+include/opencascade/SelectMgr_ViewClipRange.hxx
+include/opencascade/SelectMgr_ViewerSelector.hxx
+include/opencascade/SelectMgr_ViewerSelector3d.hxx
+include/opencascade/ShapeAlgo.hxx
+include/opencascade/ShapeAlgo_AlgoContainer.hxx
+include/opencascade/ShapeAlgo_AlgoContainer.lxx
+include/opencascade/ShapeAlgo_ToolContainer.hxx
+include/opencascade/ShapeAnalysis.hxx
+include/opencascade/ShapeAnalysis_BoxBndTree.hxx
+include/opencascade/ShapeAnalysis_CanonicalRecognition.hxx
+include/opencascade/ShapeAnalysis_CheckSmallFace.hxx
+include/opencascade/ShapeAnalysis_CheckSmallFace.lxx
+include/opencascade/ShapeAnalysis_Curve.hxx
+include/opencascade/ShapeAnalysis_DataMapIteratorOfDataMapOfShapeListOfReal.hxx
+include/opencascade/ShapeAnalysis_DataMapOfShapeListOfReal.hxx
+include/opencascade/ShapeAnalysis_Edge.hxx
+include/opencascade/ShapeAnalysis_FreeBoundData.hxx
+include/opencascade/ShapeAnalysis_FreeBoundData.lxx
+include/opencascade/ShapeAnalysis_FreeBounds.hxx
+include/opencascade/ShapeAnalysis_FreeBounds.lxx
+include/opencascade/ShapeAnalysis_FreeBoundsProperties.hxx
+include/opencascade/ShapeAnalysis_FreeBoundsProperties.lxx
+include/opencascade/ShapeAnalysis_Geom.hxx
+include/opencascade/ShapeAnalysis_HSequenceOfFreeBounds.hxx
+include/opencascade/ShapeAnalysis_SequenceOfFreeBounds.hxx
+include/opencascade/ShapeAnalysis_ShapeContents.hxx
+include/opencascade/ShapeAnalysis_ShapeTolerance.hxx
+include/opencascade/ShapeAnalysis_Shell.hxx
+include/opencascade/ShapeAnalysis_Surface.hxx
+include/opencascade/ShapeAnalysis_Surface.lxx
+include/opencascade/ShapeAnalysis_TransferParameters.hxx
+include/opencascade/ShapeAnalysis_TransferParametersProj.hxx
+include/opencascade/ShapeAnalysis_Wire.hxx
+include/opencascade/ShapeAnalysis_Wire.lxx
+include/opencascade/ShapeAnalysis_WireOrder.hxx
+include/opencascade/ShapeAnalysis_WireVertex.hxx
+include/opencascade/ShapeBuild.hxx
+include/opencascade/ShapeBuild_Edge.hxx
+include/opencascade/ShapeBuild_ReShape.hxx
+include/opencascade/ShapeBuild_Vertex.hxx
+include/opencascade/ShapeConstruct.hxx
+include/opencascade/ShapeConstruct_Curve.hxx
+include/opencascade/ShapeConstruct_MakeTriangulation.hxx
+include/opencascade/ShapeConstruct_ProjectCurveOnSurface.hxx
+include/opencascade/ShapeCustom.hxx
+include/opencascade/ShapeCustom_BSplineRestriction.hxx
+include/opencascade/ShapeCustom_BSplineRestriction.lxx
+include/opencascade/ShapeCustom_ConvertToBSpline.hxx
+include/opencascade/ShapeCustom_ConvertToRevolution.hxx
+include/opencascade/ShapeCustom_Curve.hxx
+include/opencascade/ShapeCustom_Curve2d.hxx
+include/opencascade/ShapeCustom_DirectModification.hxx
+include/opencascade/ShapeCustom_Modification.hxx
+include/opencascade/ShapeCustom_RestrictionParameters.hxx
+include/opencascade/ShapeCustom_RestrictionParameters.lxx
+include/opencascade/ShapeCustom_Surface.hxx
+include/opencascade/ShapeCustom_Surface.lxx
+include/opencascade/ShapeCustom_SweptToElementary.hxx
+include/opencascade/ShapeCustom_TrsfModification.hxx
+include/opencascade/ShapeExtend.hxx
+include/opencascade/ShapeExtend_BasicMsgRegistrator.hxx
+include/opencascade/ShapeExtend_ComplexCurve.hxx
+include/opencascade/ShapeExtend_ComplexCurve.lxx
+include/opencascade/ShapeExtend_CompositeSurface.hxx
+include/opencascade/ShapeExtend_DataMapIteratorOfDataMapOfShapeListOfMsg.hxx
+include/opencascade/ShapeExtend_DataMapIteratorOfDataMapOfTransientListOfMsg.hxx
+include/opencascade/ShapeExtend_DataMapOfShapeListOfMsg.hxx
+include/opencascade/ShapeExtend_DataMapOfTransientListOfMsg.hxx
+include/opencascade/ShapeExtend_Explorer.hxx
+include/opencascade/ShapeExtend_MsgRegistrator.hxx
+include/opencascade/ShapeExtend_MsgRegistrator.lxx
+include/opencascade/ShapeExtend_Parametrisation.hxx
+include/opencascade/ShapeExtend_Status.hxx
+include/opencascade/ShapeExtend_WireData.hxx
+include/opencascade/ShapeFix.hxx
+include/opencascade/ShapeFix_ComposeShell.hxx
+include/opencascade/ShapeFix_DataMapIteratorOfDataMapOfShapeBox2d.hxx
+include/opencascade/ShapeFix_DataMapOfShapeBox2d.hxx
+include/opencascade/ShapeFix_Edge.hxx
+include/opencascade/ShapeFix_EdgeConnect.hxx
+include/opencascade/ShapeFix_EdgeProjAux.hxx
+include/opencascade/ShapeFix_Face.hxx
+include/opencascade/ShapeFix_Face.lxx
+include/opencascade/ShapeFix_FaceConnect.hxx
+include/opencascade/ShapeFix_FixSmallFace.hxx
+include/opencascade/ShapeFix_FixSmallSolid.hxx
+include/opencascade/ShapeFix_FreeBounds.hxx
+include/opencascade/ShapeFix_FreeBounds.lxx
+include/opencascade/ShapeFix_IntersectionTool.hxx
+include/opencascade/ShapeFix_IntersectionTool.lxx
+include/opencascade/ShapeFix_Root.hxx
+include/opencascade/ShapeFix_Root.lxx
+include/opencascade/ShapeFix_SequenceOfWireSegment.hxx
+include/opencascade/ShapeFix_Shape.hxx
+include/opencascade/ShapeFix_Shape.lxx
+include/opencascade/ShapeFix_ShapeTolerance.hxx
+include/opencascade/ShapeFix_Shell.hxx
+include/opencascade/ShapeFix_Shell.lxx
+include/opencascade/ShapeFix_Solid.hxx
+include/opencascade/ShapeFix_SplitCommonVertex.hxx
+include/opencascade/ShapeFix_SplitTool.hxx
+include/opencascade/ShapeFix_Wire.hxx
+include/opencascade/ShapeFix_Wire.lxx
+include/opencascade/ShapeFix_WireSegment.hxx
+include/opencascade/ShapeFix_WireVertex.hxx
+include/opencascade/ShapeFix_Wireframe.hxx
+include/opencascade/ShapeFix_Wireframe.lxx
+include/opencascade/ShapePersistent.hxx
+include/opencascade/ShapePersistent_BRep.hxx
+include/opencascade/ShapePersistent_Geom.hxx
+include/opencascade/ShapePersistent_Geom2d.hxx
+include/opencascade/ShapePersistent_Geom2d_Curve.hxx
+include/opencascade/ShapePersistent_Geom_Curve.hxx
+include/opencascade/ShapePersistent_Geom_Surface.hxx
+include/opencascade/ShapePersistent_HArray1.hxx
+include/opencascade/ShapePersistent_HArray2.hxx
+include/opencascade/ShapePersistent_HSequence.hxx
+include/opencascade/ShapePersistent_Poly.hxx
+include/opencascade/ShapePersistent_TopoDS.hxx
+include/opencascade/ShapePersistent_TriangleMode.hxx
+include/opencascade/ShapeProcess.hxx
+include/opencascade/ShapeProcessAPI_ApplySequence.hxx
+include/opencascade/ShapeProcess_Context.hxx
+include/opencascade/ShapeProcess_OperFunc.hxx
+include/opencascade/ShapeProcess_OperLibrary.hxx
+include/opencascade/ShapeProcess_Operator.hxx
+include/opencascade/ShapeProcess_ShapeContext.hxx
+include/opencascade/ShapeProcess_UOperator.hxx
+include/opencascade/ShapeUpgrade.hxx
+include/opencascade/ShapeUpgrade_ClosedEdgeDivide.hxx
+include/opencascade/ShapeUpgrade_ClosedFaceDivide.hxx
+include/opencascade/ShapeUpgrade_ConvertCurve2dToBezier.hxx
+include/opencascade/ShapeUpgrade_ConvertCurve3dToBezier.hxx
+include/opencascade/ShapeUpgrade_ConvertCurve3dToBezier.lxx
+include/opencascade/ShapeUpgrade_ConvertSurfaceToBezierBasis.hxx
+include/opencascade/ShapeUpgrade_ConvertSurfaceToBezierBasis.lxx
+include/opencascade/ShapeUpgrade_EdgeDivide.hxx
+include/opencascade/ShapeUpgrade_EdgeDivide.lxx
+include/opencascade/ShapeUpgrade_FaceDivide.hxx
+include/opencascade/ShapeUpgrade_FaceDivideArea.hxx
+include/opencascade/ShapeUpgrade_FaceDivideArea.lxx
+include/opencascade/ShapeUpgrade_FixSmallBezierCurves.hxx
+include/opencascade/ShapeUpgrade_FixSmallCurves.hxx
+include/opencascade/ShapeUpgrade_RemoveInternalWires.hxx
+include/opencascade/ShapeUpgrade_RemoveInternalWires.lxx
+include/opencascade/ShapeUpgrade_RemoveLocations.hxx
+include/opencascade/ShapeUpgrade_RemoveLocations.lxx
+include/opencascade/ShapeUpgrade_ShapeConvertToBezier.hxx
+include/opencascade/ShapeUpgrade_ShapeConvertToBezier.lxx
+include/opencascade/ShapeUpgrade_ShapeDivide.hxx
+include/opencascade/ShapeUpgrade_ShapeDivideAngle.hxx
+include/opencascade/ShapeUpgrade_ShapeDivideArea.hxx
+include/opencascade/ShapeUpgrade_ShapeDivideArea.lxx
+include/opencascade/ShapeUpgrade_ShapeDivideClosed.hxx
+include/opencascade/ShapeUpgrade_ShapeDivideClosedEdges.hxx
+include/opencascade/ShapeUpgrade_ShapeDivideContinuity.hxx
+include/opencascade/ShapeUpgrade_ShellSewing.hxx
+include/opencascade/ShapeUpgrade_SplitCurve.hxx
+include/opencascade/ShapeUpgrade_SplitCurve2d.hxx
+include/opencascade/ShapeUpgrade_SplitCurve2dContinuity.hxx
+include/opencascade/ShapeUpgrade_SplitCurve3d.hxx
+include/opencascade/ShapeUpgrade_SplitCurve3dContinuity.hxx
+include/opencascade/ShapeUpgrade_SplitSurface.hxx
+include/opencascade/ShapeUpgrade_SplitSurfaceAngle.hxx
+include/opencascade/ShapeUpgrade_SplitSurfaceArea.hxx
+include/opencascade/ShapeUpgrade_SplitSurfaceArea.lxx
+include/opencascade/ShapeUpgrade_SplitSurfaceContinuity.hxx
+include/opencascade/ShapeUpgrade_Tool.hxx
+include/opencascade/ShapeUpgrade_Tool.lxx
+include/opencascade/ShapeUpgrade_UnifySameDomain.hxx
+include/opencascade/ShapeUpgrade_WireDivide.hxx
+include/opencascade/Standard.hxx
+include/opencascade/Standard_AbortiveTransaction.hxx
+include/opencascade/Standard_Address.hxx
+include/opencascade/Standard_ArrayStreamBuffer.hxx
+include/opencascade/Standard_Assert.hxx
+include/opencascade/Standard_Atomic.hxx
+include/opencascade/Standard_Boolean.hxx
+include/opencascade/Standard_Byte.hxx
+include/opencascade/Standard_CLocaleSentry.hxx
+include/opencascade/Standard_CString.hxx
+include/opencascade/Standard_Character.hxx
+include/opencascade/Standard_Condition.hxx
+include/opencascade/Standard_ConstructionError.hxx
+include/opencascade/Standard_DefineAlloc.hxx
+include/opencascade/Standard_DefineException.hxx
+include/opencascade/Standard_DefineHandle.hxx
+include/opencascade/Standard_DimensionError.hxx
+include/opencascade/Standard_DimensionMismatch.hxx
+include/opencascade/Standard_DivideByZero.hxx
+include/opencascade/Standard_DomainError.hxx
+include/opencascade/Standard_Dump.hxx
+include/opencascade/Standard_ErrorHandler.hxx
+include/opencascade/Standard_ExtCharacter.hxx
+include/opencascade/Standard_ExtString.hxx
+include/opencascade/Standard_Failure.hxx
+include/opencascade/Standard_GUID.hxx
+include/opencascade/Standard_Handle.hxx
+include/opencascade/Standard_HandlerStatus.hxx
+include/opencascade/Standard_IStream.hxx
+include/opencascade/Standard_ImmutableObject.hxx
+include/opencascade/Standard_Integer.hxx
+include/opencascade/Standard_JmpBuf.hxx
+include/opencascade/Standard_LicenseError.hxx
+include/opencascade/Standard_LicenseNotFound.hxx
+include/opencascade/Standard_MMgrOpt.hxx
+include/opencascade/Standard_MMgrRaw.hxx
+include/opencascade/Standard_MMgrRoot.hxx
+include/opencascade/Standard_MMgrTBBalloc.hxx
+include/opencascade/Standard_Macro.hxx
+include/opencascade/Standard_MultiplyDefined.hxx
+include/opencascade/Standard_Mutex.hxx
+include/opencascade/Standard_NegativeValue.hxx
+include/opencascade/Standard_NoMoreObject.hxx
+include/opencascade/Standard_NoSuchObject.hxx
+include/opencascade/Standard_NotImplemented.hxx
+include/opencascade/Standard_NullObject.hxx
+include/opencascade/Standard_NullValue.hxx
+include/opencascade/Standard_NumericError.hxx
+include/opencascade/Standard_OStream.hxx
+include/opencascade/Standard_OutOfMemory.hxx
+include/opencascade/Standard_OutOfRange.hxx
+include/opencascade/Standard_Overflow.hxx
+include/opencascade/Standard_PByte.hxx
+include/opencascade/Standard_PCharacter.hxx
+include/opencascade/Standard_PErrorHandler.hxx
+include/opencascade/Standard_PExtCharacter.hxx
+include/opencascade/Standard_Persistent.hxx
+include/opencascade/Standard_PrimitiveTypes.hxx
+include/opencascade/Standard_ProgramError.hxx
+include/opencascade/Standard_RangeError.hxx
+include/opencascade/Standard_ReadBuffer.hxx
+include/opencascade/Standard_ReadLineBuffer.hxx
+include/opencascade/Standard_Real.hxx
+include/opencascade/Standard_SStream.hxx
+include/opencascade/Standard_ShortReal.hxx
+include/opencascade/Standard_Size.hxx
+include/opencascade/Standard_Std.hxx
+include/opencascade/Standard_Stream.hxx
+include/opencascade/Standard_ThreadId.hxx
+include/opencascade/Standard_Time.hxx
+include/opencascade/Standard_Transient.hxx
+include/opencascade/Standard_Type.hxx
+include/opencascade/Standard_TypeDef.hxx
+include/opencascade/Standard_TypeMismatch.hxx
+include/opencascade/Standard_UUID.hxx
+include/opencascade/Standard_Underflow.hxx
+include/opencascade/Standard_Version.hxx
+include/opencascade/Standard_WarningDisableFunctionCast.hxx
+include/opencascade/Standard_WarningsDisable.hxx
+include/opencascade/Standard_WarningsRestore.hxx
+include/opencascade/Standard_math.hxx
+include/opencascade/Standard_values.h
+include/opencascade/StdDrivers.hxx
+include/opencascade/StdDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/StdFail_InfiniteSolutions.hxx
+include/opencascade/StdFail_NotDone.hxx
+include/opencascade/StdFail_Undefined.hxx
+include/opencascade/StdFail_UndefinedDerivative.hxx
+include/opencascade/StdFail_UndefinedValue.hxx
+include/opencascade/StdLDrivers.hxx
+include/opencascade/StdLDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/StdLPersistent.hxx
+include/opencascade/StdLPersistent_Collection.hxx
+include/opencascade/StdLPersistent_Data.hxx
+include/opencascade/StdLPersistent_Dependency.hxx
+include/opencascade/StdLPersistent_Document.hxx
+include/opencascade/StdLPersistent_Function.hxx
+include/opencascade/StdLPersistent_HArray1.hxx
+include/opencascade/StdLPersistent_HArray2.hxx
+include/opencascade/StdLPersistent_HString.hxx
+include/opencascade/StdLPersistent_NamedData.hxx
+include/opencascade/StdLPersistent_Real.hxx
+include/opencascade/StdLPersistent_TreeNode.hxx
+include/opencascade/StdLPersistent_Value.hxx
+include/opencascade/StdLPersistent_Variable.hxx
+include/opencascade/StdLPersistent_Void.hxx
+include/opencascade/StdLPersistent_XLink.hxx
+include/opencascade/StdObjMgt_Attribute.hxx
+include/opencascade/StdObjMgt_MapOfInstantiators.hxx
+include/opencascade/StdObjMgt_Persistent.hxx
+include/opencascade/StdObjMgt_ReadData.hxx
+include/opencascade/StdObjMgt_SharedObject.hxx
+include/opencascade/StdObjMgt_TransientPersistentMap.hxx
+include/opencascade/StdObjMgt_WriteData.hxx
+include/opencascade/StdObject_Location.hxx
+include/opencascade/StdObject_Shape.hxx
+include/opencascade/StdObject_gp_Axes.hxx
+include/opencascade/StdObject_gp_Curves.hxx
+include/opencascade/StdObject_gp_Surfaces.hxx
+include/opencascade/StdObject_gp_Trsfs.hxx
+include/opencascade/StdObject_gp_Vectors.hxx
+include/opencascade/StdPersistent.hxx
+include/opencascade/StdPersistent_DataXtd.hxx
+include/opencascade/StdPersistent_DataXtd_Constraint.hxx
+include/opencascade/StdPersistent_DataXtd_PatternStd.hxx
+include/opencascade/StdPersistent_HArray1.hxx
+include/opencascade/StdPersistent_Naming.hxx
+include/opencascade/StdPersistent_PPrsStd.hxx
+include/opencascade/StdPersistent_TopLoc.hxx
+include/opencascade/StdPersistent_TopoDS.hxx
+include/opencascade/StdPrs_BRepFont.hxx
+include/opencascade/StdPrs_BRepTextBuilder.hxx
+include/opencascade/StdPrs_BndBox.hxx
+include/opencascade/StdPrs_Curve.hxx
+include/opencascade/StdPrs_DeflectionCurve.hxx
+include/opencascade/StdPrs_HLRPolyShape.hxx
+include/opencascade/StdPrs_HLRShape.hxx
+include/opencascade/StdPrs_HLRShapeI.hxx
+include/opencascade/StdPrs_HLRToolShape.hxx
+include/opencascade/StdPrs_Isolines.hxx
+include/opencascade/StdPrs_Plane.hxx
+include/opencascade/StdPrs_Point.hxx
+include/opencascade/StdPrs_PoleCurve.hxx
+include/opencascade/StdPrs_ShadedShape.hxx
+include/opencascade/StdPrs_ShadedSurface.hxx
+include/opencascade/StdPrs_ShapeTool.hxx
+include/opencascade/StdPrs_ToolPoint.hxx
+include/opencascade/StdPrs_ToolRFace.hxx
+include/opencascade/StdPrs_ToolTriangulatedShape.hxx
+include/opencascade/StdPrs_ToolVertex.hxx
+include/opencascade/StdPrs_Vertex.hxx
+include/opencascade/StdPrs_Volume.hxx
+include/opencascade/StdPrs_WFDeflectionRestrictedFace.hxx
+include/opencascade/StdPrs_WFDeflectionSurface.hxx
+include/opencascade/StdPrs_WFPoleSurface.hxx
+include/opencascade/StdPrs_WFRestrictedFace.hxx
+include/opencascade/StdPrs_WFShape.hxx
+include/opencascade/StdPrs_WFSurface.hxx
+include/opencascade/StdSelect.hxx
+include/opencascade/StdSelect_BRepOwner.hxx
+include/opencascade/StdSelect_BRepSelectionTool.hxx
+include/opencascade/StdSelect_EdgeFilter.hxx
+include/opencascade/StdSelect_FaceFilter.hxx
+include/opencascade/StdSelect_Shape.hxx
+include/opencascade/StdSelect_ShapeTypeFilter.hxx
+include/opencascade/StdSelect_TypeOfEdge.hxx
+include/opencascade/StdSelect_TypeOfFace.hxx
+include/opencascade/StdSelect_TypeOfSelectionImage.hxx
+include/opencascade/StdSelect_ViewerSelector3d.hxx
+include/opencascade/StdStorage.hxx
+include/opencascade/StdStorage_BacketOfPersistent.hxx
+include/opencascade/StdStorage_Data.hxx
+include/opencascade/StdStorage_HSequenceOfRoots.hxx
+include/opencascade/StdStorage_HeaderData.hxx
+include/opencascade/StdStorage_MapOfRoots.hxx
+include/opencascade/StdStorage_MapOfTypes.hxx
+include/opencascade/StdStorage_Root.hxx
+include/opencascade/StdStorage_RootData.hxx
+include/opencascade/StdStorage_SequenceOfRoots.hxx
+include/opencascade/StdStorage_TypeData.hxx
+include/opencascade/StepAP203_ApprovedItem.hxx
+include/opencascade/StepAP203_Array1OfApprovedItem.hxx
+include/opencascade/StepAP203_Array1OfCertifiedItem.hxx
+include/opencascade/StepAP203_Array1OfChangeRequestItem.hxx
+include/opencascade/StepAP203_Array1OfClassifiedItem.hxx
+include/opencascade/StepAP203_Array1OfContractedItem.hxx
+include/opencascade/StepAP203_Array1OfDateTimeItem.hxx
+include/opencascade/StepAP203_Array1OfPersonOrganizationItem.hxx
+include/opencascade/StepAP203_Array1OfSpecifiedItem.hxx
+include/opencascade/StepAP203_Array1OfStartRequestItem.hxx
+include/opencascade/StepAP203_Array1OfWorkItem.hxx
+include/opencascade/StepAP203_CcDesignApproval.hxx
+include/opencascade/StepAP203_CcDesignCertification.hxx
+include/opencascade/StepAP203_CcDesignContract.hxx
+include/opencascade/StepAP203_CcDesignDateAndTimeAssignment.hxx
+include/opencascade/StepAP203_CcDesignPersonAndOrganizationAssignment.hxx
+include/opencascade/StepAP203_CcDesignSecurityClassification.hxx
+include/opencascade/StepAP203_CcDesignSpecificationReference.hxx
+include/opencascade/StepAP203_CertifiedItem.hxx
+include/opencascade/StepAP203_Change.hxx
+include/opencascade/StepAP203_ChangeRequest.hxx
+include/opencascade/StepAP203_ChangeRequestItem.hxx
+include/opencascade/StepAP203_ClassifiedItem.hxx
+include/opencascade/StepAP203_ContractedItem.hxx
+include/opencascade/StepAP203_DateTimeItem.hxx
+include/opencascade/StepAP203_HArray1OfApprovedItem.hxx
+include/opencascade/StepAP203_HArray1OfCertifiedItem.hxx
+include/opencascade/StepAP203_HArray1OfChangeRequestItem.hxx
+include/opencascade/StepAP203_HArray1OfClassifiedItem.hxx
+include/opencascade/StepAP203_HArray1OfContractedItem.hxx
+include/opencascade/StepAP203_HArray1OfDateTimeItem.hxx
+include/opencascade/StepAP203_HArray1OfPersonOrganizationItem.hxx
+include/opencascade/StepAP203_HArray1OfSpecifiedItem.hxx
+include/opencascade/StepAP203_HArray1OfStartRequestItem.hxx
+include/opencascade/StepAP203_HArray1OfWorkItem.hxx
+include/opencascade/StepAP203_PersonOrganizationItem.hxx
+include/opencascade/StepAP203_SpecifiedItem.hxx
+include/opencascade/StepAP203_StartRequest.hxx
+include/opencascade/StepAP203_StartRequestItem.hxx
+include/opencascade/StepAP203_StartWork.hxx
+include/opencascade/StepAP203_WorkItem.hxx
+include/opencascade/StepAP209_Construct.hxx
+include/opencascade/StepAP214.hxx
+include/opencascade/StepAP214_AppliedApprovalAssignment.hxx
+include/opencascade/StepAP214_AppliedDateAndTimeAssignment.hxx
+include/opencascade/StepAP214_AppliedDateAssignment.hxx
+include/opencascade/StepAP214_AppliedDocumentReference.hxx
+include/opencascade/StepAP214_AppliedExternalIdentificationAssignment.hxx
+include/opencascade/StepAP214_AppliedGroupAssignment.hxx
+include/opencascade/StepAP214_AppliedOrganizationAssignment.hxx
+include/opencascade/StepAP214_AppliedPersonAndOrganizationAssignment.hxx
+include/opencascade/StepAP214_AppliedPresentedItem.hxx
+include/opencascade/StepAP214_AppliedSecurityClassificationAssignment.hxx
+include/opencascade/StepAP214_ApprovalItem.hxx
+include/opencascade/StepAP214_Array1OfApprovalItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignDateAndPersonItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignDateAndTimeItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignDatedItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignGeneralOrgItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignGroupedItem.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignPresentedItemSelect.hxx
+include/opencascade/StepAP214_Array1OfAutoDesignReferencingItem.hxx
+include/opencascade/StepAP214_Array1OfDateAndTimeItem.hxx
+include/opencascade/StepAP214_Array1OfDateItem.hxx
+include/opencascade/StepAP214_Array1OfDocumentReferenceItem.hxx
+include/opencascade/StepAP214_Array1OfExternalIdentificationItem.hxx
+include/opencascade/StepAP214_Array1OfGroupItem.hxx
+include/opencascade/StepAP214_Array1OfOrganizationItem.hxx
+include/opencascade/StepAP214_Array1OfPersonAndOrganizationItem.hxx
+include/opencascade/StepAP214_Array1OfPresentedItemSelect.hxx
+include/opencascade/StepAP214_Array1OfSecurityClassificationItem.hxx
+include/opencascade/StepAP214_AutoDesignActualDateAndTimeAssignment.hxx
+include/opencascade/StepAP214_AutoDesignActualDateAssignment.hxx
+include/opencascade/StepAP214_AutoDesignApprovalAssignment.hxx
+include/opencascade/StepAP214_AutoDesignDateAndPersonAssignment.hxx
+include/opencascade/StepAP214_AutoDesignDateAndPersonItem.hxx
+include/opencascade/StepAP214_AutoDesignDateAndTimeItem.hxx
+include/opencascade/StepAP214_AutoDesignDatedItem.hxx
+include/opencascade/StepAP214_AutoDesignDocumentReference.hxx
+include/opencascade/StepAP214_AutoDesignGeneralOrgItem.hxx
+include/opencascade/StepAP214_AutoDesignGroupAssignment.hxx
+include/opencascade/StepAP214_AutoDesignGroupedItem.hxx
+include/opencascade/StepAP214_AutoDesignNominalDateAndTimeAssignment.hxx
+include/opencascade/StepAP214_AutoDesignNominalDateAssignment.hxx
+include/opencascade/StepAP214_AutoDesignOrganizationAssignment.hxx
+include/opencascade/StepAP214_AutoDesignOrganizationItem.hxx
+include/opencascade/StepAP214_AutoDesignPersonAndOrganizationAssignment.hxx
+include/opencascade/StepAP214_AutoDesignPresentedItem.hxx
+include/opencascade/StepAP214_AutoDesignPresentedItemSelect.hxx
+include/opencascade/StepAP214_AutoDesignReferencingItem.hxx
+include/opencascade/StepAP214_AutoDesignSecurityClassificationAssignment.hxx
+include/opencascade/StepAP214_Class.hxx
+include/opencascade/StepAP214_DateAndTimeItem.hxx
+include/opencascade/StepAP214_DateItem.hxx
+include/opencascade/StepAP214_DocumentReferenceItem.hxx
+include/opencascade/StepAP214_ExternalIdentificationItem.hxx
+include/opencascade/StepAP214_ExternallyDefinedClass.hxx
+include/opencascade/StepAP214_ExternallyDefinedGeneralProperty.hxx
+include/opencascade/StepAP214_GroupItem.hxx
+include/opencascade/StepAP214_HArray1OfApprovalItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignDateAndPersonItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignDateAndTimeItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignDatedItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignGeneralOrgItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignGroupedItem.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignPresentedItemSelect.hxx
+include/opencascade/StepAP214_HArray1OfAutoDesignReferencingItem.hxx
+include/opencascade/StepAP214_HArray1OfDateAndTimeItem.hxx
+include/opencascade/StepAP214_HArray1OfDateItem.hxx
+include/opencascade/StepAP214_HArray1OfDocumentReferenceItem.hxx
+include/opencascade/StepAP214_HArray1OfExternalIdentificationItem.hxx
+include/opencascade/StepAP214_HArray1OfGroupItem.hxx
+include/opencascade/StepAP214_HArray1OfOrganizationItem.hxx
+include/opencascade/StepAP214_HArray1OfPersonAndOrganizationItem.hxx
+include/opencascade/StepAP214_HArray1OfPresentedItemSelect.hxx
+include/opencascade/StepAP214_HArray1OfSecurityClassificationItem.hxx
+include/opencascade/StepAP214_OrganizationItem.hxx
+include/opencascade/StepAP214_PersonAndOrganizationItem.hxx
+include/opencascade/StepAP214_PresentedItemSelect.hxx
+include/opencascade/StepAP214_Protocol.hxx
+include/opencascade/StepAP214_RepItemGroup.hxx
+include/opencascade/StepAP214_SecurityClassificationItem.hxx
+include/opencascade/StepAP242_DraughtingModelItemAssociation.hxx
+include/opencascade/StepAP242_GeometricItemSpecificUsage.hxx
+include/opencascade/StepAP242_IdAttribute.hxx
+include/opencascade/StepAP242_IdAttributeSelect.hxx
+include/opencascade/StepAP242_ItemIdentifiedRepresentationUsage.hxx
+include/opencascade/StepAP242_ItemIdentifiedRepresentationUsageDefinition.hxx
+include/opencascade/StepBasic_Action.hxx
+include/opencascade/StepBasic_ActionAssignment.hxx
+include/opencascade/StepBasic_ActionMethod.hxx
+include/opencascade/StepBasic_ActionRequestAssignment.hxx
+include/opencascade/StepBasic_ActionRequestSolution.hxx
+include/opencascade/StepBasic_Address.hxx
+include/opencascade/StepBasic_AheadOrBehind.hxx
+include/opencascade/StepBasic_ApplicationContext.hxx
+include/opencascade/StepBasic_ApplicationContextElement.hxx
+include/opencascade/StepBasic_ApplicationProtocolDefinition.hxx
+include/opencascade/StepBasic_Approval.hxx
+include/opencascade/StepBasic_ApprovalAssignment.hxx
+include/opencascade/StepBasic_ApprovalDateTime.hxx
+include/opencascade/StepBasic_ApprovalPersonOrganization.hxx
+include/opencascade/StepBasic_ApprovalRelationship.hxx
+include/opencascade/StepBasic_ApprovalRole.hxx
+include/opencascade/StepBasic_ApprovalStatus.hxx
+include/opencascade/StepBasic_AreaUnit.hxx
+include/opencascade/StepBasic_Array1OfApproval.hxx
+include/opencascade/StepBasic_Array1OfDerivedUnitElement.hxx
+include/opencascade/StepBasic_Array1OfDocument.hxx
+include/opencascade/StepBasic_Array1OfNamedUnit.hxx
+include/opencascade/StepBasic_Array1OfOrganization.hxx
+include/opencascade/StepBasic_Array1OfPerson.hxx
+include/opencascade/StepBasic_Array1OfProduct.hxx
+include/opencascade/StepBasic_Array1OfProductContext.hxx
+include/opencascade/StepBasic_Array1OfProductDefinition.hxx
+include/opencascade/StepBasic_Array1OfUncertaintyMeasureWithUnit.hxx
+include/opencascade/StepBasic_CalendarDate.hxx
+include/opencascade/StepBasic_Certification.hxx
+include/opencascade/StepBasic_CertificationAssignment.hxx
+include/opencascade/StepBasic_CertificationType.hxx
+include/opencascade/StepBasic_CharacterizedObject.hxx
+include/opencascade/StepBasic_Contract.hxx
+include/opencascade/StepBasic_ContractAssignment.hxx
+include/opencascade/StepBasic_ContractType.hxx
+include/opencascade/StepBasic_ConversionBasedUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndAreaUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndLengthUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndMassUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndPlaneAngleUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndRatioUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndSolidAngleUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndTimeUnit.hxx
+include/opencascade/StepBasic_ConversionBasedUnitAndVolumeUnit.hxx
+include/opencascade/StepBasic_CoordinatedUniversalTimeOffset.hxx
+include/opencascade/StepBasic_Date.hxx
+include/opencascade/StepBasic_DateAndTime.hxx
+include/opencascade/StepBasic_DateAndTimeAssignment.hxx
+include/opencascade/StepBasic_DateAssignment.hxx
+include/opencascade/StepBasic_DateRole.hxx
+include/opencascade/StepBasic_DateTimeRole.hxx
+include/opencascade/StepBasic_DateTimeSelect.hxx
+include/opencascade/StepBasic_DerivedUnit.hxx
+include/opencascade/StepBasic_DerivedUnitElement.hxx
+include/opencascade/StepBasic_DesignContext.hxx
+include/opencascade/StepBasic_DigitalDocument.hxx
+include/opencascade/StepBasic_DimensionalExponents.hxx
+include/opencascade/StepBasic_Document.hxx
+include/opencascade/StepBasic_DocumentFile.hxx
+include/opencascade/StepBasic_DocumentProductAssociation.hxx
+include/opencascade/StepBasic_DocumentProductEquivalence.hxx
+include/opencascade/StepBasic_DocumentReference.hxx
+include/opencascade/StepBasic_DocumentRelationship.hxx
+include/opencascade/StepBasic_DocumentRepresentationType.hxx
+include/opencascade/StepBasic_DocumentType.hxx
+include/opencascade/StepBasic_DocumentUsageConstraint.hxx
+include/opencascade/StepBasic_Effectivity.hxx
+include/opencascade/StepBasic_EffectivityAssignment.hxx
+include/opencascade/StepBasic_EulerAngles.hxx
+include/opencascade/StepBasic_ExternalIdentificationAssignment.hxx
+include/opencascade/StepBasic_ExternalSource.hxx
+include/opencascade/StepBasic_ExternallyDefinedItem.hxx
+include/opencascade/StepBasic_GeneralProperty.hxx
+include/opencascade/StepBasic_Group.hxx
+include/opencascade/StepBasic_GroupAssignment.hxx
+include/opencascade/StepBasic_GroupRelationship.hxx
+include/opencascade/StepBasic_HArray1OfApproval.hxx
+include/opencascade/StepBasic_HArray1OfDerivedUnitElement.hxx
+include/opencascade/StepBasic_HArray1OfDocument.hxx
+include/opencascade/StepBasic_HArray1OfNamedUnit.hxx
+include/opencascade/StepBasic_HArray1OfOrganization.hxx
+include/opencascade/StepBasic_HArray1OfPerson.hxx
+include/opencascade/StepBasic_HArray1OfProduct.hxx
+include/opencascade/StepBasic_HArray1OfProductContext.hxx
+include/opencascade/StepBasic_HArray1OfProductDefinition.hxx
+include/opencascade/StepBasic_HArray1OfUncertaintyMeasureWithUnit.hxx
+include/opencascade/StepBasic_IdentificationAssignment.hxx
+include/opencascade/StepBasic_IdentificationRole.hxx
+include/opencascade/StepBasic_LengthMeasureWithUnit.hxx
+include/opencascade/StepBasic_LengthUnit.hxx
+include/opencascade/StepBasic_LocalTime.hxx
+include/opencascade/StepBasic_MassMeasureWithUnit.hxx
+include/opencascade/StepBasic_MassUnit.hxx
+include/opencascade/StepBasic_MeasureValueMember.hxx
+include/opencascade/StepBasic_MeasureWithUnit.hxx
+include/opencascade/StepBasic_MechanicalContext.hxx
+include/opencascade/StepBasic_NameAssignment.hxx
+include/opencascade/StepBasic_NamedUnit.hxx
+include/opencascade/StepBasic_ObjectRole.hxx
+include/opencascade/StepBasic_OrdinalDate.hxx
+include/opencascade/StepBasic_Organization.hxx
+include/opencascade/StepBasic_OrganizationAssignment.hxx
+include/opencascade/StepBasic_OrganizationRole.hxx
+include/opencascade/StepBasic_OrganizationalAddress.hxx
+include/opencascade/StepBasic_Person.hxx
+include/opencascade/StepBasic_PersonAndOrganization.hxx
+include/opencascade/StepBasic_PersonAndOrganizationAssignment.hxx
+include/opencascade/StepBasic_PersonAndOrganizationRole.hxx
+include/opencascade/StepBasic_PersonOrganizationSelect.hxx
+include/opencascade/StepBasic_PersonalAddress.hxx
+include/opencascade/StepBasic_PhysicallyModeledProductDefinition.hxx
+include/opencascade/StepBasic_PlaneAngleMeasureWithUnit.hxx
+include/opencascade/StepBasic_PlaneAngleUnit.hxx
+include/opencascade/StepBasic_Product.hxx
+include/opencascade/StepBasic_ProductCategory.hxx
+include/opencascade/StepBasic_ProductCategoryRelationship.hxx
+include/opencascade/StepBasic_ProductConceptContext.hxx
+include/opencascade/StepBasic_ProductContext.hxx
+include/opencascade/StepBasic_ProductDefinition.hxx
+include/opencascade/StepBasic_ProductDefinitionContext.hxx
+include/opencascade/StepBasic_ProductDefinitionEffectivity.hxx
+include/opencascade/StepBasic_ProductDefinitionFormation.hxx
+include/opencascade/StepBasic_ProductDefinitionFormationRelationship.hxx
+include/opencascade/StepBasic_ProductDefinitionFormationWithSpecifiedSource.hxx
+include/opencascade/StepBasic_ProductDefinitionOrReference.hxx
+include/opencascade/StepBasic_ProductDefinitionReference.hxx
+include/opencascade/StepBasic_ProductDefinitionReferenceWithLocalRepresentation.hxx
+include/opencascade/StepBasic_ProductDefinitionRelationship.hxx
+include/opencascade/StepBasic_ProductDefinitionWithAssociatedDocuments.hxx
+include/opencascade/StepBasic_ProductOrFormationOrDefinition.hxx
+include/opencascade/StepBasic_ProductRelatedProductCategory.hxx
+include/opencascade/StepBasic_ProductType.hxx
+include/opencascade/StepBasic_RatioMeasureWithUnit.hxx
+include/opencascade/StepBasic_RatioUnit.hxx
+include/opencascade/StepBasic_RoleAssociation.hxx
+include/opencascade/StepBasic_RoleSelect.hxx
+include/opencascade/StepBasic_SecurityClassification.hxx
+include/opencascade/StepBasic_SecurityClassificationAssignment.hxx
+include/opencascade/StepBasic_SecurityClassificationLevel.hxx
+include/opencascade/StepBasic_SiPrefix.hxx
+include/opencascade/StepBasic_SiUnit.hxx
+include/opencascade/StepBasic_SiUnitAndAreaUnit.hxx
+include/opencascade/StepBasic_SiUnitAndLengthUnit.hxx
+include/opencascade/StepBasic_SiUnitAndMassUnit.hxx
+include/opencascade/StepBasic_SiUnitAndPlaneAngleUnit.hxx
+include/opencascade/StepBasic_SiUnitAndRatioUnit.hxx
+include/opencascade/StepBasic_SiUnitAndSolidAngleUnit.hxx
+include/opencascade/StepBasic_SiUnitAndThermodynamicTemperatureUnit.hxx
+include/opencascade/StepBasic_SiUnitAndTimeUnit.hxx
+include/opencascade/StepBasic_SiUnitAndVolumeUnit.hxx
+include/opencascade/StepBasic_SiUnitName.hxx
+include/opencascade/StepBasic_SizeMember.hxx
+include/opencascade/StepBasic_SizeSelect.hxx
+include/opencascade/StepBasic_SolidAngleMeasureWithUnit.hxx
+include/opencascade/StepBasic_SolidAngleUnit.hxx
+include/opencascade/StepBasic_Source.hxx
+include/opencascade/StepBasic_SourceItem.hxx
+include/opencascade/StepBasic_ThermodynamicTemperatureUnit.hxx
+include/opencascade/StepBasic_TimeMeasureWithUnit.hxx
+include/opencascade/StepBasic_TimeUnit.hxx
+include/opencascade/StepBasic_UncertaintyMeasureWithUnit.hxx
+include/opencascade/StepBasic_Unit.hxx
+include/opencascade/StepBasic_VersionedActionRequest.hxx
+include/opencascade/StepBasic_VolumeUnit.hxx
+include/opencascade/StepBasic_WeekOfYearAndDayDate.hxx
+include/opencascade/StepData.hxx
+include/opencascade/StepData_Array1OfField.hxx
+include/opencascade/StepData_DefaultGeneral.hxx
+include/opencascade/StepData_Described.hxx
+include/opencascade/StepData_ECDescr.hxx
+include/opencascade/StepData_EDescr.hxx
+include/opencascade/StepData_ESDescr.hxx
+include/opencascade/StepData_EnumTool.hxx
+include/opencascade/StepData_Field.hxx
+include/opencascade/StepData_FieldList.hxx
+include/opencascade/StepData_FieldList1.hxx
+include/opencascade/StepData_FieldListD.hxx
+include/opencascade/StepData_FieldListN.hxx
+include/opencascade/StepData_FileProtocol.hxx
+include/opencascade/StepData_FileRecognizer.hxx
+include/opencascade/StepData_FreeFormEntity.hxx
+include/opencascade/StepData_GeneralModule.hxx
+include/opencascade/StepData_GlobalFactors.hxx
+include/opencascade/StepData_GlobalNodeOfWriterLib.hxx
+include/opencascade/StepData_HArray1OfField.hxx
+include/opencascade/StepData_Logical.hxx
+include/opencascade/StepData_NodeOfWriterLib.hxx
+include/opencascade/StepData_PDescr.hxx
+include/opencascade/StepData_Plex.hxx
+include/opencascade/StepData_Protocol.hxx
+include/opencascade/StepData_ReadWriteModule.hxx
+include/opencascade/StepData_SelectArrReal.hxx
+include/opencascade/StepData_SelectInt.hxx
+include/opencascade/StepData_SelectMember.hxx
+include/opencascade/StepData_SelectNamed.hxx
+include/opencascade/StepData_SelectReal.hxx
+include/opencascade/StepData_SelectType.hxx
+include/opencascade/StepData_Simple.hxx
+include/opencascade/StepData_StepDumper.hxx
+include/opencascade/StepData_StepModel.hxx
+include/opencascade/StepData_StepReaderData.hxx
+include/opencascade/StepData_StepReaderTool.hxx
+include/opencascade/StepData_StepWriter.hxx
+include/opencascade/StepData_UndefinedEntity.hxx
+include/opencascade/StepData_WriterLib.hxx
+include/opencascade/StepDimTol_AngularityTolerance.hxx
+include/opencascade/StepDimTol_AreaUnitType.hxx
+include/opencascade/StepDimTol_Array1OfDatumReference.hxx
+include/opencascade/StepDimTol_Array1OfDatumReferenceCompartment.hxx
+include/opencascade/StepDimTol_Array1OfDatumReferenceElement.hxx
+include/opencascade/StepDimTol_Array1OfDatumReferenceModifier.hxx
+include/opencascade/StepDimTol_Array1OfDatumSystemOrReference.hxx
+include/opencascade/StepDimTol_Array1OfGeometricToleranceModifier.hxx
+include/opencascade/StepDimTol_Array1OfToleranceZoneTarget.hxx
+include/opencascade/StepDimTol_CircularRunoutTolerance.hxx
+include/opencascade/StepDimTol_CoaxialityTolerance.hxx
+include/opencascade/StepDimTol_CommonDatum.hxx
+include/opencascade/StepDimTol_ConcentricityTolerance.hxx
+include/opencascade/StepDimTol_CylindricityTolerance.hxx
+include/opencascade/StepDimTol_Datum.hxx
+include/opencascade/StepDimTol_DatumFeature.hxx
+include/opencascade/StepDimTol_DatumOrCommonDatum.hxx
+include/opencascade/StepDimTol_DatumReference.hxx
+include/opencascade/StepDimTol_DatumReferenceCompartment.hxx
+include/opencascade/StepDimTol_DatumReferenceElement.hxx
+include/opencascade/StepDimTol_DatumReferenceModifier.hxx
+include/opencascade/StepDimTol_DatumReferenceModifierType.hxx
+include/opencascade/StepDimTol_DatumReferenceModifierWithValue.hxx
+include/opencascade/StepDimTol_DatumSystem.hxx
+include/opencascade/StepDimTol_DatumSystemOrReference.hxx
+include/opencascade/StepDimTol_DatumTarget.hxx
+include/opencascade/StepDimTol_FlatnessTolerance.hxx
+include/opencascade/StepDimTol_GeneralDatumReference.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRef.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMaxTol.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRefAndGeoTolWthMod.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRefAndModGeoTolAndPosTol.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthDatRefAndUneqDisGeoTol.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthMaxTol.hxx
+include/opencascade/StepDimTol_GeoTolAndGeoTolWthMod.hxx
+include/opencascade/StepDimTol_GeometricTolerance.hxx
+include/opencascade/StepDimTol_GeometricToleranceModifier.hxx
+include/opencascade/StepDimTol_GeometricToleranceRelationship.hxx
+include/opencascade/StepDimTol_GeometricToleranceTarget.hxx
+include/opencascade/StepDimTol_GeometricToleranceType.hxx
+include/opencascade/StepDimTol_GeometricToleranceWithDatumReference.hxx
+include/opencascade/StepDimTol_GeometricToleranceWithDefinedAreaUnit.hxx
+include/opencascade/StepDimTol_GeometricToleranceWithDefinedUnit.hxx
+include/opencascade/StepDimTol_GeometricToleranceWithMaximumTolerance.hxx
+include/opencascade/StepDimTol_GeometricToleranceWithModifiers.hxx
+include/opencascade/StepDimTol_HArray1OfDatumReference.hxx
+include/opencascade/StepDimTol_HArray1OfDatumReferenceCompartment.hxx
+include/opencascade/StepDimTol_HArray1OfDatumReferenceElement.hxx
+include/opencascade/StepDimTol_HArray1OfDatumReferenceModifier.hxx
+include/opencascade/StepDimTol_HArray1OfDatumSystemOrReference.hxx
+include/opencascade/StepDimTol_HArray1OfGeometricToleranceModifier.hxx
+include/opencascade/StepDimTol_HArray1OfToleranceZoneTarget.hxx
+include/opencascade/StepDimTol_LimitCondition.hxx
+include/opencascade/StepDimTol_LineProfileTolerance.hxx
+include/opencascade/StepDimTol_ModifiedGeometricTolerance.hxx
+include/opencascade/StepDimTol_NonUniformZoneDefinition.hxx
+include/opencascade/StepDimTol_ParallelismTolerance.hxx
+include/opencascade/StepDimTol_PerpendicularityTolerance.hxx
+include/opencascade/StepDimTol_PlacedDatumTargetFeature.hxx
+include/opencascade/StepDimTol_PositionTolerance.hxx
+include/opencascade/StepDimTol_ProjectedZoneDefinition.hxx
+include/opencascade/StepDimTol_RoundnessTolerance.hxx
+include/opencascade/StepDimTol_RunoutZoneDefinition.hxx
+include/opencascade/StepDimTol_RunoutZoneOrientation.hxx
+include/opencascade/StepDimTol_ShapeToleranceSelect.hxx
+include/opencascade/StepDimTol_SimpleDatumReferenceModifier.hxx
+include/opencascade/StepDimTol_SimpleDatumReferenceModifierMember.hxx
+include/opencascade/StepDimTol_StraightnessTolerance.hxx
+include/opencascade/StepDimTol_SurfaceProfileTolerance.hxx
+include/opencascade/StepDimTol_SymmetryTolerance.hxx
+include/opencascade/StepDimTol_ToleranceZone.hxx
+include/opencascade/StepDimTol_ToleranceZoneDefinition.hxx
+include/opencascade/StepDimTol_ToleranceZoneForm.hxx
+include/opencascade/StepDimTol_ToleranceZoneTarget.hxx
+include/opencascade/StepDimTol_TotalRunoutTolerance.hxx
+include/opencascade/StepDimTol_UnequallyDisposedGeometricTolerance.hxx
+include/opencascade/StepElement_AnalysisItemWithinRepresentation.hxx
+include/opencascade/StepElement_Array1OfCurveElementEndReleasePacket.hxx
+include/opencascade/StepElement_Array1OfCurveElementSectionDefinition.hxx
+include/opencascade/StepElement_Array1OfHSequenceOfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_Array1OfHSequenceOfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_Array1OfMeasureOrUnspecifiedValue.hxx
+include/opencascade/StepElement_Array1OfSurfaceSection.hxx
+include/opencascade/StepElement_Array1OfVolumeElementPurpose.hxx
+include/opencascade/StepElement_Array1OfVolumeElementPurposeMember.hxx
+include/opencascade/StepElement_Array2OfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_Array2OfSurfaceElementPurpose.hxx
+include/opencascade/StepElement_Array2OfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_Curve3dElementDescriptor.hxx
+include/opencascade/StepElement_CurveEdge.hxx
+include/opencascade/StepElement_CurveElementEndReleasePacket.hxx
+include/opencascade/StepElement_CurveElementFreedom.hxx
+include/opencascade/StepElement_CurveElementFreedomMember.hxx
+include/opencascade/StepElement_CurveElementPurpose.hxx
+include/opencascade/StepElement_CurveElementPurposeMember.hxx
+include/opencascade/StepElement_CurveElementSectionDefinition.hxx
+include/opencascade/StepElement_CurveElementSectionDerivedDefinitions.hxx
+include/opencascade/StepElement_Element2dShape.hxx
+include/opencascade/StepElement_ElementAspect.hxx
+include/opencascade/StepElement_ElementAspectMember.hxx
+include/opencascade/StepElement_ElementDescriptor.hxx
+include/opencascade/StepElement_ElementMaterial.hxx
+include/opencascade/StepElement_ElementOrder.hxx
+include/opencascade/StepElement_ElementVolume.hxx
+include/opencascade/StepElement_EnumeratedCurveElementFreedom.hxx
+include/opencascade/StepElement_EnumeratedCurveElementPurpose.hxx
+include/opencascade/StepElement_EnumeratedSurfaceElementPurpose.hxx
+include/opencascade/StepElement_EnumeratedVolumeElementPurpose.hxx
+include/opencascade/StepElement_HArray1OfCurveElementEndReleasePacket.hxx
+include/opencascade/StepElement_HArray1OfCurveElementSectionDefinition.hxx
+include/opencascade/StepElement_HArray1OfHSequenceOfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_HArray1OfHSequenceOfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_HArray1OfMeasureOrUnspecifiedValue.hxx
+include/opencascade/StepElement_HArray1OfSurfaceSection.hxx
+include/opencascade/StepElement_HArray1OfVolumeElementPurpose.hxx
+include/opencascade/StepElement_HArray1OfVolumeElementPurposeMember.hxx
+include/opencascade/StepElement_HArray2OfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_HArray2OfSurfaceElementPurpose.hxx
+include/opencascade/StepElement_HArray2OfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_HSequenceOfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_HSequenceOfCurveElementSectionDefinition.hxx
+include/opencascade/StepElement_HSequenceOfElementMaterial.hxx
+include/opencascade/StepElement_HSequenceOfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_MeasureOrUnspecifiedValue.hxx
+include/opencascade/StepElement_MeasureOrUnspecifiedValueMember.hxx
+include/opencascade/StepElement_SequenceOfCurveElementPurposeMember.hxx
+include/opencascade/StepElement_SequenceOfCurveElementSectionDefinition.hxx
+include/opencascade/StepElement_SequenceOfElementMaterial.hxx
+include/opencascade/StepElement_SequenceOfSurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_Surface3dElementDescriptor.hxx
+include/opencascade/StepElement_SurfaceElementProperty.hxx
+include/opencascade/StepElement_SurfaceElementPurpose.hxx
+include/opencascade/StepElement_SurfaceElementPurposeMember.hxx
+include/opencascade/StepElement_SurfaceSection.hxx
+include/opencascade/StepElement_SurfaceSectionField.hxx
+include/opencascade/StepElement_SurfaceSectionFieldConstant.hxx
+include/opencascade/StepElement_SurfaceSectionFieldVarying.hxx
+include/opencascade/StepElement_UniformSurfaceSection.hxx
+include/opencascade/StepElement_UnspecifiedValue.hxx
+include/opencascade/StepElement_Volume3dElementDescriptor.hxx
+include/opencascade/StepElement_Volume3dElementShape.hxx
+include/opencascade/StepElement_VolumeElementPurpose.hxx
+include/opencascade/StepElement_VolumeElementPurposeMember.hxx
+include/opencascade/StepFEA_AlignedCurve3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_AlignedSurface3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_ArbitraryVolume3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_Array1OfCurveElementEndOffset.hxx
+include/opencascade/StepFEA_Array1OfCurveElementEndRelease.hxx
+include/opencascade/StepFEA_Array1OfCurveElementInterval.hxx
+include/opencascade/StepFEA_Array1OfDegreeOfFreedom.hxx
+include/opencascade/StepFEA_Array1OfElementRepresentation.hxx
+include/opencascade/StepFEA_Array1OfNodeRepresentation.hxx
+include/opencascade/StepFEA_ConstantSurface3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_CoordinateSystemType.hxx
+include/opencascade/StepFEA_Curve3dElementProperty.hxx
+include/opencascade/StepFEA_Curve3dElementRepresentation.hxx
+include/opencascade/StepFEA_CurveEdge.hxx
+include/opencascade/StepFEA_CurveElementEndCoordinateSystem.hxx
+include/opencascade/StepFEA_CurveElementEndOffset.hxx
+include/opencascade/StepFEA_CurveElementEndRelease.hxx
+include/opencascade/StepFEA_CurveElementInterval.hxx
+include/opencascade/StepFEA_CurveElementIntervalConstant.hxx
+include/opencascade/StepFEA_CurveElementIntervalLinearlyVarying.hxx
+include/opencascade/StepFEA_CurveElementLocation.hxx
+include/opencascade/StepFEA_DegreeOfFreedom.hxx
+include/opencascade/StepFEA_DegreeOfFreedomMember.hxx
+include/opencascade/StepFEA_DummyNode.hxx
+include/opencascade/StepFEA_ElementGeometricRelationship.hxx
+include/opencascade/StepFEA_ElementGroup.hxx
+include/opencascade/StepFEA_ElementOrElementGroup.hxx
+include/opencascade/StepFEA_ElementRepresentation.hxx
+include/opencascade/StepFEA_ElementVolume.hxx
+include/opencascade/StepFEA_EnumeratedDegreeOfFreedom.hxx
+include/opencascade/StepFEA_FeaAreaDensity.hxx
+include/opencascade/StepFEA_FeaAxis2Placement3d.hxx
+include/opencascade/StepFEA_FeaCurveSectionGeometricRelationship.hxx
+include/opencascade/StepFEA_FeaGroup.hxx
+include/opencascade/StepFEA_FeaLinearElasticity.hxx
+include/opencascade/StepFEA_FeaMassDensity.hxx
+include/opencascade/StepFEA_FeaMaterialPropertyRepresentation.hxx
+include/opencascade/StepFEA_FeaMaterialPropertyRepresentationItem.hxx
+include/opencascade/StepFEA_FeaModel.hxx
+include/opencascade/StepFEA_FeaModel3d.hxx
+include/opencascade/StepFEA_FeaModelDefinition.hxx
+include/opencascade/StepFEA_FeaMoistureAbsorption.hxx
+include/opencascade/StepFEA_FeaParametricPoint.hxx
+include/opencascade/StepFEA_FeaRepresentationItem.hxx
+include/opencascade/StepFEA_FeaSecantCoefficientOfLinearThermalExpansion.hxx
+include/opencascade/StepFEA_FeaShellBendingStiffness.hxx
+include/opencascade/StepFEA_FeaShellMembraneBendingCouplingStiffness.hxx
+include/opencascade/StepFEA_FeaShellMembraneStiffness.hxx
+include/opencascade/StepFEA_FeaShellShearStiffness.hxx
+include/opencascade/StepFEA_FeaSurfaceSectionGeometricRelationship.hxx
+include/opencascade/StepFEA_FeaTangentialCoefficientOfLinearThermalExpansion.hxx
+include/opencascade/StepFEA_FreedomAndCoefficient.hxx
+include/opencascade/StepFEA_FreedomsList.hxx
+include/opencascade/StepFEA_GeometricNode.hxx
+include/opencascade/StepFEA_HArray1OfCurveElementEndOffset.hxx
+include/opencascade/StepFEA_HArray1OfCurveElementEndRelease.hxx
+include/opencascade/StepFEA_HArray1OfCurveElementInterval.hxx
+include/opencascade/StepFEA_HArray1OfDegreeOfFreedom.hxx
+include/opencascade/StepFEA_HArray1OfElementRepresentation.hxx
+include/opencascade/StepFEA_HArray1OfNodeRepresentation.hxx
+include/opencascade/StepFEA_HSequenceOfCurve3dElementProperty.hxx
+include/opencascade/StepFEA_HSequenceOfElementGeometricRelationship.hxx
+include/opencascade/StepFEA_HSequenceOfElementRepresentation.hxx
+include/opencascade/StepFEA_HSequenceOfNodeRepresentation.hxx
+include/opencascade/StepFEA_Node.hxx
+include/opencascade/StepFEA_NodeDefinition.hxx
+include/opencascade/StepFEA_NodeGroup.hxx
+include/opencascade/StepFEA_NodeRepresentation.hxx
+include/opencascade/StepFEA_NodeSet.hxx
+include/opencascade/StepFEA_NodeWithSolutionCoordinateSystem.hxx
+include/opencascade/StepFEA_NodeWithVector.hxx
+include/opencascade/StepFEA_ParametricCurve3dElementCoordinateDirection.hxx
+include/opencascade/StepFEA_ParametricCurve3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_ParametricSurface3dElementCoordinateSystem.hxx
+include/opencascade/StepFEA_SequenceOfCurve3dElementProperty.hxx
+include/opencascade/StepFEA_SequenceOfElementGeometricRelationship.hxx
+include/opencascade/StepFEA_SequenceOfElementRepresentation.hxx
+include/opencascade/StepFEA_SequenceOfNodeRepresentation.hxx
+include/opencascade/StepFEA_Surface3dElementRepresentation.hxx
+include/opencascade/StepFEA_SymmetricTensor22d.hxx
+include/opencascade/StepFEA_SymmetricTensor23d.hxx
+include/opencascade/StepFEA_SymmetricTensor23dMember.hxx
+include/opencascade/StepFEA_SymmetricTensor42d.hxx
+include/opencascade/StepFEA_SymmetricTensor43d.hxx
+include/opencascade/StepFEA_SymmetricTensor43dMember.hxx
+include/opencascade/StepFEA_UnspecifiedValue.hxx
+include/opencascade/StepFEA_Volume3dElementRepresentation.hxx
+include/opencascade/StepFile_Read.hxx
+include/opencascade/StepFile_ReadData.hxx
+include/opencascade/StepGeom_Array1OfBoundaryCurve.hxx
+include/opencascade/StepGeom_Array1OfCartesianPoint.hxx
+include/opencascade/StepGeom_Array1OfCompositeCurveSegment.hxx
+include/opencascade/StepGeom_Array1OfCurve.hxx
+include/opencascade/StepGeom_Array1OfPcurveOrSurface.hxx
+include/opencascade/StepGeom_Array1OfSurfaceBoundary.hxx
+include/opencascade/StepGeom_Array1OfTrimmingSelect.hxx
+include/opencascade/StepGeom_Array2OfCartesianPoint.hxx
+include/opencascade/StepGeom_Array2OfSurfacePatch.hxx
+include/opencascade/StepGeom_Axis1Placement.hxx
+include/opencascade/StepGeom_Axis2Placement.hxx
+include/opencascade/StepGeom_Axis2Placement2d.hxx
+include/opencascade/StepGeom_Axis2Placement3d.hxx
+include/opencascade/StepGeom_BSplineCurve.hxx
+include/opencascade/StepGeom_BSplineCurveForm.hxx
+include/opencascade/StepGeom_BSplineCurveWithKnots.hxx
+include/opencascade/StepGeom_BSplineCurveWithKnotsAndRationalBSplineCurve.hxx
+include/opencascade/StepGeom_BSplineSurface.hxx
+include/opencascade/StepGeom_BSplineSurfaceForm.hxx
+include/opencascade/StepGeom_BSplineSurfaceWithKnots.hxx
+include/opencascade/StepGeom_BSplineSurfaceWithKnotsAndRationalBSplineSurface.hxx
+include/opencascade/StepGeom_BezierCurve.hxx
+include/opencascade/StepGeom_BezierCurveAndRationalBSplineCurve.hxx
+include/opencascade/StepGeom_BezierSurface.hxx
+include/opencascade/StepGeom_BezierSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/StepGeom_BoundaryCurve.hxx
+include/opencascade/StepGeom_BoundedCurve.hxx
+include/opencascade/StepGeom_BoundedSurface.hxx
+include/opencascade/StepGeom_CartesianPoint.hxx
+include/opencascade/StepGeom_CartesianTransformationOperator.hxx
+include/opencascade/StepGeom_CartesianTransformationOperator2d.hxx
+include/opencascade/StepGeom_CartesianTransformationOperator3d.hxx
+include/opencascade/StepGeom_Circle.hxx
+include/opencascade/StepGeom_CompositeCurve.hxx
+include/opencascade/StepGeom_CompositeCurveOnSurface.hxx
+include/opencascade/StepGeom_CompositeCurveSegment.hxx
+include/opencascade/StepGeom_Conic.hxx
+include/opencascade/StepGeom_ConicalSurface.hxx
+include/opencascade/StepGeom_Curve.hxx
+include/opencascade/StepGeom_CurveBoundedSurface.hxx
+include/opencascade/StepGeom_CurveOnSurface.hxx
+include/opencascade/StepGeom_CurveReplica.hxx
+include/opencascade/StepGeom_CylindricalSurface.hxx
+include/opencascade/StepGeom_DegeneratePcurve.hxx
+include/opencascade/StepGeom_DegenerateToroidalSurface.hxx
+include/opencascade/StepGeom_Direction.hxx
+include/opencascade/StepGeom_ElementarySurface.hxx
+include/opencascade/StepGeom_Ellipse.hxx
+include/opencascade/StepGeom_EvaluatedDegeneratePcurve.hxx
+include/opencascade/StepGeom_GeomRepContextAndGlobUnitAssCtxAndGlobUncertaintyAssCtx.hxx
+include/opencascade/StepGeom_GeometricRepresentationContext.hxx
+include/opencascade/StepGeom_GeometricRepresentationContextAndGlobalUnitAssignedContext.hxx
+include/opencascade/StepGeom_GeometricRepresentationContextAndParametricRepresentationContext.hxx
+include/opencascade/StepGeom_GeometricRepresentationItem.hxx
+include/opencascade/StepGeom_HArray1OfBoundaryCurve.hxx
+include/opencascade/StepGeom_HArray1OfCartesianPoint.hxx
+include/opencascade/StepGeom_HArray1OfCompositeCurveSegment.hxx
+include/opencascade/StepGeom_HArray1OfCurve.hxx
+include/opencascade/StepGeom_HArray1OfPcurveOrSurface.hxx
+include/opencascade/StepGeom_HArray1OfSurfaceBoundary.hxx
+include/opencascade/StepGeom_HArray1OfTrimmingSelect.hxx
+include/opencascade/StepGeom_HArray2OfCartesianPoint.hxx
+include/opencascade/StepGeom_HArray2OfSurfacePatch.hxx
+include/opencascade/StepGeom_Hyperbola.hxx
+include/opencascade/StepGeom_IntersectionCurve.hxx
+include/opencascade/StepGeom_KnotType.hxx
+include/opencascade/StepGeom_Line.hxx
+include/opencascade/StepGeom_OffsetCurve3d.hxx
+include/opencascade/StepGeom_OffsetSurface.hxx
+include/opencascade/StepGeom_OrientedSurface.hxx
+include/opencascade/StepGeom_OuterBoundaryCurve.hxx
+include/opencascade/StepGeom_Parabola.hxx
+include/opencascade/StepGeom_Pcurve.hxx
+include/opencascade/StepGeom_PcurveOrSurface.hxx
+include/opencascade/StepGeom_Placement.hxx
+include/opencascade/StepGeom_Plane.hxx
+include/opencascade/StepGeom_Point.hxx
+include/opencascade/StepGeom_PointOnCurve.hxx
+include/opencascade/StepGeom_PointOnSurface.hxx
+include/opencascade/StepGeom_PointReplica.hxx
+include/opencascade/StepGeom_Polyline.hxx
+include/opencascade/StepGeom_PreferredSurfaceCurveRepresentation.hxx
+include/opencascade/StepGeom_QuasiUniformCurve.hxx
+include/opencascade/StepGeom_QuasiUniformCurveAndRationalBSplineCurve.hxx
+include/opencascade/StepGeom_QuasiUniformSurface.hxx
+include/opencascade/StepGeom_QuasiUniformSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/StepGeom_RationalBSplineCurve.hxx
+include/opencascade/StepGeom_RationalBSplineSurface.hxx
+include/opencascade/StepGeom_RectangularCompositeSurface.hxx
+include/opencascade/StepGeom_RectangularTrimmedSurface.hxx
+include/opencascade/StepGeom_ReparametrisedCompositeCurveSegment.hxx
+include/opencascade/StepGeom_SeamCurve.hxx
+include/opencascade/StepGeom_SphericalSurface.hxx
+include/opencascade/StepGeom_SuParameters.hxx
+include/opencascade/StepGeom_Surface.hxx
+include/opencascade/StepGeom_SurfaceBoundary.hxx
+include/opencascade/StepGeom_SurfaceCurve.hxx
+include/opencascade/StepGeom_SurfaceCurveAndBoundedCurve.hxx
+include/opencascade/StepGeom_SurfaceOfLinearExtrusion.hxx
+include/opencascade/StepGeom_SurfaceOfRevolution.hxx
+include/opencascade/StepGeom_SurfacePatch.hxx
+include/opencascade/StepGeom_SurfaceReplica.hxx
+include/opencascade/StepGeom_SweptSurface.hxx
+include/opencascade/StepGeom_ToroidalSurface.hxx
+include/opencascade/StepGeom_TransitionCode.hxx
+include/opencascade/StepGeom_TrimmedCurve.hxx
+include/opencascade/StepGeom_TrimmingMember.hxx
+include/opencascade/StepGeom_TrimmingPreference.hxx
+include/opencascade/StepGeom_TrimmingSelect.hxx
+include/opencascade/StepGeom_UniformCurve.hxx
+include/opencascade/StepGeom_UniformCurveAndRationalBSplineCurve.hxx
+include/opencascade/StepGeom_UniformSurface.hxx
+include/opencascade/StepGeom_UniformSurfaceAndRationalBSplineSurface.hxx
+include/opencascade/StepGeom_Vector.hxx
+include/opencascade/StepGeom_VectorOrDirection.hxx
+include/opencascade/StepKinematics_ActuatedDirection.hxx
+include/opencascade/StepKinematics_ActuatedKinPairAndOrderKinPair.hxx
+include/opencascade/StepKinematics_ActuatedKinematicPair.hxx
+include/opencascade/StepKinematics_ContextDependentKinematicLinkRepresentation.hxx
+include/opencascade/StepKinematics_CylindricalPair.hxx
+include/opencascade/StepKinematics_CylindricalPairValue.hxx
+include/opencascade/StepKinematics_CylindricalPairWithRange.hxx
+include/opencascade/StepKinematics_FullyConstrainedPair.hxx
+include/opencascade/StepKinematics_GearPair.hxx
+include/opencascade/StepKinematics_GearPairValue.hxx
+include/opencascade/StepKinematics_GearPairWithRange.hxx
+include/opencascade/StepKinematics_HighOrderKinematicPair.hxx
+include/opencascade/StepKinematics_HomokineticPair.hxx
+include/opencascade/StepKinematics_KinematicJoint.hxx
+include/opencascade/StepKinematics_KinematicLink.hxx
+include/opencascade/StepKinematics_KinematicLinkRepresentation.hxx
+include/opencascade/StepKinematics_KinematicLinkRepresentationAssociation.hxx
+include/opencascade/StepKinematics_KinematicPair.hxx
+include/opencascade/StepKinematics_KinematicPropertyDefinitionRepresentation.hxx
+include/opencascade/StepKinematics_KinematicPropertyMechanismRepresentation.hxx
+include/opencascade/StepKinematics_KinematicTopologyDirectedStructure.hxx
+include/opencascade/StepKinematics_KinematicTopologyNetworkStructure.hxx
+include/opencascade/StepKinematics_KinematicTopologyRepresentationSelect.hxx
+include/opencascade/StepKinematics_KinematicTopologyStructure.hxx
+include/opencascade/StepKinematics_LinearFlexibleAndPinionPair.hxx
+include/opencascade/StepKinematics_LinearFlexibleAndPlanarCurvePair.hxx
+include/opencascade/StepKinematics_LinearFlexibleLinkRepresentation.hxx
+include/opencascade/StepKinematics_LowOrderKinematicPair.hxx
+include/opencascade/StepKinematics_LowOrderKinematicPairValue.hxx
+include/opencascade/StepKinematics_LowOrderKinematicPairWithMotionCoupling.hxx
+include/opencascade/StepKinematics_LowOrderKinematicPairWithRange.hxx
+include/opencascade/StepKinematics_MechanismRepresentation.hxx
+include/opencascade/StepKinematics_MechanismStateRepresentation.hxx
+include/opencascade/StepKinematics_OrientedJoint.hxx
+include/opencascade/StepKinematics_PairRepresentationRelationship.hxx
+include/opencascade/StepKinematics_PairValue.hxx
+include/opencascade/StepKinematics_PlanarCurvePair.hxx
+include/opencascade/StepKinematics_PlanarCurvePairRange.hxx
+include/opencascade/StepKinematics_PlanarPair.hxx
+include/opencascade/StepKinematics_PlanarPairValue.hxx
+include/opencascade/StepKinematics_PlanarPairWithRange.hxx
+include/opencascade/StepKinematics_PointOnPlanarCurvePair.hxx
+include/opencascade/StepKinematics_PointOnPlanarCurvePairValue.hxx
+include/opencascade/StepKinematics_PointOnPlanarCurvePairWithRange.hxx
+include/opencascade/StepKinematics_PointOnSurfacePair.hxx
+include/opencascade/StepKinematics_PointOnSurfacePairValue.hxx
+include/opencascade/StepKinematics_PointOnSurfacePairWithRange.hxx
+include/opencascade/StepKinematics_PrismaticPair.hxx
+include/opencascade/StepKinematics_PrismaticPairValue.hxx
+include/opencascade/StepKinematics_PrismaticPairWithRange.hxx
+include/opencascade/StepKinematics_ProductDefinitionKinematics.hxx
+include/opencascade/StepKinematics_ProductDefinitionRelationshipKinematics.hxx
+include/opencascade/StepKinematics_RackAndPinionPair.hxx
+include/opencascade/StepKinematics_RackAndPinionPairValue.hxx
+include/opencascade/StepKinematics_RackAndPinionPairWithRange.hxx
+include/opencascade/StepKinematics_RevolutePair.hxx
+include/opencascade/StepKinematics_RevolutePairValue.hxx
+include/opencascade/StepKinematics_RevolutePairWithRange.hxx
+include/opencascade/StepKinematics_RigidLinkRepresentation.hxx
+include/opencascade/StepKinematics_RigidPlacement.hxx
+include/opencascade/StepKinematics_RollingCurvePair.hxx
+include/opencascade/StepKinematics_RollingCurvePairValue.hxx
+include/opencascade/StepKinematics_RollingSurfacePair.hxx
+include/opencascade/StepKinematics_RollingSurfacePairValue.hxx
+include/opencascade/StepKinematics_RotationAboutDirection.hxx
+include/opencascade/StepKinematics_ScrewPair.hxx
+include/opencascade/StepKinematics_ScrewPairValue.hxx
+include/opencascade/StepKinematics_ScrewPairWithRange.hxx
+include/opencascade/StepKinematics_SlidingCurvePair.hxx
+include/opencascade/StepKinematics_SlidingCurvePairValue.hxx
+include/opencascade/StepKinematics_SlidingSurfacePair.hxx
+include/opencascade/StepKinematics_SlidingSurfacePairValue.hxx
+include/opencascade/StepKinematics_SpatialRotation.hxx
+include/opencascade/StepKinematics_SphericalPair.hxx
+include/opencascade/StepKinematics_SphericalPairSelect.hxx
+include/opencascade/StepKinematics_SphericalPairValue.hxx
+include/opencascade/StepKinematics_SphericalPairWithPin.hxx
+include/opencascade/StepKinematics_SphericalPairWithPinAndRange.hxx
+include/opencascade/StepKinematics_SphericalPairWithRange.hxx
+include/opencascade/StepKinematics_SurfacePair.hxx
+include/opencascade/StepKinematics_SurfacePairWithRange.hxx
+include/opencascade/StepKinematics_UnconstrainedPair.hxx
+include/opencascade/StepKinematics_UnconstrainedPairValue.hxx
+include/opencascade/StepKinematics_UniversalPair.hxx
+include/opencascade/StepKinematics_UniversalPairValue.hxx
+include/opencascade/StepKinematics_UniversalPairWithRange.hxx
+include/opencascade/StepRepr_AllAroundShapeAspect.hxx
+include/opencascade/StepRepr_Apex.hxx
+include/opencascade/StepRepr_Array1OfMaterialPropertyRepresentation.hxx
+include/opencascade/StepRepr_Array1OfPropertyDefinitionRepresentation.hxx
+include/opencascade/StepRepr_Array1OfRepresentationItem.hxx
+include/opencascade/StepRepr_Array1OfShapeAspect.hxx
+include/opencascade/StepRepr_AssemblyComponentUsage.hxx
+include/opencascade/StepRepr_AssemblyComponentUsageSubstitute.hxx
+include/opencascade/StepRepr_BetweenShapeAspect.hxx
+include/opencascade/StepRepr_CentreOfSymmetry.hxx
+include/opencascade/StepRepr_CharacterizedDefinition.hxx
+include/opencascade/StepRepr_CharacterizedRepresentation.hxx
+include/opencascade/StepRepr_CompGroupShAspAndCompShAspAndDatumFeatAndShAsp.hxx
+include/opencascade/StepRepr_CompShAspAndDatumFeatAndShAsp.hxx
+include/opencascade/StepRepr_CompositeGroupShapeAspect.hxx
+include/opencascade/StepRepr_CompositeShapeAspect.hxx
+include/opencascade/StepRepr_CompoundRepresentationItem.hxx
+include/opencascade/StepRepr_ConfigurationDesign.hxx
+include/opencascade/StepRepr_ConfigurationDesignItem.hxx
+include/opencascade/StepRepr_ConfigurationEffectivity.hxx
+include/opencascade/StepRepr_ConfigurationItem.hxx
+include/opencascade/StepRepr_ConstructiveGeometryRepresentation.hxx
+include/opencascade/StepRepr_ConstructiveGeometryRepresentationRelationship.hxx
+include/opencascade/StepRepr_ContinuosShapeAspect.hxx
+include/opencascade/StepRepr_DataEnvironment.hxx
+include/opencascade/StepRepr_DefinitionalRepresentation.hxx
+include/opencascade/StepRepr_DerivedShapeAspect.hxx
+include/opencascade/StepRepr_DescriptiveRepresentationItem.hxx
+include/opencascade/StepRepr_Extension.hxx
+include/opencascade/StepRepr_ExternallyDefinedRepresentation.hxx
+include/opencascade/StepRepr_FeatureForDatumTargetRelationship.hxx
+include/opencascade/StepRepr_FunctionallyDefinedTransformation.hxx
+include/opencascade/StepRepr_GeometricAlignment.hxx
+include/opencascade/StepRepr_GlobalUncertaintyAssignedContext.hxx
+include/opencascade/StepRepr_GlobalUnitAssignedContext.hxx
+include/opencascade/StepRepr_HArray1OfMaterialPropertyRepresentation.hxx
+include/opencascade/StepRepr_HArray1OfPropertyDefinitionRepresentation.hxx
+include/opencascade/StepRepr_HArray1OfRepresentationItem.hxx
+include/opencascade/StepRepr_HArray1OfShapeAspect.hxx
+include/opencascade/StepRepr_HSequenceOfMaterialPropertyRepresentation.hxx
+include/opencascade/StepRepr_HSequenceOfRepresentationItem.hxx
+include/opencascade/StepRepr_IntegerRepresentationItem.hxx
+include/opencascade/StepRepr_ItemDefinedTransformation.hxx
+include/opencascade/StepRepr_MakeFromUsageOption.hxx
+include/opencascade/StepRepr_MappedItem.hxx
+include/opencascade/StepRepr_MaterialDesignation.hxx
+include/opencascade/StepRepr_MaterialProperty.hxx
+include/opencascade/StepRepr_MaterialPropertyRepresentation.hxx
+include/opencascade/StepRepr_MeasureRepresentationItem.hxx
+include/opencascade/StepRepr_NextAssemblyUsageOccurrence.hxx
+include/opencascade/StepRepr_ParallelOffset.hxx
+include/opencascade/StepRepr_ParametricRepresentationContext.hxx
+include/opencascade/StepRepr_PerpendicularTo.hxx
+include/opencascade/StepRepr_ProductConcept.hxx
+include/opencascade/StepRepr_ProductDefinitionShape.hxx
+include/opencascade/StepRepr_ProductDefinitionUsage.hxx
+include/opencascade/StepRepr_PromissoryUsageOccurrence.hxx
+include/opencascade/StepRepr_PropertyDefinition.hxx
+include/opencascade/StepRepr_PropertyDefinitionRelationship.hxx
+include/opencascade/StepRepr_PropertyDefinitionRepresentation.hxx
+include/opencascade/StepRepr_QuantifiedAssemblyComponentUsage.hxx
+include/opencascade/StepRepr_ReprItemAndLengthMeasureWithUnit.hxx
+include/opencascade/StepRepr_ReprItemAndLengthMeasureWithUnitAndQRI.hxx
+include/opencascade/StepRepr_ReprItemAndMeasureWithUnit.hxx
+include/opencascade/StepRepr_ReprItemAndMeasureWithUnitAndQRI.hxx
+include/opencascade/StepRepr_ReprItemAndPlaneAngleMeasureWithUnit.hxx
+include/opencascade/StepRepr_ReprItemAndPlaneAngleMeasureWithUnitAndQRI.hxx
+include/opencascade/StepRepr_Representation.hxx
+include/opencascade/StepRepr_RepresentationContext.hxx
+include/opencascade/StepRepr_RepresentationContextReference.hxx
+include/opencascade/StepRepr_RepresentationItem.hxx
+include/opencascade/StepRepr_RepresentationMap.hxx
+include/opencascade/StepRepr_RepresentationOrRepresentationReference.hxx
+include/opencascade/StepRepr_RepresentationReference.hxx
+include/opencascade/StepRepr_RepresentationRelationship.hxx
+include/opencascade/StepRepr_RepresentationRelationshipWithTransformation.hxx
+include/opencascade/StepRepr_RepresentedDefinition.hxx
+include/opencascade/StepRepr_SequenceOfMaterialPropertyRepresentation.hxx
+include/opencascade/StepRepr_SequenceOfRepresentationItem.hxx
+include/opencascade/StepRepr_ShapeAspect.hxx
+include/opencascade/StepRepr_ShapeAspectDerivingRelationship.hxx
+include/opencascade/StepRepr_ShapeAspectRelationship.hxx
+include/opencascade/StepRepr_ShapeAspectTransition.hxx
+include/opencascade/StepRepr_ShapeDefinition.hxx
+include/opencascade/StepRepr_ShapeRepresentationRelationship.hxx
+include/opencascade/StepRepr_ShapeRepresentationRelationshipWithTransformation.hxx
+include/opencascade/StepRepr_SpecifiedHigherUsageOccurrence.hxx
+include/opencascade/StepRepr_StructuralResponseProperty.hxx
+include/opencascade/StepRepr_StructuralResponsePropertyDefinitionRepresentation.hxx
+include/opencascade/StepRepr_SuppliedPartRelationship.hxx
+include/opencascade/StepRepr_Tangent.hxx
+include/opencascade/StepRepr_Transformation.hxx
+include/opencascade/StepRepr_ValueRange.hxx
+include/opencascade/StepRepr_ValueRepresentationItem.hxx
+include/opencascade/StepSelect_Activator.hxx
+include/opencascade/StepSelect_FileModifier.hxx
+include/opencascade/StepSelect_FloatFormat.hxx
+include/opencascade/StepSelect_ModelModifier.hxx
+include/opencascade/StepSelect_StepType.hxx
+include/opencascade/StepSelect_WorkLibrary.hxx
+include/opencascade/StepShape_AdvancedBrepShapeRepresentation.hxx
+include/opencascade/StepShape_AdvancedFace.hxx
+include/opencascade/StepShape_AngleRelator.hxx
+include/opencascade/StepShape_AngularLocation.hxx
+include/opencascade/StepShape_AngularSize.hxx
+include/opencascade/StepShape_Array1OfConnectedEdgeSet.hxx
+include/opencascade/StepShape_Array1OfConnectedFaceSet.hxx
+include/opencascade/StepShape_Array1OfEdge.hxx
+include/opencascade/StepShape_Array1OfFace.hxx
+include/opencascade/StepShape_Array1OfFaceBound.hxx
+include/opencascade/StepShape_Array1OfGeometricSetSelect.hxx
+include/opencascade/StepShape_Array1OfOrientedClosedShell.hxx
+include/opencascade/StepShape_Array1OfOrientedEdge.hxx
+include/opencascade/StepShape_Array1OfShapeDimensionRepresentationItem.hxx
+include/opencascade/StepShape_Array1OfShell.hxx
+include/opencascade/StepShape_Array1OfValueQualifier.hxx
+include/opencascade/StepShape_Block.hxx
+include/opencascade/StepShape_BooleanOperand.hxx
+include/opencascade/StepShape_BooleanOperator.hxx
+include/opencascade/StepShape_BooleanResult.hxx
+include/opencascade/StepShape_BoxDomain.hxx
+include/opencascade/StepShape_BoxedHalfSpace.hxx
+include/opencascade/StepShape_BrepWithVoids.hxx
+include/opencascade/StepShape_ClosedShell.hxx
+include/opencascade/StepShape_CompoundShapeRepresentation.hxx
+include/opencascade/StepShape_ConnectedEdgeSet.hxx
+include/opencascade/StepShape_ConnectedFaceSet.hxx
+include/opencascade/StepShape_ConnectedFaceShapeRepresentation.hxx
+include/opencascade/StepShape_ConnectedFaceSubSet.hxx
+include/opencascade/StepShape_ContextDependentShapeRepresentation.hxx
+include/opencascade/StepShape_CsgPrimitive.hxx
+include/opencascade/StepShape_CsgSelect.hxx
+include/opencascade/StepShape_CsgShapeRepresentation.hxx
+include/opencascade/StepShape_CsgSolid.hxx
+include/opencascade/StepShape_DefinitionalRepresentationAndShapeRepresentation.hxx
+include/opencascade/StepShape_DimensionalCharacteristic.hxx
+include/opencascade/StepShape_DimensionalCharacteristicRepresentation.hxx
+include/opencascade/StepShape_DimensionalLocation.hxx
+include/opencascade/StepShape_DimensionalLocationWithPath.hxx
+include/opencascade/StepShape_DimensionalSize.hxx
+include/opencascade/StepShape_DimensionalSizeWithPath.hxx
+include/opencascade/StepShape_DirectedDimensionalLocation.hxx
+include/opencascade/StepShape_Edge.hxx
+include/opencascade/StepShape_EdgeBasedWireframeModel.hxx
+include/opencascade/StepShape_EdgeBasedWireframeShapeRepresentation.hxx
+include/opencascade/StepShape_EdgeCurve.hxx
+include/opencascade/StepShape_EdgeLoop.hxx
+include/opencascade/StepShape_ExtrudedAreaSolid.hxx
+include/opencascade/StepShape_ExtrudedFaceSolid.hxx
+include/opencascade/StepShape_Face.hxx
+include/opencascade/StepShape_FaceBasedSurfaceModel.hxx
+include/opencascade/StepShape_FaceBound.hxx
+include/opencascade/StepShape_FaceOuterBound.hxx
+include/opencascade/StepShape_FaceSurface.hxx
+include/opencascade/StepShape_FacetedBrep.hxx
+include/opencascade/StepShape_FacetedBrepAndBrepWithVoids.hxx
+include/opencascade/StepShape_FacetedBrepShapeRepresentation.hxx
+include/opencascade/StepShape_GeometricCurveSet.hxx
+include/opencascade/StepShape_GeometricSet.hxx
+include/opencascade/StepShape_GeometricSetSelect.hxx
+include/opencascade/StepShape_GeometricallyBoundedSurfaceShapeRepresentation.hxx
+include/opencascade/StepShape_GeometricallyBoundedWireframeShapeRepresentation.hxx
+include/opencascade/StepShape_HArray1OfConnectedEdgeSet.hxx
+include/opencascade/StepShape_HArray1OfConnectedFaceSet.hxx
+include/opencascade/StepShape_HArray1OfEdge.hxx
+include/opencascade/StepShape_HArray1OfFace.hxx
+include/opencascade/StepShape_HArray1OfFaceBound.hxx
+include/opencascade/StepShape_HArray1OfGeometricSetSelect.hxx
+include/opencascade/StepShape_HArray1OfOrientedClosedShell.hxx
+include/opencascade/StepShape_HArray1OfOrientedEdge.hxx
+include/opencascade/StepShape_HArray1OfShapeDimensionRepresentationItem.hxx
+include/opencascade/StepShape_HArray1OfShell.hxx
+include/opencascade/StepShape_HArray1OfValueQualifier.hxx
+include/opencascade/StepShape_HalfSpaceSolid.hxx
+include/opencascade/StepShape_LimitsAndFits.hxx
+include/opencascade/StepShape_Loop.hxx
+include/opencascade/StepShape_LoopAndPath.hxx
+include/opencascade/StepShape_ManifoldSolidBrep.hxx
+include/opencascade/StepShape_ManifoldSurfaceShapeRepresentation.hxx
+include/opencascade/StepShape_MeasureQualification.hxx
+include/opencascade/StepShape_MeasureRepresentationItemAndQualifiedRepresentationItem.hxx
+include/opencascade/StepShape_NonManifoldSurfaceShapeRepresentation.hxx
+include/opencascade/StepShape_OpenShell.hxx
+include/opencascade/StepShape_OrientedClosedShell.hxx
+include/opencascade/StepShape_OrientedEdge.hxx
+include/opencascade/StepShape_OrientedFace.hxx
+include/opencascade/StepShape_OrientedOpenShell.hxx
+include/opencascade/StepShape_OrientedPath.hxx
+include/opencascade/StepShape_Path.hxx
+include/opencascade/StepShape_PlusMinusTolerance.hxx
+include/opencascade/StepShape_PointRepresentation.hxx
+include/opencascade/StepShape_PolyLoop.hxx
+include/opencascade/StepShape_PrecisionQualifier.hxx
+include/opencascade/StepShape_QualifiedRepresentationItem.hxx
+include/opencascade/StepShape_ReversibleTopologyItem.hxx
+include/opencascade/StepShape_RevolvedAreaSolid.hxx
+include/opencascade/StepShape_RevolvedFaceSolid.hxx
+include/opencascade/StepShape_RightAngularWedge.hxx
+include/opencascade/StepShape_RightCircularCone.hxx
+include/opencascade/StepShape_RightCircularCylinder.hxx
+include/opencascade/StepShape_SeamEdge.hxx
+include/opencascade/StepShape_ShapeDefinitionRepresentation.hxx
+include/opencascade/StepShape_ShapeDimensionRepresentation.hxx
+include/opencascade/StepShape_ShapeDimensionRepresentationItem.hxx
+include/opencascade/StepShape_ShapeRepresentation.hxx
+include/opencascade/StepShape_ShapeRepresentationWithParameters.hxx
+include/opencascade/StepShape_Shell.hxx
+include/opencascade/StepShape_ShellBasedSurfaceModel.hxx
+include/opencascade/StepShape_SolidModel.hxx
+include/opencascade/StepShape_SolidReplica.hxx
+include/opencascade/StepShape_Sphere.hxx
+include/opencascade/StepShape_Subedge.hxx
+include/opencascade/StepShape_Subface.hxx
+include/opencascade/StepShape_SurfaceModel.hxx
+include/opencascade/StepShape_SweptAreaSolid.hxx
+include/opencascade/StepShape_SweptFaceSolid.hxx
+include/opencascade/StepShape_ToleranceMethodDefinition.hxx
+include/opencascade/StepShape_ToleranceValue.hxx
+include/opencascade/StepShape_TopologicalRepresentationItem.hxx
+include/opencascade/StepShape_Torus.hxx
+include/opencascade/StepShape_TransitionalShapeRepresentation.hxx
+include/opencascade/StepShape_TypeQualifier.hxx
+include/opencascade/StepShape_ValueFormatTypeQualifier.hxx
+include/opencascade/StepShape_ValueQualifier.hxx
+include/opencascade/StepShape_Vertex.hxx
+include/opencascade/StepShape_VertexLoop.hxx
+include/opencascade/StepShape_VertexPoint.hxx
+include/opencascade/StepToGeom.hxx
+include/opencascade/StepToTopoDS.hxx
+include/opencascade/StepToTopoDS_Builder.hxx
+include/opencascade/StepToTopoDS_BuilderError.hxx
+include/opencascade/StepToTopoDS_CartesianPointHasher.hxx
+include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfRI.hxx
+include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfRINames.hxx
+include/opencascade/StepToTopoDS_DataMapIteratorOfDataMapOfTRI.hxx
+include/opencascade/StepToTopoDS_DataMapIteratorOfPointEdgeMap.hxx
+include/opencascade/StepToTopoDS_DataMapIteratorOfPointVertexMap.hxx
+include/opencascade/StepToTopoDS_DataMapOfRI.hxx
+include/opencascade/StepToTopoDS_DataMapOfRINames.hxx
+include/opencascade/StepToTopoDS_DataMapOfTRI.hxx
+include/opencascade/StepToTopoDS_GeometricTool.hxx
+include/opencascade/StepToTopoDS_GeometricToolError.hxx
+include/opencascade/StepToTopoDS_MakeTransformed.hxx
+include/opencascade/StepToTopoDS_NMTool.hxx
+include/opencascade/StepToTopoDS_PointEdgeMap.hxx
+include/opencascade/StepToTopoDS_PointPair.hxx
+include/opencascade/StepToTopoDS_PointPairHasher.hxx
+include/opencascade/StepToTopoDS_PointVertexMap.hxx
+include/opencascade/StepToTopoDS_Root.hxx
+include/opencascade/StepToTopoDS_Root.lxx
+include/opencascade/StepToTopoDS_Tool.hxx
+include/opencascade/StepToTopoDS_TranslateCompositeCurve.hxx
+include/opencascade/StepToTopoDS_TranslateCompositeCurve.lxx
+include/opencascade/StepToTopoDS_TranslateCurveBoundedSurface.hxx
+include/opencascade/StepToTopoDS_TranslateEdge.hxx
+include/opencascade/StepToTopoDS_TranslateEdgeError.hxx
+include/opencascade/StepToTopoDS_TranslateEdgeLoop.hxx
+include/opencascade/StepToTopoDS_TranslateEdgeLoopError.hxx
+include/opencascade/StepToTopoDS_TranslateFace.hxx
+include/opencascade/StepToTopoDS_TranslateFaceError.hxx
+include/opencascade/StepToTopoDS_TranslatePolyLoop.hxx
+include/opencascade/StepToTopoDS_TranslatePolyLoopError.hxx
+include/opencascade/StepToTopoDS_TranslateShell.hxx
+include/opencascade/StepToTopoDS_TranslateShellError.hxx
+include/opencascade/StepToTopoDS_TranslateSolid.hxx
+include/opencascade/StepToTopoDS_TranslateSolidError.hxx
+include/opencascade/StepToTopoDS_TranslateVertex.hxx
+include/opencascade/StepToTopoDS_TranslateVertexError.hxx
+include/opencascade/StepToTopoDS_TranslateVertexLoop.hxx
+include/opencascade/StepToTopoDS_TranslateVertexLoopError.hxx
+include/opencascade/StepVisual_AnnotationCurveOccurrence.hxx
+include/opencascade/StepVisual_AnnotationCurveOccurrenceAndGeomReprItem.hxx
+include/opencascade/StepVisual_AnnotationFillArea.hxx
+include/opencascade/StepVisual_AnnotationFillAreaOccurrence.hxx
+include/opencascade/StepVisual_AnnotationOccurrence.hxx
+include/opencascade/StepVisual_AnnotationPlane.hxx
+include/opencascade/StepVisual_AnnotationPlaneElement.hxx
+include/opencascade/StepVisual_AnnotationText.hxx
+include/opencascade/StepVisual_AnnotationTextOccurrence.hxx
+include/opencascade/StepVisual_AreaInSet.hxx
+include/opencascade/StepVisual_AreaOrView.hxx
+include/opencascade/StepVisual_Array1OfAnnotationPlaneElement.hxx
+include/opencascade/StepVisual_Array1OfBoxCharacteristicSelect.hxx
+include/opencascade/StepVisual_Array1OfCameraModelD3MultiClippingInterectionSelect.hxx
+include/opencascade/StepVisual_Array1OfCameraModelD3MultiClippingUnionSelect.hxx
+include/opencascade/StepVisual_Array1OfCurveStyleFontPattern.hxx
+include/opencascade/StepVisual_Array1OfDirectionCountSelect.hxx
+include/opencascade/StepVisual_Array1OfDraughtingCalloutElement.hxx
+include/opencascade/StepVisual_Array1OfFillStyleSelect.hxx
+include/opencascade/StepVisual_Array1OfInvisibleItem.hxx
+include/opencascade/StepVisual_Array1OfLayeredItem.hxx
+include/opencascade/StepVisual_Array1OfPresentationStyleAssignment.hxx
+include/opencascade/StepVisual_Array1OfPresentationStyleSelect.hxx
+include/opencascade/StepVisual_Array1OfRenderingPropertiesSelect.hxx
+include/opencascade/StepVisual_Array1OfStyleContextSelect.hxx
+include/opencascade/StepVisual_Array1OfSurfaceStyleElementSelect.hxx
+include/opencascade/StepVisual_Array1OfTessellatedEdgeOrVertex.hxx
+include/opencascade/StepVisual_Array1OfTessellatedStructuredItem.hxx
+include/opencascade/StepVisual_Array1OfTextOrCharacter.hxx
+include/opencascade/StepVisual_BackgroundColour.hxx
+include/opencascade/StepVisual_BoxCharacteristicSelect.hxx
+include/opencascade/StepVisual_CameraImage.hxx
+include/opencascade/StepVisual_CameraImage2dWithScale.hxx
+include/opencascade/StepVisual_CameraImage3dWithScale.hxx
+include/opencascade/StepVisual_CameraModel.hxx
+include/opencascade/StepVisual_CameraModelD2.hxx
+include/opencascade/StepVisual_CameraModelD3.hxx
+include/opencascade/StepVisual_CameraModelD3MultiClipping.hxx
+include/opencascade/StepVisual_CameraModelD3MultiClippingInterectionSelect.hxx
+include/opencascade/StepVisual_CameraModelD3MultiClippingIntersection.hxx
+include/opencascade/StepVisual_CameraModelD3MultiClippingUnion.hxx
+include/opencascade/StepVisual_CameraModelD3MultiClippingUnionSelect.hxx
+include/opencascade/StepVisual_CameraUsage.hxx
+include/opencascade/StepVisual_CentralOrParallel.hxx
+include/opencascade/StepVisual_CharacterizedObjAndRepresentationAndDraughtingModel.hxx
+include/opencascade/StepVisual_Colour.hxx
+include/opencascade/StepVisual_ColourRgb.hxx
+include/opencascade/StepVisual_ColourSpecification.hxx
+include/opencascade/StepVisual_ComplexTriangulatedFace.hxx
+include/opencascade/StepVisual_ComplexTriangulatedSurfaceSet.hxx
+include/opencascade/StepVisual_CompositeText.hxx
+include/opencascade/StepVisual_CompositeTextWithExtent.hxx
+include/opencascade/StepVisual_ContextDependentInvisibility.hxx
+include/opencascade/StepVisual_ContextDependentOverRidingStyledItem.hxx
+include/opencascade/StepVisual_CoordinatesList.hxx
+include/opencascade/StepVisual_CubicBezierTessellatedEdge.hxx
+include/opencascade/StepVisual_CubicBezierTriangulatedFace.hxx
+include/opencascade/StepVisual_CurveStyle.hxx
+include/opencascade/StepVisual_CurveStyleFont.hxx
+include/opencascade/StepVisual_CurveStyleFontPattern.hxx
+include/opencascade/StepVisual_CurveStyleFontSelect.hxx
+include/opencascade/StepVisual_DirectionCountSelect.hxx
+include/opencascade/StepVisual_DraughtingAnnotationOccurrence.hxx
+include/opencascade/StepVisual_DraughtingCallout.hxx
+include/opencascade/StepVisual_DraughtingCalloutElement.hxx
+include/opencascade/StepVisual_DraughtingModel.hxx
+include/opencascade/StepVisual_DraughtingPreDefinedColour.hxx
+include/opencascade/StepVisual_DraughtingPreDefinedCurveFont.hxx
+include/opencascade/StepVisual_EdgeOrCurve.hxx
+include/opencascade/StepVisual_ExternallyDefinedCurveFont.hxx
+include/opencascade/StepVisual_ExternallyDefinedTextFont.hxx
+include/opencascade/StepVisual_FaceOrSurface.hxx
+include/opencascade/StepVisual_FillAreaStyle.hxx
+include/opencascade/StepVisual_FillAreaStyleColour.hxx
+include/opencascade/StepVisual_FillStyleSelect.hxx
+include/opencascade/StepVisual_FontSelect.hxx
+include/opencascade/StepVisual_HArray1OfAnnotationPlaneElement.hxx
+include/opencascade/StepVisual_HArray1OfBoxCharacteristicSelect.hxx
+include/opencascade/StepVisual_HArray1OfCameraModelD3MultiClippingInterectionSelect.hxx
+include/opencascade/StepVisual_HArray1OfCameraModelD3MultiClippingUnionSelect.hxx
+include/opencascade/StepVisual_HArray1OfCurveStyleFontPattern.hxx
+include/opencascade/StepVisual_HArray1OfDirectionCountSelect.hxx
+include/opencascade/StepVisual_HArray1OfDraughtingCalloutElement.hxx
+include/opencascade/StepVisual_HArray1OfFillStyleSelect.hxx
+include/opencascade/StepVisual_HArray1OfInvisibleItem.hxx
+include/opencascade/StepVisual_HArray1OfLayeredItem.hxx
+include/opencascade/StepVisual_HArray1OfPresentationStyleAssignment.hxx
+include/opencascade/StepVisual_HArray1OfPresentationStyleSelect.hxx
+include/opencascade/StepVisual_HArray1OfRenderingPropertiesSelect.hxx
+include/opencascade/StepVisual_HArray1OfStyleContextSelect.hxx
+include/opencascade/StepVisual_HArray1OfSurfaceStyleElementSelect.hxx
+include/opencascade/StepVisual_HArray1OfTessellatedEdgeOrVertex.hxx
+include/opencascade/StepVisual_HArray1OfTessellatedStructuredItem.hxx
+include/opencascade/StepVisual_HArray1OfTextOrCharacter.hxx
+include/opencascade/StepVisual_Invisibility.hxx
+include/opencascade/StepVisual_InvisibilityContext.hxx
+include/opencascade/StepVisual_InvisibleItem.hxx
+include/opencascade/StepVisual_LayeredItem.hxx
+include/opencascade/StepVisual_MarkerMember.hxx
+include/opencascade/StepVisual_MarkerSelect.hxx
+include/opencascade/StepVisual_MarkerType.hxx
+include/opencascade/StepVisual_MechanicalDesignGeometricPresentationArea.hxx
+include/opencascade/StepVisual_MechanicalDesignGeometricPresentationRepresentation.hxx
+include/opencascade/StepVisual_NullStyle.hxx
+include/opencascade/StepVisual_NullStyleMember.hxx
+include/opencascade/StepVisual_OverRidingStyledItem.hxx
+include/opencascade/StepVisual_PathOrCompositeCurve.hxx
+include/opencascade/StepVisual_PlanarBox.hxx
+include/opencascade/StepVisual_PlanarExtent.hxx
+include/opencascade/StepVisual_PointStyle.hxx
+include/opencascade/StepVisual_PreDefinedColour.hxx
+include/opencascade/StepVisual_PreDefinedCurveFont.hxx
+include/opencascade/StepVisual_PreDefinedItem.hxx
+include/opencascade/StepVisual_PreDefinedTextFont.hxx
+include/opencascade/StepVisual_PresentationArea.hxx
+include/opencascade/StepVisual_PresentationLayerAssignment.hxx
+include/opencascade/StepVisual_PresentationLayerUsage.hxx
+include/opencascade/StepVisual_PresentationRepresentation.hxx
+include/opencascade/StepVisual_PresentationRepresentationSelect.hxx
+include/opencascade/StepVisual_PresentationSet.hxx
+include/opencascade/StepVisual_PresentationSize.hxx
+include/opencascade/StepVisual_PresentationSizeAssignmentSelect.hxx
+include/opencascade/StepVisual_PresentationStyleAssignment.hxx
+include/opencascade/StepVisual_PresentationStyleByContext.hxx
+include/opencascade/StepVisual_PresentationStyleSelect.hxx
+include/opencascade/StepVisual_PresentationView.hxx
+include/opencascade/StepVisual_PresentedItem.hxx
+include/opencascade/StepVisual_PresentedItemRepresentation.hxx
+include/opencascade/StepVisual_RenderingPropertiesSelect.hxx
+include/opencascade/StepVisual_RepositionedTessellatedGeometricSet.hxx
+include/opencascade/StepVisual_RepositionedTessellatedItem.hxx
+include/opencascade/StepVisual_ShadingSurfaceMethod.hxx
+include/opencascade/StepVisual_StyleContextSelect.hxx
+include/opencascade/StepVisual_StyledItem.hxx
+include/opencascade/StepVisual_StyledItemTarget.hxx
+include/opencascade/StepVisual_SurfaceSide.hxx
+include/opencascade/StepVisual_SurfaceSideStyle.hxx
+include/opencascade/StepVisual_SurfaceStyleBoundary.hxx
+include/opencascade/StepVisual_SurfaceStyleControlGrid.hxx
+include/opencascade/StepVisual_SurfaceStyleElementSelect.hxx
+include/opencascade/StepVisual_SurfaceStyleFillArea.hxx
+include/opencascade/StepVisual_SurfaceStyleParameterLine.hxx
+include/opencascade/StepVisual_SurfaceStyleReflectanceAmbient.hxx
+include/opencascade/StepVisual_SurfaceStyleRendering.hxx
+include/opencascade/StepVisual_SurfaceStyleRenderingWithProperties.hxx
+include/opencascade/StepVisual_SurfaceStyleSegmentationCurve.hxx
+include/opencascade/StepVisual_SurfaceStyleSilhouette.hxx
+include/opencascade/StepVisual_SurfaceStyleTransparent.hxx
+include/opencascade/StepVisual_SurfaceStyleUsage.hxx
+include/opencascade/StepVisual_Template.hxx
+include/opencascade/StepVisual_TemplateInstance.hxx
+include/opencascade/StepVisual_TessellatedAnnotationOccurrence.hxx
+include/opencascade/StepVisual_TessellatedConnectingEdge.hxx
+include/opencascade/StepVisual_TessellatedCurveSet.hxx
+include/opencascade/StepVisual_TessellatedEdge.hxx
+include/opencascade/StepVisual_TessellatedEdgeOrVertex.hxx
+include/opencascade/StepVisual_TessellatedFace.hxx
+include/opencascade/StepVisual_TessellatedGeometricSet.hxx
+include/opencascade/StepVisual_TessellatedItem.hxx
+include/opencascade/StepVisual_TessellatedPointSet.hxx
+include/opencascade/StepVisual_TessellatedShapeRepresentation.hxx
+include/opencascade/StepVisual_TessellatedShapeRepresentationWithAccuracyParameters.hxx
+include/opencascade/StepVisual_TessellatedShell.hxx
+include/opencascade/StepVisual_TessellatedSolid.hxx
+include/opencascade/StepVisual_TessellatedStructuredItem.hxx
+include/opencascade/StepVisual_TessellatedSurfaceSet.hxx
+include/opencascade/StepVisual_TessellatedVertex.hxx
+include/opencascade/StepVisual_TessellatedWire.hxx
+include/opencascade/StepVisual_TextLiteral.hxx
+include/opencascade/StepVisual_TextOrCharacter.hxx
+include/opencascade/StepVisual_TextPath.hxx
+include/opencascade/StepVisual_TextStyle.hxx
+include/opencascade/StepVisual_TextStyleForDefinedFont.hxx
+include/opencascade/StepVisual_TextStyleWithBoxCharacteristics.hxx
+include/opencascade/StepVisual_TriangulatedFace.hxx
+include/opencascade/StepVisual_ViewVolume.hxx
+include/opencascade/StlAPI.hxx
+include/opencascade/StlAPI_Reader.hxx
+include/opencascade/StlAPI_Writer.hxx
+include/opencascade/Storage.hxx
+include/opencascade/Storage_ArrayOfCallBack.hxx
+include/opencascade/Storage_ArrayOfSchema.hxx
+include/opencascade/Storage_BaseDriver.hxx
+include/opencascade/Storage_BucketOfPersistent.hxx
+include/opencascade/Storage_CallBack.hxx
+include/opencascade/Storage_Data.hxx
+include/opencascade/Storage_DataMapIteratorOfMapOfCallBack.hxx
+include/opencascade/Storage_DataMapIteratorOfMapOfPers.hxx
+include/opencascade/Storage_DefaultCallBack.hxx
+include/opencascade/Storage_Error.hxx
+include/opencascade/Storage_HArrayOfCallBack.hxx
+include/opencascade/Storage_HArrayOfSchema.hxx
+include/opencascade/Storage_HPArray.hxx
+include/opencascade/Storage_HSeqOfRoot.hxx
+include/opencascade/Storage_HeaderData.hxx
+include/opencascade/Storage_InternalData.hxx
+include/opencascade/Storage_Macros.hxx
+include/opencascade/Storage_MapOfCallBack.hxx
+include/opencascade/Storage_MapOfPers.hxx
+include/opencascade/Storage_OpenMode.hxx
+include/opencascade/Storage_PArray.hxx
+include/opencascade/Storage_PType.hxx
+include/opencascade/Storage_Position.hxx
+include/opencascade/Storage_Root.hxx
+include/opencascade/Storage_RootData.hxx
+include/opencascade/Storage_Schema.hxx
+include/opencascade/Storage_SeqOfRoot.hxx
+include/opencascade/Storage_SolveMode.hxx
+include/opencascade/Storage_StreamExtCharParityError.hxx
+include/opencascade/Storage_StreamFormatError.hxx
+include/opencascade/Storage_StreamModeError.hxx
+include/opencascade/Storage_StreamReadError.hxx
+include/opencascade/Storage_StreamTypeMismatchError.hxx
+include/opencascade/Storage_StreamUnknownTypeError.hxx
+include/opencascade/Storage_StreamWriteError.hxx
+include/opencascade/Storage_TypeData.hxx
+include/opencascade/Storage_TypedCallBack.hxx
+include/opencascade/Sweep_NumShape.hxx
+include/opencascade/Sweep_NumShape.lxx
+include/opencascade/Sweep_NumShapeIterator.hxx
+include/opencascade/Sweep_NumShapeIterator.lxx
+include/opencascade/Sweep_NumShapeTool.hxx
+include/opencascade/TColGeom2d_Array1OfBSplineCurve.hxx
+include/opencascade/TColGeom2d_Array1OfBezierCurve.hxx
+include/opencascade/TColGeom2d_Array1OfCurve.hxx
+include/opencascade/TColGeom2d_HArray1OfBSplineCurve.hxx
+include/opencascade/TColGeom2d_HArray1OfBezierCurve.hxx
+include/opencascade/TColGeom2d_HArray1OfCurve.hxx
+include/opencascade/TColGeom2d_HSequenceOfBoundedCurve.hxx
+include/opencascade/TColGeom2d_HSequenceOfCurve.hxx
+include/opencascade/TColGeom2d_SequenceOfBoundedCurve.hxx
+include/opencascade/TColGeom2d_SequenceOfCurve.hxx
+include/opencascade/TColGeom2d_SequenceOfGeometry.hxx
+include/opencascade/TColGeom_Array1OfBSplineCurve.hxx
+include/opencascade/TColGeom_Array1OfBezierCurve.hxx
+include/opencascade/TColGeom_Array1OfCurve.hxx
+include/opencascade/TColGeom_Array1OfSurface.hxx
+include/opencascade/TColGeom_Array2OfBezierSurface.hxx
+include/opencascade/TColGeom_Array2OfSurface.hxx
+include/opencascade/TColGeom_HArray1OfBSplineCurve.hxx
+include/opencascade/TColGeom_HArray1OfBezierCurve.hxx
+include/opencascade/TColGeom_HArray1OfCurve.hxx
+include/opencascade/TColGeom_HArray1OfSurface.hxx
+include/opencascade/TColGeom_HArray2OfSurface.hxx
+include/opencascade/TColGeom_HSequenceOfBoundedCurve.hxx
+include/opencascade/TColGeom_HSequenceOfCurve.hxx
+include/opencascade/TColGeom_SequenceOfBoundedCurve.hxx
+include/opencascade/TColGeom_SequenceOfCurve.hxx
+include/opencascade/TColGeom_SequenceOfSurface.hxx
+include/opencascade/TColStd_Array1OfAsciiString.hxx
+include/opencascade/TColStd_Array1OfBoolean.hxx
+include/opencascade/TColStd_Array1OfByte.hxx
+include/opencascade/TColStd_Array1OfCharacter.hxx
+include/opencascade/TColStd_Array1OfExtendedString.hxx
+include/opencascade/TColStd_Array1OfInteger.hxx
+include/opencascade/TColStd_Array1OfListOfInteger.hxx
+include/opencascade/TColStd_Array1OfReal.hxx
+include/opencascade/TColStd_Array1OfTransient.hxx
+include/opencascade/TColStd_Array2OfBoolean.hxx
+include/opencascade/TColStd_Array2OfCharacter.hxx
+include/opencascade/TColStd_Array2OfInteger.hxx
+include/opencascade/TColStd_Array2OfReal.hxx
+include/opencascade/TColStd_Array2OfTransient.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfAsciiStringInteger.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerInteger.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerListOfInteger.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerReal.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfIntegerTransient.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfStringInteger.hxx
+include/opencascade/TColStd_DataMapIteratorOfDataMapOfTransientTransient.hxx
+include/opencascade/TColStd_DataMapOfAsciiStringInteger.hxx
+include/opencascade/TColStd_DataMapOfIntegerInteger.hxx
+include/opencascade/TColStd_DataMapOfIntegerListOfInteger.hxx
+include/opencascade/TColStd_DataMapOfIntegerReal.hxx
+include/opencascade/TColStd_DataMapOfIntegerTransient.hxx
+include/opencascade/TColStd_DataMapOfStringInteger.hxx
+include/opencascade/TColStd_DataMapOfTransientTransient.hxx
+include/opencascade/TColStd_HArray1OfAsciiString.hxx
+include/opencascade/TColStd_HArray1OfBoolean.hxx
+include/opencascade/TColStd_HArray1OfByte.hxx
+include/opencascade/TColStd_HArray1OfCharacter.hxx
+include/opencascade/TColStd_HArray1OfExtendedString.hxx
+include/opencascade/TColStd_HArray1OfInteger.hxx
+include/opencascade/TColStd_HArray1OfListOfInteger.hxx
+include/opencascade/TColStd_HArray1OfReal.hxx
+include/opencascade/TColStd_HArray1OfTransient.hxx
+include/opencascade/TColStd_HArray2OfBoolean.hxx
+include/opencascade/TColStd_HArray2OfCharacter.hxx
+include/opencascade/TColStd_HArray2OfInteger.hxx
+include/opencascade/TColStd_HArray2OfReal.hxx
+include/opencascade/TColStd_HArray2OfTransient.hxx
+include/opencascade/TColStd_HPackedMapOfInteger.hxx
+include/opencascade/TColStd_HPackedMapOfInteger.lxx
+include/opencascade/TColStd_HSequenceOfAsciiString.hxx
+include/opencascade/TColStd_HSequenceOfExtendedString.hxx
+include/opencascade/TColStd_HSequenceOfHAsciiString.hxx
+include/opencascade/TColStd_HSequenceOfHExtendedString.hxx
+include/opencascade/TColStd_HSequenceOfInteger.hxx
+include/opencascade/TColStd_HSequenceOfReal.hxx
+include/opencascade/TColStd_HSequenceOfTransient.hxx
+include/opencascade/TColStd_IndexedDataMapOfStringString.hxx
+include/opencascade/TColStd_IndexedDataMapOfTransientTransient.hxx
+include/opencascade/TColStd_IndexedMapOfInteger.hxx
+include/opencascade/TColStd_IndexedMapOfReal.hxx
+include/opencascade/TColStd_IndexedMapOfTransient.hxx
+include/opencascade/TColStd_ListIteratorOfListOfAsciiString.hxx
+include/opencascade/TColStd_ListIteratorOfListOfInteger.hxx
+include/opencascade/TColStd_ListIteratorOfListOfReal.hxx
+include/opencascade/TColStd_ListIteratorOfListOfTransient.hxx
+include/opencascade/TColStd_ListOfAsciiString.hxx
+include/opencascade/TColStd_ListOfInteger.hxx
+include/opencascade/TColStd_ListOfReal.hxx
+include/opencascade/TColStd_ListOfTransient.hxx
+include/opencascade/TColStd_MapIntegerHasher.hxx
+include/opencascade/TColStd_MapIteratorOfMapOfAsciiString.hxx
+include/opencascade/TColStd_MapIteratorOfMapOfInteger.hxx
+include/opencascade/TColStd_MapIteratorOfMapOfReal.hxx
+include/opencascade/TColStd_MapIteratorOfMapOfTransient.hxx
+include/opencascade/TColStd_MapIteratorOfPackedMapOfInteger.hxx
+include/opencascade/TColStd_MapOfAsciiString.hxx
+include/opencascade/TColStd_MapOfInteger.hxx
+include/opencascade/TColStd_MapOfReal.hxx
+include/opencascade/TColStd_MapOfTransient.hxx
+include/opencascade/TColStd_MapRealHasher.hxx
+include/opencascade/TColStd_MapTransientHasher.hxx
+include/opencascade/TColStd_PackedMapOfInteger.hxx
+include/opencascade/TColStd_SequenceOfAddress.hxx
+include/opencascade/TColStd_SequenceOfAsciiString.hxx
+include/opencascade/TColStd_SequenceOfBoolean.hxx
+include/opencascade/TColStd_SequenceOfExtendedString.hxx
+include/opencascade/TColStd_SequenceOfHAsciiString.hxx
+include/opencascade/TColStd_SequenceOfHExtendedString.hxx
+include/opencascade/TColStd_SequenceOfInteger.hxx
+include/opencascade/TColStd_SequenceOfReal.hxx
+include/opencascade/TColStd_SequenceOfTransient.hxx
+include/opencascade/TColgp_Array1OfCirc2d.hxx
+include/opencascade/TColgp_Array1OfDir.hxx
+include/opencascade/TColgp_Array1OfDir2d.hxx
+include/opencascade/TColgp_Array1OfLin2d.hxx
+include/opencascade/TColgp_Array1OfPnt.hxx
+include/opencascade/TColgp_Array1OfPnt2d.hxx
+include/opencascade/TColgp_Array1OfVec.hxx
+include/opencascade/TColgp_Array1OfVec2d.hxx
+include/opencascade/TColgp_Array1OfXY.hxx
+include/opencascade/TColgp_Array1OfXYZ.hxx
+include/opencascade/TColgp_Array2OfCirc2d.hxx
+include/opencascade/TColgp_Array2OfDir.hxx
+include/opencascade/TColgp_Array2OfDir2d.hxx
+include/opencascade/TColgp_Array2OfLin2d.hxx
+include/opencascade/TColgp_Array2OfPnt.hxx
+include/opencascade/TColgp_Array2OfPnt2d.hxx
+include/opencascade/TColgp_Array2OfVec.hxx
+include/opencascade/TColgp_Array2OfVec2d.hxx
+include/opencascade/TColgp_Array2OfXY.hxx
+include/opencascade/TColgp_Array2OfXYZ.hxx
+include/opencascade/TColgp_HArray1OfCirc2d.hxx
+include/opencascade/TColgp_HArray1OfDir.hxx
+include/opencascade/TColgp_HArray1OfDir2d.hxx
+include/opencascade/TColgp_HArray1OfLin2d.hxx
+include/opencascade/TColgp_HArray1OfPnt.hxx
+include/opencascade/TColgp_HArray1OfPnt2d.hxx
+include/opencascade/TColgp_HArray1OfVec.hxx
+include/opencascade/TColgp_HArray1OfVec2d.hxx
+include/opencascade/TColgp_HArray1OfXY.hxx
+include/opencascade/TColgp_HArray1OfXYZ.hxx
+include/opencascade/TColgp_HArray2OfCirc2d.hxx
+include/opencascade/TColgp_HArray2OfDir.hxx
+include/opencascade/TColgp_HArray2OfDir2d.hxx
+include/opencascade/TColgp_HArray2OfLin2d.hxx
+include/opencascade/TColgp_HArray2OfPnt.hxx
+include/opencascade/TColgp_HArray2OfPnt2d.hxx
+include/opencascade/TColgp_HArray2OfVec.hxx
+include/opencascade/TColgp_HArray2OfVec2d.hxx
+include/opencascade/TColgp_HArray2OfXY.hxx
+include/opencascade/TColgp_HArray2OfXYZ.hxx
+include/opencascade/TColgp_HSequenceOfDir.hxx
+include/opencascade/TColgp_HSequenceOfDir2d.hxx
+include/opencascade/TColgp_HSequenceOfPnt.hxx
+include/opencascade/TColgp_HSequenceOfPnt2d.hxx
+include/opencascade/TColgp_HSequenceOfVec.hxx
+include/opencascade/TColgp_HSequenceOfVec2d.hxx
+include/opencascade/TColgp_HSequenceOfXY.hxx
+include/opencascade/TColgp_HSequenceOfXYZ.hxx
+include/opencascade/TColgp_SequenceOfArray1OfPnt2d.hxx
+include/opencascade/TColgp_SequenceOfAx1.hxx
+include/opencascade/TColgp_SequenceOfDir.hxx
+include/opencascade/TColgp_SequenceOfDir2d.hxx
+include/opencascade/TColgp_SequenceOfPnt.hxx
+include/opencascade/TColgp_SequenceOfPnt2d.hxx
+include/opencascade/TColgp_SequenceOfVec.hxx
+include/opencascade/TColgp_SequenceOfVec2d.hxx
+include/opencascade/TColgp_SequenceOfXY.hxx
+include/opencascade/TColgp_SequenceOfXYZ.hxx
+include/opencascade/TCollection.hxx
+include/opencascade/TCollection_AsciiString.hxx
+include/opencascade/TCollection_AsciiString.lxx
+include/opencascade/TCollection_ExtendedString.hxx
+include/opencascade/TCollection_HAsciiString.hxx
+include/opencascade/TCollection_HAsciiString.lxx
+include/opencascade/TCollection_HExtendedString.hxx
+include/opencascade/TDF.hxx
+include/opencascade/TDF_Attribute.hxx
+include/opencascade/TDF_Attribute.lxx
+include/opencascade/TDF_AttributeArray1.hxx
+include/opencascade/TDF_AttributeDataMap.hxx
+include/opencascade/TDF_AttributeDelta.hxx
+include/opencascade/TDF_AttributeDeltaList.hxx
+include/opencascade/TDF_AttributeDoubleMap.hxx
+include/opencascade/TDF_AttributeIndexedMap.hxx
+include/opencascade/TDF_AttributeIterator.hxx
+include/opencascade/TDF_AttributeList.hxx
+include/opencascade/TDF_AttributeMap.hxx
+include/opencascade/TDF_AttributeSequence.hxx
+include/opencascade/TDF_ChildIDIterator.hxx
+include/opencascade/TDF_ChildIDIterator.lxx
+include/opencascade/TDF_ChildIterator.hxx
+include/opencascade/TDF_ChildIterator.lxx
+include/opencascade/TDF_ClosureMode.hxx
+include/opencascade/TDF_ClosureMode.lxx
+include/opencascade/TDF_ClosureTool.hxx
+include/opencascade/TDF_ComparisonTool.hxx
+include/opencascade/TDF_CopyLabel.hxx
+include/opencascade/TDF_CopyLabel.lxx
+include/opencascade/TDF_CopyTool.hxx
+include/opencascade/TDF_Data.hxx
+include/opencascade/TDF_Data.lxx
+include/opencascade/TDF_DataMapIteratorOfAttributeDataMap.hxx
+include/opencascade/TDF_DataMapIteratorOfLabelDataMap.hxx
+include/opencascade/TDF_DataMapIteratorOfLabelIntegerMap.hxx
+include/opencascade/TDF_DataSet.hxx
+include/opencascade/TDF_DataSet.lxx
+include/opencascade/TDF_DefaultDeltaOnModification.hxx
+include/opencascade/TDF_DefaultDeltaOnRemoval.hxx
+include/opencascade/TDF_Delta.hxx
+include/opencascade/TDF_Delta.lxx
+include/opencascade/TDF_DeltaList.hxx
+include/opencascade/TDF_DeltaOnAddition.hxx
+include/opencascade/TDF_DeltaOnForget.hxx
+include/opencascade/TDF_DeltaOnModification.hxx
+include/opencascade/TDF_DeltaOnRemoval.hxx
+include/opencascade/TDF_DeltaOnResume.hxx
+include/opencascade/TDF_DerivedAttribute.hxx
+include/opencascade/TDF_DoubleMapIteratorOfAttributeDoubleMap.hxx
+include/opencascade/TDF_DoubleMapIteratorOfGUIDProgIDMap.hxx
+include/opencascade/TDF_DoubleMapIteratorOfLabelDoubleMap.hxx
+include/opencascade/TDF_GUIDProgIDMap.hxx
+include/opencascade/TDF_HAllocator.hxx
+include/opencascade/TDF_HAttributeArray1.hxx
+include/opencascade/TDF_IDFilter.hxx
+include/opencascade/TDF_IDFilter.lxx
+include/opencascade/TDF_IDList.hxx
+include/opencascade/TDF_IDMap.hxx
+include/opencascade/TDF_Label.hxx
+include/opencascade/TDF_Label.lxx
+include/opencascade/TDF_LabelDataMap.hxx
+include/opencascade/TDF_LabelDoubleMap.hxx
+include/opencascade/TDF_LabelIndexedMap.hxx
+include/opencascade/TDF_LabelIntegerMap.hxx
+include/opencascade/TDF_LabelList.hxx
+include/opencascade/TDF_LabelMap.hxx
+include/opencascade/TDF_LabelMapHasher.hxx
+include/opencascade/TDF_LabelNode.hxx
+include/opencascade/TDF_LabelNodePtr.hxx
+include/opencascade/TDF_LabelSequence.hxx
+include/opencascade/TDF_ListIteratorOfAttributeDeltaList.hxx
+include/opencascade/TDF_ListIteratorOfAttributeList.hxx
+include/opencascade/TDF_ListIteratorOfDeltaList.hxx
+include/opencascade/TDF_ListIteratorOfIDList.hxx
+include/opencascade/TDF_ListIteratorOfLabelList.hxx
+include/opencascade/TDF_MapIteratorOfAttributeMap.hxx
+include/opencascade/TDF_MapIteratorOfIDMap.hxx
+include/opencascade/TDF_MapIteratorOfLabelMap.hxx
+include/opencascade/TDF_Reference.hxx
+include/opencascade/TDF_RelocationTable.hxx
+include/opencascade/TDF_TagSource.hxx
+include/opencascade/TDF_Tool.hxx
+include/opencascade/TDF_Transaction.hxx
+include/opencascade/TDF_Transaction.lxx
+include/opencascade/TDataStd.hxx
+include/opencascade/TDataStd_AsciiString.hxx
+include/opencascade/TDataStd_BooleanArray.hxx
+include/opencascade/TDataStd_BooleanList.hxx
+include/opencascade/TDataStd_ByteArray.hxx
+include/opencascade/TDataStd_ChildNodeIterator.hxx
+include/opencascade/TDataStd_Comment.hxx
+include/opencascade/TDataStd_Current.hxx
+include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringByte.hxx
+include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfInteger.hxx
+include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringHArray1OfReal.hxx
+include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringReal.hxx
+include/opencascade/TDataStd_DataMapIteratorOfDataMapOfStringString.hxx
+include/opencascade/TDataStd_DataMapOfStringByte.hxx
+include/opencascade/TDataStd_DataMapOfStringHArray1OfInteger.hxx
+include/opencascade/TDataStd_DataMapOfStringHArray1OfReal.hxx
+include/opencascade/TDataStd_DataMapOfStringReal.hxx
+include/opencascade/TDataStd_DataMapOfStringString.hxx
+include/opencascade/TDataStd_DeltaOnModificationOfByteArray.hxx
+include/opencascade/TDataStd_DeltaOnModificationOfExtStringArray.hxx
+include/opencascade/TDataStd_DeltaOnModificationOfIntArray.hxx
+include/opencascade/TDataStd_DeltaOnModificationOfIntPackedMap.hxx
+include/opencascade/TDataStd_DeltaOnModificationOfRealArray.hxx
+include/opencascade/TDataStd_Directory.hxx
+include/opencascade/TDataStd_Expression.hxx
+include/opencascade/TDataStd_ExtStringArray.hxx
+include/opencascade/TDataStd_ExtStringList.hxx
+include/opencascade/TDataStd_GenericEmpty.hxx
+include/opencascade/TDataStd_GenericExtString.hxx
+include/opencascade/TDataStd_HDataMapOfStringByte.hxx
+include/opencascade/TDataStd_HDataMapOfStringHArray1OfInteger.hxx
+include/opencascade/TDataStd_HDataMapOfStringHArray1OfReal.hxx
+include/opencascade/TDataStd_HDataMapOfStringInteger.hxx
+include/opencascade/TDataStd_HDataMapOfStringReal.hxx
+include/opencascade/TDataStd_HDataMapOfStringString.hxx
+include/opencascade/TDataStd_HLabelArray1.hxx
+include/opencascade/TDataStd_IntPackedMap.hxx
+include/opencascade/TDataStd_Integer.hxx
+include/opencascade/TDataStd_IntegerArray.hxx
+include/opencascade/TDataStd_IntegerList.hxx
+include/opencascade/TDataStd_LabelArray1.hxx
+include/opencascade/TDataStd_ListIteratorOfListOfByte.hxx
+include/opencascade/TDataStd_ListIteratorOfListOfExtendedString.hxx
+include/opencascade/TDataStd_ListOfByte.hxx
+include/opencascade/TDataStd_ListOfExtendedString.hxx
+include/opencascade/TDataStd_Name.hxx
+include/opencascade/TDataStd_NamedData.hxx
+include/opencascade/TDataStd_NoteBook.hxx
+include/opencascade/TDataStd_PtrTreeNode.hxx
+include/opencascade/TDataStd_Real.hxx
+include/opencascade/TDataStd_RealArray.hxx
+include/opencascade/TDataStd_RealEnum.hxx
+include/opencascade/TDataStd_RealList.hxx
+include/opencascade/TDataStd_ReferenceArray.hxx
+include/opencascade/TDataStd_ReferenceList.hxx
+include/opencascade/TDataStd_Relation.hxx
+include/opencascade/TDataStd_Tick.hxx
+include/opencascade/TDataStd_TreeNode.hxx
+include/opencascade/TDataStd_TreeNode.lxx
+include/opencascade/TDataStd_UAttribute.hxx
+include/opencascade/TDataStd_Variable.hxx
+include/opencascade/TDataXtd.hxx
+include/opencascade/TDataXtd_Array1OfTrsf.hxx
+include/opencascade/TDataXtd_Axis.hxx
+include/opencascade/TDataXtd_Constraint.hxx
+include/opencascade/TDataXtd_ConstraintEnum.hxx
+include/opencascade/TDataXtd_Geometry.hxx
+include/opencascade/TDataXtd_GeometryEnum.hxx
+include/opencascade/TDataXtd_HArray1OfTrsf.hxx
+include/opencascade/TDataXtd_Pattern.hxx
+include/opencascade/TDataXtd_PatternStd.hxx
+include/opencascade/TDataXtd_PatternStd.lxx
+include/opencascade/TDataXtd_Placement.hxx
+include/opencascade/TDataXtd_Plane.hxx
+include/opencascade/TDataXtd_Point.hxx
+include/opencascade/TDataXtd_Position.hxx
+include/opencascade/TDataXtd_Presentation.hxx
+include/opencascade/TDataXtd_Shape.hxx
+include/opencascade/TDataXtd_Triangulation.hxx
+include/opencascade/TDocStd.hxx
+include/opencascade/TDocStd_Application.hxx
+include/opencascade/TDocStd_ApplicationDelta.hxx
+include/opencascade/TDocStd_ApplicationDelta.lxx
+include/opencascade/TDocStd_CompoundDelta.hxx
+include/opencascade/TDocStd_Context.hxx
+include/opencascade/TDocStd_DataMapIteratorOfLabelIDMapDataMap.hxx
+include/opencascade/TDocStd_Document.hxx
+include/opencascade/TDocStd_Document.lxx
+include/opencascade/TDocStd_FormatVersion.hxx
+include/opencascade/TDocStd_LabelIDMapDataMap.hxx
+include/opencascade/TDocStd_Modified.hxx
+include/opencascade/TDocStd_MultiTransactionManager.hxx
+include/opencascade/TDocStd_MultiTransactionManager.lxx
+include/opencascade/TDocStd_Owner.hxx
+include/opencascade/TDocStd_PathParser.hxx
+include/opencascade/TDocStd_SequenceOfApplicationDelta.hxx
+include/opencascade/TDocStd_SequenceOfDocument.hxx
+include/opencascade/TDocStd_XLink.hxx
+include/opencascade/TDocStd_XLink.lxx
+include/opencascade/TDocStd_XLinkIterator.hxx
+include/opencascade/TDocStd_XLinkIterator.lxx
+include/opencascade/TDocStd_XLinkPtr.hxx
+include/opencascade/TDocStd_XLinkRoot.hxx
+include/opencascade/TDocStd_XLinkRoot.lxx
+include/opencascade/TDocStd_XLinkTool.hxx
+include/opencascade/TFunction_Array1OfDataMapOfGUIDDriver.hxx
+include/opencascade/TFunction_DataMapIteratorOfDataMapOfGUIDDriver.hxx
+include/opencascade/TFunction_DataMapIteratorOfDataMapOfLabelListOfLabel.hxx
+include/opencascade/TFunction_DataMapOfGUIDDriver.hxx
+include/opencascade/TFunction_DataMapOfLabelListOfLabel.hxx
+include/opencascade/TFunction_DoubleMapIteratorOfDoubleMapOfIntegerLabel.hxx
+include/opencascade/TFunction_DoubleMapOfIntegerLabel.hxx
+include/opencascade/TFunction_Driver.hxx
+include/opencascade/TFunction_Driver.lxx
+include/opencascade/TFunction_DriverTable.hxx
+include/opencascade/TFunction_ExecutionStatus.hxx
+include/opencascade/TFunction_Function.hxx
+include/opencascade/TFunction_GraphNode.hxx
+include/opencascade/TFunction_HArray1OfDataMapOfGUIDDriver.hxx
+include/opencascade/TFunction_IFunction.hxx
+include/opencascade/TFunction_Iterator.hxx
+include/opencascade/TFunction_Logbook.hxx
+include/opencascade/TFunction_Logbook.lxx
+include/opencascade/TFunction_Scope.hxx
+include/opencascade/TNaming.hxx
+include/opencascade/TNaming_Builder.hxx
+include/opencascade/TNaming_CopyShape.hxx
+include/opencascade/TNaming_DataMapIteratorOfDataMapOfShapePtrRefShape.hxx
+include/opencascade/TNaming_DataMapIteratorOfDataMapOfShapeShapesSet.hxx
+include/opencascade/TNaming_DataMapOfShapePtrRefShape.hxx
+include/opencascade/TNaming_DataMapOfShapeShapesSet.hxx
+include/opencascade/TNaming_DeltaOnModification.hxx
+include/opencascade/TNaming_DeltaOnRemoval.hxx
+include/opencascade/TNaming_Evolution.hxx
+include/opencascade/TNaming_Identifier.hxx
+include/opencascade/TNaming_Iterator.hxx
+include/opencascade/TNaming_Iterator.lxx
+include/opencascade/TNaming_IteratorOnShapesSet.hxx
+include/opencascade/TNaming_IteratorOnShapesSet.lxx
+include/opencascade/TNaming_ListIteratorOfListOfIndexedDataMapOfShapeListOfShape.hxx
+include/opencascade/TNaming_ListIteratorOfListOfMapOfShape.hxx
+include/opencascade/TNaming_ListIteratorOfListOfNamedShape.hxx
+include/opencascade/TNaming_ListOfIndexedDataMapOfShapeListOfShape.hxx
+include/opencascade/TNaming_ListOfMapOfShape.hxx
+include/opencascade/TNaming_ListOfNamedShape.hxx
+include/opencascade/TNaming_Localizer.hxx
+include/opencascade/TNaming_MapIteratorOfMapOfNamedShape.hxx
+include/opencascade/TNaming_MapOfNamedShape.hxx
+include/opencascade/TNaming_NCollections.hxx
+include/opencascade/TNaming_Name.hxx
+include/opencascade/TNaming_NameType.hxx
+include/opencascade/TNaming_NamedShape.hxx
+include/opencascade/TNaming_NamedShape.lxx
+include/opencascade/TNaming_NamedShapeHasher.hxx
+include/opencascade/TNaming_Naming.hxx
+include/opencascade/TNaming_NamingTool.hxx
+include/opencascade/TNaming_NewShapeIterator.hxx
+include/opencascade/TNaming_NewShapeIterator.lxx
+include/opencascade/TNaming_OldShapeIterator.hxx
+include/opencascade/TNaming_OldShapeIterator.lxx
+include/opencascade/TNaming_PtrAttribute.hxx
+include/opencascade/TNaming_PtrNode.hxx
+include/opencascade/TNaming_PtrRefShape.hxx
+include/opencascade/TNaming_RefShape.hxx
+include/opencascade/TNaming_RefShape.lxx
+include/opencascade/TNaming_SameShapeIterator.hxx
+include/opencascade/TNaming_SameShapeIterator.lxx
+include/opencascade/TNaming_Scope.hxx
+include/opencascade/TNaming_Selector.hxx
+include/opencascade/TNaming_ShapesSet.hxx
+include/opencascade/TNaming_ShapesSet.lxx
+include/opencascade/TNaming_Tool.hxx
+include/opencascade/TNaming_TranslateTool.hxx
+include/opencascade/TNaming_Translator.hxx
+include/opencascade/TNaming_UsedShapes.hxx
+include/opencascade/TNaming_UsedShapes.lxx
+include/opencascade/TObjDRAW.hxx
+include/opencascade/TObj_Application.hxx
+include/opencascade/TObj_Assistant.hxx
+include/opencascade/TObj_CheckModel.hxx
+include/opencascade/TObj_Common.hxx
+include/opencascade/TObj_Container.hxx
+include/opencascade/TObj_DeletingMode.hxx
+include/opencascade/TObj_HiddenPartition.hxx
+include/opencascade/TObj_LabelIterator.hxx
+include/opencascade/TObj_Model.hxx
+include/opencascade/TObj_ModelIterator.hxx
+include/opencascade/TObj_Object.hxx
+include/opencascade/TObj_ObjectIterator.hxx
+include/opencascade/TObj_OcafObjectIterator.hxx
+include/opencascade/TObj_Partition.hxx
+include/opencascade/TObj_Persistence.hxx
+include/opencascade/TObj_ReferenceIterator.hxx
+include/opencascade/TObj_SequenceIterator.hxx
+include/opencascade/TObj_SequenceOfIterator.hxx
+include/opencascade/TObj_SequenceOfObject.hxx
+include/opencascade/TObj_TIntSparseArray.hxx
+include/opencascade/TObj_TModel.hxx
+include/opencascade/TObj_TNameContainer.hxx
+include/opencascade/TObj_TObject.hxx
+include/opencascade/TObj_TReference.hxx
+include/opencascade/TObj_TXYZ.hxx
+include/opencascade/TPrsStd_AISPresentation.hxx
+include/opencascade/TPrsStd_AISViewer.hxx
+include/opencascade/TPrsStd_AxisDriver.hxx
+include/opencascade/TPrsStd_ConstraintDriver.hxx
+include/opencascade/TPrsStd_ConstraintTools.hxx
+include/opencascade/TPrsStd_DataMapIteratorOfDataMapOfGUIDDriver.hxx
+include/opencascade/TPrsStd_DataMapOfGUIDDriver.hxx
+include/opencascade/TPrsStd_Driver.hxx
+include/opencascade/TPrsStd_DriverTable.hxx
+include/opencascade/TPrsStd_GeometryDriver.hxx
+include/opencascade/TPrsStd_NamedShapeDriver.hxx
+include/opencascade/TPrsStd_PlaneDriver.hxx
+include/opencascade/TPrsStd_PointDriver.hxx
+include/opencascade/TShort_Array1OfShortReal.hxx
+include/opencascade/TShort_Array2OfShortReal.hxx
+include/opencascade/TShort_HArray1OfShortReal.hxx
+include/opencascade/TShort_HArray2OfShortReal.hxx
+include/opencascade/TShort_HSequenceOfShortReal.hxx
+include/opencascade/TShort_SequenceOfShortReal.hxx
+include/opencascade/TopAbs.hxx
+include/opencascade/TopAbs_Orientation.hxx
+include/opencascade/TopAbs_ShapeEnum.hxx
+include/opencascade/TopAbs_State.hxx
+include/opencascade/TopBas_Interference.gxx
+include/opencascade/TopBas_Interference.lxx
+include/opencascade/TopBas_ListIteratorOfListOfTestInterference.hxx
+include/opencascade/TopBas_ListOfTestInterference.hxx
+include/opencascade/TopBas_TestInterference.hxx
+include/opencascade/TopClass_Classifier2d.gxx
+include/opencascade/TopClass_Classifier2d.lxx
+include/opencascade/TopClass_Classifier3d.gxx
+include/opencascade/TopClass_Classifier3d.lxx
+include/opencascade/TopClass_FaceClassifier.gxx
+include/opencascade/TopClass_FaceClassifier.lxx
+include/opencascade/TopClass_SolidClassifier.gxx
+include/opencascade/TopClass_SolidExplorer.hxx
+include/opencascade/TopCnx_EdgeFaceTransition.hxx
+include/opencascade/TopExp.hxx
+include/opencascade/TopExp_Explorer.hxx
+include/opencascade/TopExp_Stack.hxx
+include/opencascade/TopLoc_Datum3D.hxx
+include/opencascade/TopLoc_IndexedMapOfLocation.hxx
+include/opencascade/TopLoc_ItemLocation.hxx
+include/opencascade/TopLoc_Location.hxx
+include/opencascade/TopLoc_Location.lxx
+include/opencascade/TopLoc_MapIteratorOfMapOfLocation.hxx
+include/opencascade/TopLoc_MapLocationHasher.hxx
+include/opencascade/TopLoc_MapOfLocation.hxx
+include/opencascade/TopLoc_SListNodeOfItemLocation.hxx
+include/opencascade/TopLoc_SListNodeOfItemLocation.lxx
+include/opencascade/TopLoc_SListOfItemLocation.hxx
+include/opencascade/TopOpeBRep.hxx
+include/opencascade/TopOpeBRepBuild_Area1dBuilder.hxx
+include/opencascade/TopOpeBRepBuild_Area2dBuilder.hxx
+include/opencascade/TopOpeBRepBuild_Area3dBuilder.hxx
+include/opencascade/TopOpeBRepBuild_AreaBuilder.hxx
+include/opencascade/TopOpeBRepBuild_BlockBuilder.hxx
+include/opencascade/TopOpeBRepBuild_BlockIterator.hxx
+include/opencascade/TopOpeBRepBuild_BlockIterator.lxx
+include/opencascade/TopOpeBRepBuild_Builder.hxx
+include/opencascade/TopOpeBRepBuild_Builder1.hxx
+include/opencascade/TopOpeBRepBuild_BuilderON.hxx
+include/opencascade/TopOpeBRepBuild_CompositeClassifier.hxx
+include/opencascade/TopOpeBRepBuild_CorrectFace2d.hxx
+include/opencascade/TopOpeBRepBuild_DataMapIteratorOfDataMapOfShapeListOfShapeListOfShape.hxx
+include/opencascade/TopOpeBRepBuild_DataMapOfShapeListOfShapeListOfShape.hxx
+include/opencascade/TopOpeBRepBuild_EdgeBuilder.hxx
+include/opencascade/TopOpeBRepBuild_FaceAreaBuilder.hxx
+include/opencascade/TopOpeBRepBuild_FaceBuilder.hxx
+include/opencascade/TopOpeBRepBuild_FuseFace.hxx
+include/opencascade/TopOpeBRepBuild_FuseFace.lxx
+include/opencascade/TopOpeBRepBuild_GIter.hxx
+include/opencascade/TopOpeBRepBuild_GTool.hxx
+include/opencascade/TopOpeBRepBuild_GTopo.hxx
+include/opencascade/TopOpeBRepBuild_HBuilder.hxx
+include/opencascade/TopOpeBRepBuild_IndexedDataMapOfShapeVertexInfo.hxx
+include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfListOfLoop.hxx
+include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfLoop.hxx
+include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfPave.hxx
+include/opencascade/TopOpeBRepBuild_ListIteratorOfListOfShapeListOfShape.hxx
+include/opencascade/TopOpeBRepBuild_ListOfListOfLoop.hxx
+include/opencascade/TopOpeBRepBuild_ListOfLoop.hxx
+include/opencascade/TopOpeBRepBuild_ListOfPave.hxx
+include/opencascade/TopOpeBRepBuild_ListOfShapeListOfShape.hxx
+include/opencascade/TopOpeBRepBuild_Loop.hxx
+include/opencascade/TopOpeBRepBuild_LoopClassifier.hxx
+include/opencascade/TopOpeBRepBuild_LoopEnum.hxx
+include/opencascade/TopOpeBRepBuild_LoopSet.hxx
+include/opencascade/TopOpeBRepBuild_PBuilder.hxx
+include/opencascade/TopOpeBRepBuild_PGTopo.hxx
+include/opencascade/TopOpeBRepBuild_PWireEdgeSet.hxx
+include/opencascade/TopOpeBRepBuild_Pave.hxx
+include/opencascade/TopOpeBRepBuild_PaveClassifier.hxx
+include/opencascade/TopOpeBRepBuild_PaveSet.hxx
+include/opencascade/TopOpeBRepBuild_ShapeListOfShape.hxx
+include/opencascade/TopOpeBRepBuild_ShapeSet.hxx
+include/opencascade/TopOpeBRepBuild_ShellFaceClassifier.hxx
+include/opencascade/TopOpeBRepBuild_ShellFaceSet.hxx
+include/opencascade/TopOpeBRepBuild_ShellToSolid.hxx
+include/opencascade/TopOpeBRepBuild_SolidAreaBuilder.hxx
+include/opencascade/TopOpeBRepBuild_SolidBuilder.hxx
+include/opencascade/TopOpeBRepBuild_Tools.hxx
+include/opencascade/TopOpeBRepBuild_Tools2d.hxx
+include/opencascade/TopOpeBRepBuild_VertexInfo.hxx
+include/opencascade/TopOpeBRepBuild_WireEdgeClassifier.hxx
+include/opencascade/TopOpeBRepBuild_WireEdgeSet.hxx
+include/opencascade/TopOpeBRepBuild_WireToFace.hxx
+include/opencascade/TopOpeBRepBuild_define.hxx
+include/opencascade/TopOpeBRepBuild_kpresu.hxx
+include/opencascade/TopOpeBRepDS.hxx
+include/opencascade/TopOpeBRepDS_Array1OfDataMapOfIntegerListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_Association.hxx
+include/opencascade/TopOpeBRepDS_BuildTool.hxx
+include/opencascade/TopOpeBRepDS_Check.hxx
+include/opencascade/TopOpeBRepDS_CheckStatus.hxx
+include/opencascade/TopOpeBRepDS_Config.hxx
+include/opencascade/TopOpeBRepDS_Curve.hxx
+include/opencascade/TopOpeBRepDS_CurveData.hxx
+include/opencascade/TopOpeBRepDS_CurveExplorer.hxx
+include/opencascade/TopOpeBRepDS_CurveIterator.hxx
+include/opencascade/TopOpeBRepDS_CurvePointInterference.hxx
+include/opencascade/TopOpeBRepDS_DRAW.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfCheckStatus.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfIntegerListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfInterferenceShape.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeListOfShapeOn1State.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfDataMapOfShapeState.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfCurve.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfIntegerShapeData.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfPoint.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfMapOfSurface.hxx
+include/opencascade/TopOpeBRepDS_DataMapIteratorOfShapeSurface.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfCheckStatus.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfIntegerListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfInterferenceListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfInterferenceShape.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfShapeListOfShapeOn1State.hxx
+include/opencascade/TopOpeBRepDS_DataMapOfShapeState.hxx
+include/opencascade/TopOpeBRepDS_DataStructure.hxx
+include/opencascade/TopOpeBRepDS_DoubleMapIteratorOfDoubleMapOfIntegerShape.hxx
+include/opencascade/TopOpeBRepDS_DoubleMapOfIntegerShape.hxx
+include/opencascade/TopOpeBRepDS_Dumper.hxx
+include/opencascade/TopOpeBRepDS_EIR.hxx
+include/opencascade/TopOpeBRepDS_EXPORT.hxx
+include/opencascade/TopOpeBRepDS_Edge3dInterferenceTool.hxx
+include/opencascade/TopOpeBRepDS_EdgeInterferenceTool.hxx
+include/opencascade/TopOpeBRepDS_EdgeVertexInterference.hxx
+include/opencascade/TopOpeBRepDS_Explorer.hxx
+include/opencascade/TopOpeBRepDS_FIR.hxx
+include/opencascade/TopOpeBRepDS_FaceEdgeInterference.hxx
+include/opencascade/TopOpeBRepDS_FaceInterferenceTool.hxx
+include/opencascade/TopOpeBRepDS_Filter.hxx
+include/opencascade/TopOpeBRepDS_GapFiller.hxx
+include/opencascade/TopOpeBRepDS_GapTool.hxx
+include/opencascade/TopOpeBRepDS_GeometryData.hxx
+include/opencascade/TopOpeBRepDS_HArray1OfDataMapOfIntegerListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_HDataStructure.hxx
+include/opencascade/TopOpeBRepDS_IndexedDataMapOfShapeWithState.hxx
+include/opencascade/TopOpeBRepDS_IndexedDataMapOfVertexPoint.hxx
+include/opencascade/TopOpeBRepDS_Interference.hxx
+include/opencascade/TopOpeBRepDS_InterferenceIterator.hxx
+include/opencascade/TopOpeBRepDS_InterferenceTool.hxx
+include/opencascade/TopOpeBRepDS_Kind.hxx
+include/opencascade/TopOpeBRepDS_ListIteratorOfListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_ListOfInterference.hxx
+include/opencascade/TopOpeBRepDS_ListOfShapeOn1State.hxx
+include/opencascade/TopOpeBRepDS_MapOfCurve.hxx
+include/opencascade/TopOpeBRepDS_MapOfIntegerShapeData.hxx
+include/opencascade/TopOpeBRepDS_MapOfPoint.hxx
+include/opencascade/TopOpeBRepDS_MapOfShapeData.hxx
+include/opencascade/TopOpeBRepDS_MapOfSurface.hxx
+include/opencascade/TopOpeBRepDS_Marker.hxx
+include/opencascade/TopOpeBRepDS_PDataStructure.hxx
+include/opencascade/TopOpeBRepDS_Point.hxx
+include/opencascade/TopOpeBRepDS_PointData.hxx
+include/opencascade/TopOpeBRepDS_PointExplorer.hxx
+include/opencascade/TopOpeBRepDS_PointIterator.hxx
+include/opencascade/TopOpeBRepDS_ProcessInterferencesTool.hxx
+include/opencascade/TopOpeBRepDS_Reducer.hxx
+include/opencascade/TopOpeBRepDS_ShapeData.hxx
+include/opencascade/TopOpeBRepDS_ShapeShapeInterference.hxx
+include/opencascade/TopOpeBRepDS_ShapeSurface.hxx
+include/opencascade/TopOpeBRepDS_ShapeWithState.hxx
+include/opencascade/TopOpeBRepDS_SolidSurfaceInterference.hxx
+include/opencascade/TopOpeBRepDS_Surface.hxx
+include/opencascade/TopOpeBRepDS_SurfaceCurveInterference.hxx
+include/opencascade/TopOpeBRepDS_SurfaceData.hxx
+include/opencascade/TopOpeBRepDS_SurfaceExplorer.hxx
+include/opencascade/TopOpeBRepDS_SurfaceIterator.hxx
+include/opencascade/TopOpeBRepDS_TKI.hxx
+include/opencascade/TopOpeBRepDS_TOOL.hxx
+include/opencascade/TopOpeBRepDS_Transition.hxx
+include/opencascade/TopOpeBRepDS_connex.hxx
+include/opencascade/TopOpeBRepDS_define.hxx
+include/opencascade/TopOpeBRepDS_repvg.hxx
+include/opencascade/TopOpeBRepDS_samdom.hxx
+include/opencascade/TopOpeBRepTool.hxx
+include/opencascade/TopOpeBRepTool_2d.hxx
+include/opencascade/TopOpeBRepTool_AncestorsTool.hxx
+include/opencascade/TopOpeBRepTool_BoxSort.hxx
+include/opencascade/TopOpeBRepTool_C2DF.hxx
+include/opencascade/TopOpeBRepTool_CLASSI.hxx
+include/opencascade/TopOpeBRepTool_CORRISO.hxx
+include/opencascade/TopOpeBRepTool_CurveTool.hxx
+include/opencascade/TopOpeBRepTool_DRAW.hxx
+include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfOrientedShapeC2DF.hxx
+include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeListOfC2DF.hxx
+include/opencascade/TopOpeBRepTool_DataMapIteratorOfDataMapOfShapeface.hxx
+include/opencascade/TopOpeBRepTool_DataMapOfOrientedShapeC2DF.hxx
+include/opencascade/TopOpeBRepTool_DataMapOfShapeListOfC2DF.hxx
+include/opencascade/TopOpeBRepTool_DataMapOfShapeface.hxx
+include/opencascade/TopOpeBRepTool_EXPORT.hxx
+include/opencascade/TopOpeBRepTool_FuseEdges.hxx
+include/opencascade/TopOpeBRepTool_GEOMETRY.hxx
+include/opencascade/TopOpeBRepTool_GeomTool.hxx
+include/opencascade/TopOpeBRepTool_HBoxTool.hxx
+include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeBox.hxx
+include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeBox2d.hxx
+include/opencascade/TopOpeBRepTool_IndexedDataMapOfShapeconnexity.hxx
+include/opencascade/TopOpeBRepTool_IndexedDataMapOfSolidClassifier.hxx
+include/opencascade/TopOpeBRepTool_KRO.hxx
+include/opencascade/TopOpeBRepTool_ListIteratorOfListOfC2DF.hxx
+include/opencascade/TopOpeBRepTool_ListOfC2DF.hxx
+include/opencascade/TopOpeBRepTool_OutCurveType.hxx
+include/opencascade/TopOpeBRepTool_PROJECT.hxx
+include/opencascade/TopOpeBRepTool_PShapeClassifier.hxx
+include/opencascade/TopOpeBRepTool_PSoClassif.hxx
+include/opencascade/TopOpeBRepTool_PURGE.hxx
+include/opencascade/TopOpeBRepTool_Plos.hxx
+include/opencascade/TopOpeBRepTool_PurgeInternalEdges.hxx
+include/opencascade/TopOpeBRepTool_REGUS.hxx
+include/opencascade/TopOpeBRepTool_REGUW.hxx
+include/opencascade/TopOpeBRepTool_SC.hxx
+include/opencascade/TopOpeBRepTool_STATE.hxx
+include/opencascade/TopOpeBRepTool_ShapeClassifier.hxx
+include/opencascade/TopOpeBRepTool_ShapeExplorer.hxx
+include/opencascade/TopOpeBRepTool_ShapeTool.hxx
+include/opencascade/TopOpeBRepTool_SolidClassifier.hxx
+include/opencascade/TopOpeBRepTool_TOOL.hxx
+include/opencascade/TopOpeBRepTool_TOPOLOGY.hxx
+include/opencascade/TopOpeBRepTool_box.hxx
+include/opencascade/TopOpeBRepTool_connexity.hxx
+include/opencascade/TopOpeBRepTool_define.hxx
+include/opencascade/TopOpeBRepTool_defineG.hxx
+include/opencascade/TopOpeBRepTool_face.hxx
+include/opencascade/TopOpeBRepTool_makeTransition.hxx
+include/opencascade/TopOpeBRepTool_mkTondgE.hxx
+include/opencascade/TopOpeBRepTool_tol.hxx
+include/opencascade/TopOpeBRep_Array1OfLineInter.hxx
+include/opencascade/TopOpeBRep_Array1OfVPointInter.hxx
+include/opencascade/TopOpeBRep_Bipoint.hxx
+include/opencascade/TopOpeBRep_DRAW.hxx
+include/opencascade/TopOpeBRep_DSFiller.hxx
+include/opencascade/TopOpeBRep_DataMapIteratorOfDataMapOfTopolTool.hxx
+include/opencascade/TopOpeBRep_DataMapOfTopolTool.hxx
+include/opencascade/TopOpeBRep_EdgesFiller.hxx
+include/opencascade/TopOpeBRep_EdgesIntersector.hxx
+include/opencascade/TopOpeBRep_FFDumper.hxx
+include/opencascade/TopOpeBRep_FFTransitionTool.hxx
+include/opencascade/TopOpeBRep_FaceEdgeFiller.hxx
+include/opencascade/TopOpeBRep_FaceEdgeIntersector.hxx
+include/opencascade/TopOpeBRep_FacesFiller.hxx
+include/opencascade/TopOpeBRep_FacesIntersector.hxx
+include/opencascade/TopOpeBRep_GeomTool.hxx
+include/opencascade/TopOpeBRep_HArray1OfLineInter.hxx
+include/opencascade/TopOpeBRep_HArray1OfVPointInter.hxx
+include/opencascade/TopOpeBRep_Hctxee2d.hxx
+include/opencascade/TopOpeBRep_Hctxff2d.hxx
+include/opencascade/TopOpeBRep_LineInter.hxx
+include/opencascade/TopOpeBRep_LineInter.lxx
+include/opencascade/TopOpeBRep_ListIteratorOfListOfBipoint.hxx
+include/opencascade/TopOpeBRep_ListOfBipoint.hxx
+include/opencascade/TopOpeBRep_P2Dstatus.hxx
+include/opencascade/TopOpeBRep_PEdgesIntersector.hxx
+include/opencascade/TopOpeBRep_PFacesFiller.hxx
+include/opencascade/TopOpeBRep_PFacesIntersector.hxx
+include/opencascade/TopOpeBRep_PIntRes2d_IntersectionPoint.hxx
+include/opencascade/TopOpeBRep_PLineInter.hxx
+include/opencascade/TopOpeBRep_PPntOn2S.hxx
+include/opencascade/TopOpeBRep_PThePointOfIntersection.hxx
+include/opencascade/TopOpeBRep_Point2d.hxx
+include/opencascade/TopOpeBRep_Point2d.lxx
+include/opencascade/TopOpeBRep_PointClassifier.hxx
+include/opencascade/TopOpeBRep_PointGeomTool.hxx
+include/opencascade/TopOpeBRep_SequenceOfPoint2d.hxx
+include/opencascade/TopOpeBRep_ShapeIntersector.hxx
+include/opencascade/TopOpeBRep_ShapeIntersector2d.hxx
+include/opencascade/TopOpeBRep_ShapeScanner.hxx
+include/opencascade/TopOpeBRep_TypeLineCurve.hxx
+include/opencascade/TopOpeBRep_VPointInter.hxx
+include/opencascade/TopOpeBRep_VPointInter.lxx
+include/opencascade/TopOpeBRep_VPointInterClassifier.hxx
+include/opencascade/TopOpeBRep_VPointInterIterator.hxx
+include/opencascade/TopOpeBRep_WPointInter.hxx
+include/opencascade/TopOpeBRep_WPointInterIterator.hxx
+include/opencascade/TopOpeBRep_define.hxx
+include/opencascade/TopOpeBRep_traceSIFF.hxx
+include/opencascade/TopTools.hxx
+include/opencascade/TopTools_Array1OfListOfShape.hxx
+include/opencascade/TopTools_Array1OfShape.hxx
+include/opencascade/TopTools_Array2OfShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfIntegerListOfShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfIntegerShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfOrientedShapeInteger.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfOrientedShapeShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeInteger.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeListOfInteger.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeListOfShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeReal.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeSequenceOfShape.hxx
+include/opencascade/TopTools_DataMapIteratorOfDataMapOfShapeShape.hxx
+include/opencascade/TopTools_DataMapOfIntegerListOfShape.hxx
+include/opencascade/TopTools_DataMapOfIntegerShape.hxx
+include/opencascade/TopTools_DataMapOfOrientedShapeInteger.hxx
+include/opencascade/TopTools_DataMapOfOrientedShapeShape.hxx
+include/opencascade/TopTools_DataMapOfShapeBox.hxx
+include/opencascade/TopTools_DataMapOfShapeInteger.hxx
+include/opencascade/TopTools_DataMapOfShapeListOfInteger.hxx
+include/opencascade/TopTools_DataMapOfShapeListOfShape.hxx
+include/opencascade/TopTools_DataMapOfShapeReal.hxx
+include/opencascade/TopTools_DataMapOfShapeSequenceOfShape.hxx
+include/opencascade/TopTools_DataMapOfShapeShape.hxx
+include/opencascade/TopTools_FormatVersion.hxx
+include/opencascade/TopTools_HArray1OfListOfShape.hxx
+include/opencascade/TopTools_HArray1OfShape.hxx
+include/opencascade/TopTools_HArray2OfShape.hxx
+include/opencascade/TopTools_HSequenceOfShape.hxx
+include/opencascade/TopTools_IndexedDataMapOfShapeAddress.hxx
+include/opencascade/TopTools_IndexedDataMapOfShapeListOfShape.hxx
+include/opencascade/TopTools_IndexedDataMapOfShapeReal.hxx
+include/opencascade/TopTools_IndexedDataMapOfShapeShape.hxx
+include/opencascade/TopTools_IndexedMapOfOrientedShape.hxx
+include/opencascade/TopTools_IndexedMapOfShape.hxx
+include/opencascade/TopTools_ListIteratorOfListOfShape.hxx
+include/opencascade/TopTools_ListOfListOfShape.hxx
+include/opencascade/TopTools_ListOfShape.hxx
+include/opencascade/TopTools_LocationSet.hxx
+include/opencascade/TopTools_LocationSetPtr.hxx
+include/opencascade/TopTools_MapIteratorOfMapOfOrientedShape.hxx
+include/opencascade/TopTools_MapIteratorOfMapOfShape.hxx
+include/opencascade/TopTools_MapOfOrientedShape.hxx
+include/opencascade/TopTools_MapOfShape.hxx
+include/opencascade/TopTools_MutexForShapeProvider.hxx
+include/opencascade/TopTools_OrientedShapeMapHasher.hxx
+include/opencascade/TopTools_OrientedShapeMapHasher.lxx
+include/opencascade/TopTools_SequenceOfShape.hxx
+include/opencascade/TopTools_ShapeMapHasher.hxx
+include/opencascade/TopTools_ShapeMapHasher.lxx
+include/opencascade/TopTools_ShapeSet.hxx
+include/opencascade/TopTrans_Array2OfOrientation.hxx
+include/opencascade/TopTrans_CurveTransition.hxx
+include/opencascade/TopTrans_SurfaceTransition.hxx
+include/opencascade/TopoDS.hxx
+include/opencascade/TopoDS.lxx
+include/opencascade/TopoDSToStep.hxx
+include/opencascade/TopoDSToStep_Builder.hxx
+include/opencascade/TopoDSToStep_BuilderError.hxx
+include/opencascade/TopoDSToStep_FacetedError.hxx
+include/opencascade/TopoDSToStep_FacetedTool.hxx
+include/opencascade/TopoDSToStep_MakeBrepWithVoids.hxx
+include/opencascade/TopoDSToStep_MakeEdgeError.hxx
+include/opencascade/TopoDSToStep_MakeFaceError.hxx
+include/opencascade/TopoDSToStep_MakeFacetedBrep.hxx
+include/opencascade/TopoDSToStep_MakeFacetedBrepAndBrepWithVoids.hxx
+include/opencascade/TopoDSToStep_MakeGeometricCurveSet.hxx
+include/opencascade/TopoDSToStep_MakeManifoldSolidBrep.hxx
+include/opencascade/TopoDSToStep_MakeShellBasedSurfaceModel.hxx
+include/opencascade/TopoDSToStep_MakeStepEdge.hxx
+include/opencascade/TopoDSToStep_MakeStepFace.hxx
+include/opencascade/TopoDSToStep_MakeStepVertex.hxx
+include/opencascade/TopoDSToStep_MakeStepWire.hxx
+include/opencascade/TopoDSToStep_MakeTessellatedItem.hxx
+include/opencascade/TopoDSToStep_MakeVertexError.hxx
+include/opencascade/TopoDSToStep_MakeWireError.hxx
+include/opencascade/TopoDSToStep_Root.hxx
+include/opencascade/TopoDSToStep_Tool.hxx
+include/opencascade/TopoDSToStep_WireframeBuilder.hxx
+include/opencascade/TopoDS_AlertAttribute.hxx
+include/opencascade/TopoDS_AlertWithShape.hxx
+include/opencascade/TopoDS_Builder.hxx
+include/opencascade/TopoDS_Builder.lxx
+include/opencascade/TopoDS_CompSolid.hxx
+include/opencascade/TopoDS_CompSolid.lxx
+include/opencascade/TopoDS_Compound.hxx
+include/opencascade/TopoDS_Compound.lxx
+include/opencascade/TopoDS_Edge.hxx
+include/opencascade/TopoDS_Edge.lxx
+include/opencascade/TopoDS_Face.hxx
+include/opencascade/TopoDS_Face.lxx
+include/opencascade/TopoDS_FrozenShape.hxx
+include/opencascade/TopoDS_HShape.hxx
+include/opencascade/TopoDS_HShape.lxx
+include/opencascade/TopoDS_Iterator.hxx
+include/opencascade/TopoDS_ListIteratorOfListOfShape.hxx
+include/opencascade/TopoDS_ListOfShape.hxx
+include/opencascade/TopoDS_LockedShape.hxx
+include/opencascade/TopoDS_Shape.hxx
+include/opencascade/TopoDS_Shell.hxx
+include/opencascade/TopoDS_Shell.lxx
+include/opencascade/TopoDS_Solid.hxx
+include/opencascade/TopoDS_Solid.lxx
+include/opencascade/TopoDS_TCompSolid.hxx
+include/opencascade/TopoDS_TCompSolid.lxx
+include/opencascade/TopoDS_TCompound.hxx
+include/opencascade/TopoDS_TCompound.lxx
+include/opencascade/TopoDS_TEdge.hxx
+include/opencascade/TopoDS_TEdge.lxx
+include/opencascade/TopoDS_TFace.hxx
+include/opencascade/TopoDS_TFace.lxx
+include/opencascade/TopoDS_TShape.hxx
+include/opencascade/TopoDS_TShell.hxx
+include/opencascade/TopoDS_TShell.lxx
+include/opencascade/TopoDS_TSolid.hxx
+include/opencascade/TopoDS_TSolid.lxx
+include/opencascade/TopoDS_TVertex.hxx
+include/opencascade/TopoDS_TVertex.lxx
+include/opencascade/TopoDS_TWire.hxx
+include/opencascade/TopoDS_TWire.lxx
+include/opencascade/TopoDS_UnCompatibleShapes.hxx
+include/opencascade/TopoDS_Vertex.hxx
+include/opencascade/TopoDS_Vertex.lxx
+include/opencascade/TopoDS_Wire.hxx
+include/opencascade/TopoDS_Wire.lxx
+include/opencascade/TransferBRep.hxx
+include/opencascade/TransferBRep_BinderOfShape.hxx
+include/opencascade/TransferBRep_HSequenceOfTransferResultInfo.hxx
+include/opencascade/TransferBRep_OrientedShapeMapper.hxx
+include/opencascade/TransferBRep_Reader.hxx
+include/opencascade/TransferBRep_SequenceOfTransferResultInfo.hxx
+include/opencascade/TransferBRep_ShapeBinder.hxx
+include/opencascade/TransferBRep_ShapeInfo.hxx
+include/opencascade/TransferBRep_ShapeListBinder.hxx
+include/opencascade/TransferBRep_ShapeMapper.hxx
+include/opencascade/TransferBRep_TransferResultInfo.hxx
+include/opencascade/TransferBRep_TransferResultInfo.lxx
+include/opencascade/Transfer_Actor.gxx
+include/opencascade/Transfer_ActorDispatch.hxx
+include/opencascade/Transfer_ActorOfFinderProcess.hxx
+include/opencascade/Transfer_ActorOfProcessForFinder.hxx
+include/opencascade/Transfer_ActorOfProcessForTransient.hxx
+include/opencascade/Transfer_ActorOfTransientProcess.hxx
+include/opencascade/Transfer_Binder.hxx
+include/opencascade/Transfer_BinderOfTransientInteger.hxx
+include/opencascade/Transfer_DataInfo.hxx
+include/opencascade/Transfer_DispatchControl.hxx
+include/opencascade/Transfer_FindHasher.hxx
+include/opencascade/Transfer_Finder.hxx
+include/opencascade/Transfer_FinderProcess.hxx
+include/opencascade/Transfer_HSequenceOfBinder.hxx
+include/opencascade/Transfer_HSequenceOfFinder.hxx
+include/opencascade/Transfer_Iterator.gxx
+include/opencascade/Transfer_IteratorOfProcessForFinder.hxx
+include/opencascade/Transfer_IteratorOfProcessForTransient.hxx
+include/opencascade/Transfer_MapContainer.hxx
+include/opencascade/Transfer_Mapper.gxx
+include/opencascade/Transfer_MultipleBinder.hxx
+include/opencascade/Transfer_ProcessForFinder.hxx
+include/opencascade/Transfer_ProcessForTransient.hxx
+include/opencascade/Transfer_ResultFromModel.hxx
+include/opencascade/Transfer_ResultFromTransient.hxx
+include/opencascade/Transfer_SequenceOfBinder.hxx
+include/opencascade/Transfer_SequenceOfFinder.hxx
+include/opencascade/Transfer_SimpleBinderOfTransient.hxx
+include/opencascade/Transfer_StatusExec.hxx
+include/opencascade/Transfer_StatusResult.hxx
+include/opencascade/Transfer_TransferDeadLoop.hxx
+include/opencascade/Transfer_TransferDispatch.hxx
+include/opencascade/Transfer_TransferFailure.hxx
+include/opencascade/Transfer_TransferInput.hxx
+include/opencascade/Transfer_TransferIterator.hxx
+include/opencascade/Transfer_TransferMapOfProcessForFinder.hxx
+include/opencascade/Transfer_TransferMapOfProcessForTransient.hxx
+include/opencascade/Transfer_TransferOutput.hxx
+include/opencascade/Transfer_TransferProcess.gxx
+include/opencascade/Transfer_TransientListBinder.hxx
+include/opencascade/Transfer_TransientMapper.hxx
+include/opencascade/Transfer_TransientProcess.hxx
+include/opencascade/Transfer_UndefMode.hxx
+include/opencascade/Transfer_VoidBinder.hxx
+include/opencascade/UTL.hxx
+include/opencascade/Units.hxx
+include/opencascade/UnitsAPI.hxx
+include/opencascade/UnitsAPI_SystemUnits.hxx
+include/opencascade/UnitsMethods.hxx
+include/opencascade/UnitsMethods_LengthUnit.hxx
+include/opencascade/Units_Dimensions.hxx
+include/opencascade/Units_Dimensions.lxx
+include/opencascade/Units_Explorer.hxx
+include/opencascade/Units_Lexicon.hxx
+include/opencascade/Units_Lexicon.lxx
+include/opencascade/Units_MathSentence.hxx
+include/opencascade/Units_Measurement.hxx
+include/opencascade/Units_NoSuchType.hxx
+include/opencascade/Units_NoSuchUnit.hxx
+include/opencascade/Units_Operators.hxx
+include/opencascade/Units_QtsSequence.hxx
+include/opencascade/Units_QuantitiesSequence.hxx
+include/opencascade/Units_Quantity.hxx
+include/opencascade/Units_Quantity.lxx
+include/opencascade/Units_Sentence.hxx
+include/opencascade/Units_Sentence.lxx
+include/opencascade/Units_ShiftedToken.hxx
+include/opencascade/Units_ShiftedUnit.hxx
+include/opencascade/Units_TksSequence.hxx
+include/opencascade/Units_Token.hxx
+include/opencascade/Units_Token.lxx
+include/opencascade/Units_TokensSequence.hxx
+include/opencascade/Units_Unit.hxx
+include/opencascade/Units_Unit.lxx
+include/opencascade/Units_UnitSentence.hxx
+include/opencascade/Units_UnitsDictionary.hxx
+include/opencascade/Units_UnitsDictionary.lxx
+include/opencascade/Units_UnitsLexicon.hxx
+include/opencascade/Units_UnitsLexicon.lxx
+include/opencascade/Units_UnitsSequence.hxx
+include/opencascade/Units_UnitsSystem.hxx
+include/opencascade/Units_UtsSequence.hxx
+include/opencascade/V3d.hxx
+include/opencascade/V3d_AmbientLight.hxx
+include/opencascade/V3d_BadValue.hxx
+include/opencascade/V3d_CircularGrid.hxx
+include/opencascade/V3d_DirectionalLight.hxx
+include/opencascade/V3d_ImageDumpOptions.hxx
+include/opencascade/V3d_Light.hxx
+include/opencascade/V3d_ListOfLight.hxx
+include/opencascade/V3d_ListOfView.hxx
+include/opencascade/V3d_Plane.hxx
+include/opencascade/V3d_PositionLight.hxx
+include/opencascade/V3d_PositionalLight.hxx
+include/opencascade/V3d_RectangularGrid.hxx
+include/opencascade/V3d_SpotLight.hxx
+include/opencascade/V3d_StereoDumpOptions.hxx
+include/opencascade/V3d_Trihedron.hxx
+include/opencascade/V3d_TypeOfAxe.hxx
+include/opencascade/V3d_TypeOfBackfacingModel.hxx
+include/opencascade/V3d_TypeOfLight.hxx
+include/opencascade/V3d_TypeOfOrientation.hxx
+include/opencascade/V3d_TypeOfShadingModel.hxx
+include/opencascade/V3d_TypeOfView.hxx
+include/opencascade/V3d_TypeOfVisualization.hxx
+include/opencascade/V3d_UnMapped.hxx
+include/opencascade/V3d_View.hxx
+include/opencascade/V3d_Viewer.hxx
+include/opencascade/V3d_ViewerPointer.hxx
+include/opencascade/ViewerTest.hxx
+include/opencascade/ViewerTest_AutoUpdater.hxx
+include/opencascade/ViewerTest_CmdParser.hxx
+include/opencascade/ViewerTest_ContinuousRedrawer.hxx
+include/opencascade/ViewerTest_DoubleMapIteratorOfDoubleMapOfInteractiveAndName.hxx
+include/opencascade/ViewerTest_DoubleMapOfInteractiveAndName.hxx
+include/opencascade/ViewerTest_EventManager.hxx
+include/opencascade/ViewerTest_V3dView.hxx
+include/opencascade/Vrml.hxx
+include/opencascade/VrmlAPI.hxx
+include/opencascade/VrmlAPI_CafReader.hxx
+include/opencascade/VrmlAPI_RepresentationOfShape.hxx
+include/opencascade/VrmlAPI_Writer.hxx
+include/opencascade/VrmlConverter_Curve.hxx
+include/opencascade/VrmlConverter_DeflectionCurve.hxx
+include/opencascade/VrmlConverter_Drawer.hxx
+include/opencascade/VrmlConverter_HLRShape.hxx
+include/opencascade/VrmlConverter_IsoAspect.hxx
+include/opencascade/VrmlConverter_LineAspect.hxx
+include/opencascade/VrmlConverter_PointAspect.hxx
+include/opencascade/VrmlConverter_Projector.hxx
+include/opencascade/VrmlConverter_ShadedShape.hxx
+include/opencascade/VrmlConverter_ShadingAspect.hxx
+include/opencascade/VrmlConverter_TypeOfCamera.hxx
+include/opencascade/VrmlConverter_TypeOfLight.hxx
+include/opencascade/VrmlConverter_WFDeflectionRestrictedFace.hxx
+include/opencascade/VrmlConverter_WFDeflectionShape.hxx
+include/opencascade/VrmlConverter_WFRestrictedFace.hxx
+include/opencascade/VrmlConverter_WFShape.hxx
+include/opencascade/VrmlData_Appearance.hxx
+include/opencascade/VrmlData_ArrayVec3d.hxx
+include/opencascade/VrmlData_Box.hxx
+include/opencascade/VrmlData_Color.hxx
+include/opencascade/VrmlData_Cone.hxx
+include/opencascade/VrmlData_Coordinate.hxx
+include/opencascade/VrmlData_Cylinder.hxx
+include/opencascade/VrmlData_DataMapOfShapeAppearance.hxx
+include/opencascade/VrmlData_ErrorStatus.hxx
+include/opencascade/VrmlData_Faceted.hxx
+include/opencascade/VrmlData_Geometry.hxx
+include/opencascade/VrmlData_Group.hxx
+include/opencascade/VrmlData_ImageTexture.hxx
+include/opencascade/VrmlData_InBuffer.hxx
+include/opencascade/VrmlData_IndexedFaceSet.hxx
+include/opencascade/VrmlData_IndexedLineSet.hxx
+include/opencascade/VrmlData_ListOfNode.hxx
+include/opencascade/VrmlData_MapOfNode.hxx
+include/opencascade/VrmlData_Material.hxx
+include/opencascade/VrmlData_Node.hxx
+include/opencascade/VrmlData_Normal.hxx
+include/opencascade/VrmlData_Scene.hxx
+include/opencascade/VrmlData_ShapeConvert.hxx
+include/opencascade/VrmlData_ShapeNode.hxx
+include/opencascade/VrmlData_Sphere.hxx
+include/opencascade/VrmlData_Texture.hxx
+include/opencascade/VrmlData_TextureCoordinate.hxx
+include/opencascade/VrmlData_TextureTransform.hxx
+include/opencascade/VrmlData_UnknownNode.hxx
+include/opencascade/VrmlData_WorldInfo.hxx
+include/opencascade/Vrml_AsciiText.hxx
+include/opencascade/Vrml_AsciiTextJustification.hxx
+include/opencascade/Vrml_Cone.hxx
+include/opencascade/Vrml_ConeParts.hxx
+include/opencascade/Vrml_ConfigurationNode.hxx
+include/opencascade/Vrml_Coordinate3.hxx
+include/opencascade/Vrml_Cube.hxx
+include/opencascade/Vrml_Cylinder.hxx
+include/opencascade/Vrml_CylinderParts.hxx
+include/opencascade/Vrml_DirectionalLight.hxx
+include/opencascade/Vrml_FaceType.hxx
+include/opencascade/Vrml_FontStyle.hxx
+include/opencascade/Vrml_FontStyleFamily.hxx
+include/opencascade/Vrml_FontStyleStyle.hxx
+include/opencascade/Vrml_Group.hxx
+include/opencascade/Vrml_IndexedFaceSet.hxx
+include/opencascade/Vrml_IndexedLineSet.hxx
+include/opencascade/Vrml_Info.hxx
+include/opencascade/Vrml_Instancing.hxx
+include/opencascade/Vrml_LOD.hxx
+include/opencascade/Vrml_Material.hxx
+include/opencascade/Vrml_MaterialBinding.hxx
+include/opencascade/Vrml_MaterialBindingAndNormalBinding.hxx
+include/opencascade/Vrml_MatrixTransform.hxx
+include/opencascade/Vrml_Normal.hxx
+include/opencascade/Vrml_NormalBinding.hxx
+include/opencascade/Vrml_OrthographicCamera.hxx
+include/opencascade/Vrml_PerspectiveCamera.hxx
+include/opencascade/Vrml_PointLight.hxx
+include/opencascade/Vrml_PointSet.hxx
+include/opencascade/Vrml_Provider.hxx
+include/opencascade/Vrml_Rotation.hxx
+include/opencascade/Vrml_SFImage.hxx
+include/opencascade/Vrml_SFImageNumber.hxx
+include/opencascade/Vrml_SFRotation.hxx
+include/opencascade/Vrml_Scale.hxx
+include/opencascade/Vrml_Separator.hxx
+include/opencascade/Vrml_SeparatorRenderCulling.hxx
+include/opencascade/Vrml_ShapeHints.hxx
+include/opencascade/Vrml_ShapeType.hxx
+include/opencascade/Vrml_Sphere.hxx
+include/opencascade/Vrml_SpotLight.hxx
+include/opencascade/Vrml_Switch.hxx
+include/opencascade/Vrml_Texture2.hxx
+include/opencascade/Vrml_Texture2Transform.hxx
+include/opencascade/Vrml_Texture2Wrap.hxx
+include/opencascade/Vrml_TextureCoordinate2.hxx
+include/opencascade/Vrml_Transform.hxx
+include/opencascade/Vrml_TransformSeparator.hxx
+include/opencascade/Vrml_Translation.hxx
+include/opencascade/Vrml_VertexOrdering.hxx
+include/opencascade/Vrml_WWWAnchor.hxx
+include/opencascade/Vrml_WWWAnchorMap.hxx
+include/opencascade/Vrml_WWWInline.hxx
+include/opencascade/WNT_ClassDefinitionError.hxx
+include/opencascade/WNT_Dword.hxx
+include/opencascade/WNT_HIDSpaceMouse.hxx
+include/opencascade/WNT_OrientationType.hxx
+include/opencascade/WNT_WClass.hxx
+include/opencascade/WNT_Window.hxx
+include/opencascade/WNT_WindowPtr.hxx
+include/opencascade/Wasm_Window.hxx
+include/opencascade/XBRepMesh.hxx
+include/opencascade/XCAFApp_Application.hxx
+include/opencascade/XCAFDimTolObjects_AngularQualifier.hxx
+include/opencascade/XCAFDimTolObjects_DataMapOfToleranceDatum.hxx
+include/opencascade/XCAFDimTolObjects_DatumModifWithValue.hxx
+include/opencascade/XCAFDimTolObjects_DatumModifiersSequence.hxx
+include/opencascade/XCAFDimTolObjects_DatumObject.hxx
+include/opencascade/XCAFDimTolObjects_DatumObjectSequence.hxx
+include/opencascade/XCAFDimTolObjects_DatumSingleModif.hxx
+include/opencascade/XCAFDimTolObjects_DatumTargetType.hxx
+include/opencascade/XCAFDimTolObjects_DimensionFormVariance.hxx
+include/opencascade/XCAFDimTolObjects_DimensionGrade.hxx
+include/opencascade/XCAFDimTolObjects_DimensionModif.hxx
+include/opencascade/XCAFDimTolObjects_DimensionModifiersSequence.hxx
+include/opencascade/XCAFDimTolObjects_DimensionObject.hxx
+include/opencascade/XCAFDimTolObjects_DimensionObjectSequence.hxx
+include/opencascade/XCAFDimTolObjects_DimensionQualifier.hxx
+include/opencascade/XCAFDimTolObjects_DimensionType.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceMatReqModif.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceModif.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceModifiersSequence.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceObject.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceObjectSequence.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceType.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceTypeValue.hxx
+include/opencascade/XCAFDimTolObjects_GeomToleranceZoneModif.hxx
+include/opencascade/XCAFDimTolObjects_ToleranceZoneAffectedPlane.hxx
+include/opencascade/XCAFDimTolObjects_Tool.hxx
+include/opencascade/XCAFDoc.hxx
+include/opencascade/XCAFDoc_Area.hxx
+include/opencascade/XCAFDoc_AssemblyGraph.hxx
+include/opencascade/XCAFDoc_AssemblyItemId.hxx
+include/opencascade/XCAFDoc_AssemblyItemRef.hxx
+include/opencascade/XCAFDoc_AssemblyIterator.hxx
+include/opencascade/XCAFDoc_AssemblyTool.hxx
+include/opencascade/XCAFDoc_Centroid.hxx
+include/opencascade/XCAFDoc_ClippingPlaneTool.hxx
+include/opencascade/XCAFDoc_Color.hxx
+include/opencascade/XCAFDoc_ColorTool.hxx
+include/opencascade/XCAFDoc_ColorType.hxx
+include/opencascade/XCAFDoc_DataMapIteratorOfDataMapOfShapeLabel.hxx
+include/opencascade/XCAFDoc_DataMapOfShapeLabel.hxx
+include/opencascade/XCAFDoc_Datum.hxx
+include/opencascade/XCAFDoc_DimTol.hxx
+include/opencascade/XCAFDoc_DimTolTool.hxx
+include/opencascade/XCAFDoc_Dimension.hxx
+include/opencascade/XCAFDoc_DocumentTool.hxx
+include/opencascade/XCAFDoc_Editor.hxx
+include/opencascade/XCAFDoc_GeomTolerance.hxx
+include/opencascade/XCAFDoc_GraphNode.hxx
+include/opencascade/XCAFDoc_GraphNodeSequence.hxx
+include/opencascade/XCAFDoc_LayerTool.hxx
+include/opencascade/XCAFDoc_LengthUnit.hxx
+include/opencascade/XCAFDoc_Location.hxx
+include/opencascade/XCAFDoc_Material.hxx
+include/opencascade/XCAFDoc_MaterialTool.hxx
+include/opencascade/XCAFDoc_Note.hxx
+include/opencascade/XCAFDoc_NoteBalloon.hxx
+include/opencascade/XCAFDoc_NoteBinData.hxx
+include/opencascade/XCAFDoc_NoteComment.hxx
+include/opencascade/XCAFDoc_NotesTool.hxx
+include/opencascade/XCAFDoc_PartId.hxx
+include/opencascade/XCAFDoc_ShapeMapTool.hxx
+include/opencascade/XCAFDoc_ShapeTool.hxx
+include/opencascade/XCAFDoc_View.hxx
+include/opencascade/XCAFDoc_ViewTool.hxx
+include/opencascade/XCAFDoc_VisMaterial.hxx
+include/opencascade/XCAFDoc_VisMaterialCommon.hxx
+include/opencascade/XCAFDoc_VisMaterialPBR.hxx
+include/opencascade/XCAFDoc_VisMaterialTool.hxx
+include/opencascade/XCAFDoc_Volume.hxx
+include/opencascade/XCAFNoteObjects_NoteObject.hxx
+include/opencascade/XCAFPrs.hxx
+include/opencascade/XCAFPrs_AISObject.hxx
+include/opencascade/XCAFPrs_DataMapIteratorOfDataMapOfStyleShape.hxx
+include/opencascade/XCAFPrs_DataMapIteratorOfDataMapOfStyleTransient.hxx
+include/opencascade/XCAFPrs_DataMapIteratorOfIndexedDataMapOfShapeStyle.hxx
+include/opencascade/XCAFPrs_DataMapOfStyleShape.hxx
+include/opencascade/XCAFPrs_DataMapOfStyleTransient.hxx
+include/opencascade/XCAFPrs_DocumentExplorer.hxx
+include/opencascade/XCAFPrs_DocumentIdIterator.hxx
+include/opencascade/XCAFPrs_DocumentNode.hxx
+include/opencascade/XCAFPrs_Driver.hxx
+include/opencascade/XCAFPrs_IndexedDataMapOfShapeStyle.hxx
+include/opencascade/XCAFPrs_Style.hxx
+include/opencascade/XCAFPrs_Texture.hxx
+include/opencascade/XCAFView_Object.hxx
+include/opencascade/XCAFView_ProjectionType.hxx
+include/opencascade/XDEDRAW.hxx
+include/opencascade/XDEDRAW_Colors.hxx
+include/opencascade/XDEDRAW_Common.hxx
+include/opencascade/XDEDRAW_GDTs.hxx
+include/opencascade/XDEDRAW_Layers.hxx
+include/opencascade/XDEDRAW_Notes.hxx
+include/opencascade/XDEDRAW_Props.hxx
+include/opencascade/XDEDRAW_Shapes.hxx
+include/opencascade/XDEDRAW_Views.hxx
+include/opencascade/XSAlgo.hxx
+include/opencascade/XSAlgo_AlgoContainer.hxx
+include/opencascade/XSAlgo_AlgoContainer.lxx
+include/opencascade/XSAlgo_Caller.hxx
+include/opencascade/XSAlgo_ToolContainer.hxx
+include/opencascade/XSControl.hxx
+include/opencascade/XSControl_ConnectedShapes.hxx
+include/opencascade/XSControl_Controller.hxx
+include/opencascade/XSControl_FuncShape.hxx
+include/opencascade/XSControl_Functions.hxx
+include/opencascade/XSControl_Reader.hxx
+include/opencascade/XSControl_SelectForTransfer.hxx
+include/opencascade/XSControl_SignTransferStatus.hxx
+include/opencascade/XSControl_TransferReader.hxx
+include/opencascade/XSControl_TransferWriter.hxx
+include/opencascade/XSControl_Utils.hxx
+include/opencascade/XSControl_Vars.hxx
+include/opencascade/XSControl_WorkSession.hxx
+include/opencascade/XSControl_Writer.hxx
+include/opencascade/XSDRAW.hxx
+include/opencascade/XSDRAWIGES.hxx
+include/opencascade/XSDRAWSTEP.hxx
+include/opencascade/XSDRAWSTLVRML.hxx
+include/opencascade/XSDRAWSTLVRML_CoordsMap.hxx
+include/opencascade/XSDRAWSTLVRML_DataMapIteratorOfCoordsMap.hxx
+include/opencascade/XSDRAWSTLVRML_DataMapIteratorOfElemNodesMap.hxx
+include/opencascade/XSDRAWSTLVRML_DataSource.hxx
+include/opencascade/XSDRAWSTLVRML_DataSource3D.hxx
+include/opencascade/XSDRAWSTLVRML_DrawableMesh.hxx
+include/opencascade/XSDRAWSTLVRML_ElemNodesMap.hxx
+include/opencascade/XSDRAW_Functions.hxx
+include/opencascade/XSDRAW_Vars.hxx
+include/opencascade/XmlDrivers.hxx
+include/opencascade/XmlDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/XmlDrivers_DocumentStorageDriver.hxx
+include/opencascade/XmlLDrivers.hxx
+include/opencascade/XmlLDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/XmlLDrivers_DocumentStorageDriver.hxx
+include/opencascade/XmlLDrivers_NamespaceDef.hxx
+include/opencascade/XmlLDrivers_SequenceOfNamespaceDef.hxx
+include/opencascade/XmlMDF.hxx
+include/opencascade/XmlMDF_ADriver.hxx
+include/opencascade/XmlMDF_ADriverTable.hxx
+include/opencascade/XmlMDF_DataMapIteratorOfMapOfDriver.hxx
+include/opencascade/XmlMDF_DataMapIteratorOfTypeADriverMap.hxx
+include/opencascade/XmlMDF_DerivedDriver.hxx
+include/opencascade/XmlMDF_MapOfDriver.hxx
+include/opencascade/XmlMDF_ReferenceDriver.hxx
+include/opencascade/XmlMDF_TagSourceDriver.hxx
+include/opencascade/XmlMDF_TypeADriverMap.hxx
+include/opencascade/XmlMDataStd.hxx
+include/opencascade/XmlMDataStd_AsciiStringDriver.hxx
+include/opencascade/XmlMDataStd_BooleanArrayDriver.hxx
+include/opencascade/XmlMDataStd_BooleanListDriver.hxx
+include/opencascade/XmlMDataStd_ByteArrayDriver.hxx
+include/opencascade/XmlMDataStd_ExpressionDriver.hxx
+include/opencascade/XmlMDataStd_ExtStringArrayDriver.hxx
+include/opencascade/XmlMDataStd_ExtStringListDriver.hxx
+include/opencascade/XmlMDataStd_GenericEmptyDriver.hxx
+include/opencascade/XmlMDataStd_GenericExtStringDriver.hxx
+include/opencascade/XmlMDataStd_IntPackedMapDriver.hxx
+include/opencascade/XmlMDataStd_IntegerArrayDriver.hxx
+include/opencascade/XmlMDataStd_IntegerDriver.hxx
+include/opencascade/XmlMDataStd_IntegerListDriver.hxx
+include/opencascade/XmlMDataStd_NamedDataDriver.hxx
+include/opencascade/XmlMDataStd_RealArrayDriver.hxx
+include/opencascade/XmlMDataStd_RealDriver.hxx
+include/opencascade/XmlMDataStd_RealListDriver.hxx
+include/opencascade/XmlMDataStd_ReferenceArrayDriver.hxx
+include/opencascade/XmlMDataStd_ReferenceListDriver.hxx
+include/opencascade/XmlMDataStd_TreeNodeDriver.hxx
+include/opencascade/XmlMDataStd_UAttributeDriver.hxx
+include/opencascade/XmlMDataStd_VariableDriver.hxx
+include/opencascade/XmlMDataXtd.hxx
+include/opencascade/XmlMDataXtd_ConstraintDriver.hxx
+include/opencascade/XmlMDataXtd_GeometryDriver.hxx
+include/opencascade/XmlMDataXtd_PatternStdDriver.hxx
+include/opencascade/XmlMDataXtd_PositionDriver.hxx
+include/opencascade/XmlMDataXtd_PresentationDriver.hxx
+include/opencascade/XmlMDataXtd_TriangulationDriver.hxx
+include/opencascade/XmlMDocStd.hxx
+include/opencascade/XmlMDocStd_XLinkDriver.hxx
+include/opencascade/XmlMFunction.hxx
+include/opencascade/XmlMFunction_FunctionDriver.hxx
+include/opencascade/XmlMFunction_GraphNodeDriver.hxx
+include/opencascade/XmlMFunction_ScopeDriver.hxx
+include/opencascade/XmlMNaming.hxx
+include/opencascade/XmlMNaming_NamedShapeDriver.hxx
+include/opencascade/XmlMNaming_NamedShapeDriver.lxx
+include/opencascade/XmlMNaming_NamingDriver.hxx
+include/opencascade/XmlMNaming_Shape1.hxx
+include/opencascade/XmlMXCAFDoc.hxx
+include/opencascade/XmlMXCAFDoc_AssemblyItemRefDriver.hxx
+include/opencascade/XmlMXCAFDoc_CentroidDriver.hxx
+include/opencascade/XmlMXCAFDoc_ColorDriver.hxx
+include/opencascade/XmlMXCAFDoc_DatumDriver.hxx
+include/opencascade/XmlMXCAFDoc_DimTolDriver.hxx
+include/opencascade/XmlMXCAFDoc_GraphNodeDriver.hxx
+include/opencascade/XmlMXCAFDoc_LengthUnitDriver.hxx
+include/opencascade/XmlMXCAFDoc_LocationDriver.hxx
+include/opencascade/XmlMXCAFDoc_LocationDriver.lxx
+include/opencascade/XmlMXCAFDoc_MaterialDriver.hxx
+include/opencascade/XmlMXCAFDoc_NoteBinDataDriver.hxx
+include/opencascade/XmlMXCAFDoc_NoteCommentDriver.hxx
+include/opencascade/XmlMXCAFDoc_NoteDriver.hxx
+include/opencascade/XmlMXCAFDoc_VisMaterialDriver.hxx
+include/opencascade/XmlMXCAFDoc_VisMaterialToolDriver.hxx
+include/opencascade/XmlObjMgt.hxx
+include/opencascade/XmlObjMgt_Array1.hxx
+include/opencascade/XmlObjMgt_Array1.lxx
+include/opencascade/XmlObjMgt_DOMString.hxx
+include/opencascade/XmlObjMgt_Document.hxx
+include/opencascade/XmlObjMgt_Element.hxx
+include/opencascade/XmlObjMgt_GP.hxx
+include/opencascade/XmlObjMgt_Persistent.hxx
+include/opencascade/XmlObjMgt_Persistent.lxx
+include/opencascade/XmlObjMgt_RRelocationTable.hxx
+include/opencascade/XmlObjMgt_SRelocationTable.hxx
+include/opencascade/XmlTObjDrivers.hxx
+include/opencascade/XmlTObjDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/XmlTObjDrivers_DocumentStorageDriver.hxx
+include/opencascade/XmlTObjDrivers_IntSparseArrayDriver.hxx
+include/opencascade/XmlTObjDrivers_ModelDriver.hxx
+include/opencascade/XmlTObjDrivers_ObjectDriver.hxx
+include/opencascade/XmlTObjDrivers_ReferenceDriver.hxx
+include/opencascade/XmlTObjDrivers_XYZDriver.hxx
+include/opencascade/XmlXCAFDrivers.hxx
+include/opencascade/XmlXCAFDrivers_DocumentRetrievalDriver.hxx
+include/opencascade/XmlXCAFDrivers_DocumentStorageDriver.hxx
+include/opencascade/Xw_Window.hxx
+include/opencascade/gce_ErrorType.hxx
+include/opencascade/gce_MakeCirc.hxx
+include/opencascade/gce_MakeCirc2d.hxx
+include/opencascade/gce_MakeCone.hxx
+include/opencascade/gce_MakeCylinder.hxx
+include/opencascade/gce_MakeDir.hxx
+include/opencascade/gce_MakeDir2d.hxx
+include/opencascade/gce_MakeElips.hxx
+include/opencascade/gce_MakeElips2d.hxx
+include/opencascade/gce_MakeHypr.hxx
+include/opencascade/gce_MakeHypr2d.hxx
+include/opencascade/gce_MakeLin.hxx
+include/opencascade/gce_MakeLin2d.hxx
+include/opencascade/gce_MakeMirror.hxx
+include/opencascade/gce_MakeMirror2d.hxx
+include/opencascade/gce_MakeParab.hxx
+include/opencascade/gce_MakeParab2d.hxx
+include/opencascade/gce_MakePln.hxx
+include/opencascade/gce_MakeRotation.hxx
+include/opencascade/gce_MakeRotation2d.hxx
+include/opencascade/gce_MakeScale.hxx
+include/opencascade/gce_MakeScale2d.hxx
+include/opencascade/gce_MakeTranslation.hxx
+include/opencascade/gce_MakeTranslation2d.hxx
+include/opencascade/gce_Root.hxx
+include/opencascade/gce_Root.lxx
+include/opencascade/gp.hxx
+include/opencascade/gp_Ax1.hxx
+include/opencascade/gp_Ax2.hxx
+include/opencascade/gp_Ax22d.hxx
+include/opencascade/gp_Ax2d.hxx
+include/opencascade/gp_Ax3.hxx
+include/opencascade/gp_Circ.hxx
+include/opencascade/gp_Circ2d.hxx
+include/opencascade/gp_Cone.hxx
+include/opencascade/gp_Cylinder.hxx
+include/opencascade/gp_Dir.hxx
+include/opencascade/gp_Dir2d.hxx
+include/opencascade/gp_Elips.hxx
+include/opencascade/gp_Elips2d.hxx
+include/opencascade/gp_EulerSequence.hxx
+include/opencascade/gp_GTrsf.hxx
+include/opencascade/gp_GTrsf2d.hxx
+include/opencascade/gp_Hypr.hxx
+include/opencascade/gp_Hypr2d.hxx
+include/opencascade/gp_Lin.hxx
+include/opencascade/gp_Lin2d.hxx
+include/opencascade/gp_Mat.hxx
+include/opencascade/gp_Mat2d.hxx
+include/opencascade/gp_Parab.hxx
+include/opencascade/gp_Parab2d.hxx
+include/opencascade/gp_Pln.hxx
+include/opencascade/gp_Pnt.hxx
+include/opencascade/gp_Pnt2d.hxx
+include/opencascade/gp_Quaternion.hxx
+include/opencascade/gp_QuaternionNLerp.hxx
+include/opencascade/gp_QuaternionSLerp.hxx
+include/opencascade/gp_Sphere.hxx
+include/opencascade/gp_Torus.hxx
+include/opencascade/gp_Trsf.hxx
+include/opencascade/gp_Trsf2d.hxx
+include/opencascade/gp_TrsfForm.hxx
+include/opencascade/gp_TrsfNLerp.hxx
+include/opencascade/gp_Vec.hxx
+include/opencascade/gp_Vec2d.hxx
+include/opencascade/gp_Vec2f.hxx
+include/opencascade/gp_Vec3f.hxx
+include/opencascade/gp_VectorWithNullMagnitude.hxx
+include/opencascade/gp_XY.hxx
+include/opencascade/gp_XYZ.hxx
+include/opencascade/igesread.h
+include/opencascade/math.hxx
+include/opencascade/math_Array1OfValueAndWeight.hxx
+include/opencascade/math_BFGS.hxx
+include/opencascade/math_BFGS.lxx
+include/opencascade/math_BissecNewton.hxx
+include/opencascade/math_BissecNewton.lxx
+include/opencascade/math_BracketMinimum.hxx
+include/opencascade/math_BracketMinimum.lxx
+include/opencascade/math_BracketedRoot.hxx
+include/opencascade/math_BracketedRoot.lxx
+include/opencascade/math_BrentMinimum.hxx
+include/opencascade/math_BrentMinimum.lxx
+include/opencascade/math_BullardGenerator.hxx
+include/opencascade/math_ComputeGaussPointsAndWeights.hxx
+include/opencascade/math_ComputeKronrodPointsAndWeights.hxx
+include/opencascade/math_Crout.hxx
+include/opencascade/math_Crout.lxx
+include/opencascade/math_DirectPolynomialRoots.hxx
+include/opencascade/math_DirectPolynomialRoots.lxx
+include/opencascade/math_DoubleTab.hxx
+include/opencascade/math_DoubleTab.lxx
+include/opencascade/math_EigenValuesSearcher.hxx
+include/opencascade/math_FRPR.hxx
+include/opencascade/math_FRPR.lxx
+include/opencascade/math_Function.hxx
+include/opencascade/math_FunctionAllRoots.hxx
+include/opencascade/math_FunctionAllRoots.lxx
+include/opencascade/math_FunctionRoot.hxx
+include/opencascade/math_FunctionRoot.lxx
+include/opencascade/math_FunctionRoots.hxx
+include/opencascade/math_FunctionRoots.lxx
+include/opencascade/math_FunctionSample.hxx
+include/opencascade/math_FunctionSet.hxx
+include/opencascade/math_FunctionSetRoot.hxx
+include/opencascade/math_FunctionSetWithDerivatives.hxx
+include/opencascade/math_FunctionWithDerivative.hxx
+include/opencascade/math_Gauss.hxx
+include/opencascade/math_GaussLeastSquare.hxx
+include/opencascade/math_GaussLeastSquare.lxx
+include/opencascade/math_GaussMultipleIntegration.hxx
+include/opencascade/math_GaussMultipleIntegration.lxx
+include/opencascade/math_GaussSetIntegration.hxx
+include/opencascade/math_GaussSetIntegration.lxx
+include/opencascade/math_GaussSingleIntegration.hxx
+include/opencascade/math_GaussSingleIntegration.lxx
+include/opencascade/math_GlobOptMin.hxx
+include/opencascade/math_Householder.hxx
+include/opencascade/math_Householder.lxx
+include/opencascade/math_IntegerVector.hxx
+include/opencascade/math_Jacobi.hxx
+include/opencascade/math_Jacobi.lxx
+include/opencascade/math_KronrodSingleIntegration.hxx
+include/opencascade/math_KronrodSingleIntegration.lxx
+include/opencascade/math_Matrix.hxx
+include/opencascade/math_Matrix.lxx
+include/opencascade/math_MultipleVarFunction.hxx
+include/opencascade/math_MultipleVarFunctionWithGradient.hxx
+include/opencascade/math_MultipleVarFunctionWithHessian.hxx
+include/opencascade/math_NewtonFunctionRoot.hxx
+include/opencascade/math_NewtonFunctionRoot.lxx
+include/opencascade/math_NewtonFunctionSetRoot.hxx
+include/opencascade/math_NewtonFunctionSetRoot.lxx
+include/opencascade/math_NewtonMinimum.hxx
+include/opencascade/math_NewtonMinimum.lxx
+include/opencascade/math_NotSquare.hxx
+include/opencascade/math_PSO.hxx
+include/opencascade/math_PSOParticlesPool.hxx
+include/opencascade/math_Powell.hxx
+include/opencascade/math_Powell.lxx
+include/opencascade/math_Recipes.hxx
+include/opencascade/math_SVD.hxx
+include/opencascade/math_SVD.lxx
+include/opencascade/math_SingularMatrix.hxx
+include/opencascade/math_Status.hxx
+include/opencascade/math_TrigonometricEquationFunction.hxx
+include/opencascade/math_TrigonometricFunctionRoots.hxx
+include/opencascade/math_TrigonometricFunctionRoots.lxx
+include/opencascade/math_Uzawa.hxx
+include/opencascade/math_Uzawa.lxx
+include/opencascade/math_ValueAndWeight.hxx
+include/opencascade/math_Vector.hxx
+include/opencascade/step.tab.hxx
+lib/cmake/opencascade/OpenCASCADEApplicationFrameworkTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEApplicationFrameworkTargets.cmake
+lib/cmake/opencascade/OpenCASCADECompileDefinitionsAndFlags-release.cmake
+lib/cmake/opencascade/OpenCASCADEConfig.cmake
+lib/cmake/opencascade/OpenCASCADEConfigVersion.cmake
+lib/cmake/opencascade/OpenCASCADEDataExchangeTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEDataExchangeTargets.cmake
+lib/cmake/opencascade/OpenCASCADEDrawTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEDrawTargets.cmake
+lib/cmake/opencascade/OpenCASCADEFoundationClassesTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEFoundationClassesTargets.cmake
+lib/cmake/opencascade/OpenCASCADEModelingAlgorithmsTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEModelingAlgorithmsTargets.cmake
+lib/cmake/opencascade/OpenCASCADEModelingDataTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEModelingDataTargets.cmake
+lib/cmake/opencascade/OpenCASCADEVisualizationTargets-release.cmake
+lib/cmake/opencascade/OpenCASCADEVisualizationTargets.cmake
+lib/libTKBO.so
+lib/libTKBO.so.7.7
+lib/libTKBO.so.${PKGVERSION}
+lib/libTKBRep.so
+lib/libTKBRep.so.7.7
+lib/libTKBRep.so.${PKGVERSION}
+lib/libTKBin.so
+lib/libTKBin.so.7.7
+lib/libTKBin.so.${PKGVERSION}
+lib/libTKBinL.so
+lib/libTKBinL.so.7.7
+lib/libTKBinL.so.${PKGVERSION}
+lib/libTKBinTObj.so
+lib/libTKBinTObj.so.7.7
+lib/libTKBinTObj.so.${PKGVERSION}
+lib/libTKBinXCAF.so
+lib/libTKBinXCAF.so.7.7
+lib/libTKBinXCAF.so.${PKGVERSION}
+lib/libTKBool.so
+lib/libTKBool.so.7.7
+lib/libTKBool.so.${PKGVERSION}
+lib/libTKCAF.so
+lib/libTKCAF.so.7.7
+lib/libTKCAF.so.${PKGVERSION}
+lib/libTKCDF.so
+lib/libTKCDF.so.7.7
+lib/libTKCDF.so.${PKGVERSION}
+lib/libTKDCAF.so
+lib/libTKDCAF.so.7.7
+lib/libTKDCAF.so.${PKGVERSION}
+lib/libTKDraw.so
+lib/libTKDraw.so.7.7
+lib/libTKDraw.so.${PKGVERSION}
+lib/libTKExpress.so
+lib/libTKExpress.so.7.7
+lib/libTKExpress.so.${PKGVERSION}
+lib/libTKFeat.so
+lib/libTKFeat.so.7.7
+lib/libTKFeat.so.${PKGVERSION}
+lib/libTKFillet.so
+lib/libTKFillet.so.7.7
+lib/libTKFillet.so.${PKGVERSION}
+lib/libTKG2d.so
+lib/libTKG2d.so.7.7
+lib/libTKG2d.so.${PKGVERSION}
+lib/libTKG3d.so
+lib/libTKG3d.so.7.7
+lib/libTKG3d.so.${PKGVERSION}
+lib/libTKGeomAlgo.so
+lib/libTKGeomAlgo.so.7.7
+lib/libTKGeomAlgo.so.${PKGVERSION}
+lib/libTKGeomBase.so
+lib/libTKGeomBase.so.7.7
+lib/libTKGeomBase.so.${PKGVERSION}
+lib/libTKHLR.so
+lib/libTKHLR.so.7.7
+lib/libTKHLR.so.${PKGVERSION}
+lib/libTKIGES.so
+lib/libTKIGES.so.7.7
+lib/libTKIGES.so.${PKGVERSION}
+lib/libTKLCAF.so
+lib/libTKLCAF.so.7.7
+lib/libTKLCAF.so.${PKGVERSION}
+lib/libTKMath.so
+lib/libTKMath.so.7.7
+lib/libTKMath.so.${PKGVERSION}
+lib/libTKMesh.so
+lib/libTKMesh.so.7.7
+lib/libTKMesh.so.${PKGVERSION}
+lib/libTKMeshVS.so
+lib/libTKMeshVS.so.7.7
+lib/libTKMeshVS.so.${PKGVERSION}
+lib/libTKOffset.so
+lib/libTKOffset.so.7.7
+lib/libTKOffset.so.${PKGVERSION}
+lib/libTKOpenGl.so
+lib/libTKOpenGl.so.7.7
+lib/libTKOpenGl.so.${PKGVERSION}
+lib/libTKOpenGlTest.so
+lib/libTKOpenGlTest.so.7.7
+lib/libTKOpenGlTest.so.${PKGVERSION}
+lib/libTKPrim.so
+lib/libTKPrim.so.7.7
+lib/libTKPrim.so.${PKGVERSION}
+lib/libTKQADraw.so
+lib/libTKQADraw.so.7.7
+lib/libTKQADraw.so.${PKGVERSION}
+lib/libTKRWMesh.so
+lib/libTKRWMesh.so.7.7
+lib/libTKRWMesh.so.${PKGVERSION}
+lib/libTKSTEP.so
+lib/libTKSTEP.so.7.7
+lib/libTKSTEP.so.${PKGVERSION}
+lib/libTKSTEP209.so
+lib/libTKSTEP209.so.7.7
+lib/libTKSTEP209.so.${PKGVERSION}
+lib/libTKSTEPAttr.so
+lib/libTKSTEPAttr.so.7.7
+lib/libTKSTEPAttr.so.${PKGVERSION}
+lib/libTKSTEPBase.so
+lib/libTKSTEPBase.so.7.7
+lib/libTKSTEPBase.so.${PKGVERSION}
+lib/libTKSTL.so
+lib/libTKSTL.so.7.7
+lib/libTKSTL.so.${PKGVERSION}
+lib/libTKService.so
+lib/libTKService.so.7.7
+lib/libTKService.so.${PKGVERSION}
+lib/libTKShHealing.so
+lib/libTKShHealing.so.7.7
+lib/libTKShHealing.so.${PKGVERSION}
+lib/libTKStd.so
+lib/libTKStd.so.7.7
+lib/libTKStd.so.${PKGVERSION}
+lib/libTKStdL.so
+lib/libTKStdL.so.7.7
+lib/libTKStdL.so.${PKGVERSION}
+lib/libTKTObj.so
+lib/libTKTObj.so.7.7
+lib/libTKTObj.so.${PKGVERSION}
+lib/libTKTObjDRAW.so
+lib/libTKTObjDRAW.so.7.7
+lib/libTKTObjDRAW.so.${PKGVERSION}
+lib/libTKTopAlgo.so
+lib/libTKTopAlgo.so.7.7
+lib/libTKTopAlgo.so.${PKGVERSION}
+lib/libTKTopTest.so
+lib/libTKTopTest.so.7.7
+lib/libTKTopTest.so.${PKGVERSION}
+lib/libTKV3d.so
+lib/libTKV3d.so.7.7
+lib/libTKV3d.so.${PKGVERSION}
+lib/libTKVCAF.so
+lib/libTKVCAF.so.7.7
+lib/libTKVCAF.so.${PKGVERSION}
+lib/libTKVRML.so
+lib/libTKVRML.so.7.7
+lib/libTKVRML.so.${PKGVERSION}
+lib/libTKViewerTest.so
+lib/libTKViewerTest.so.7.7
+lib/libTKViewerTest.so.${PKGVERSION}
+lib/libTKXCAF.so
+lib/libTKXCAF.so.7.7
+lib/libTKXCAF.so.${PKGVERSION}
+lib/libTKXDE.so
+lib/libTKXDE.so.7.7
+lib/libTKXDE.so.${PKGVERSION}
+lib/libTKXDECascade.so
+lib/libTKXDECascade.so.7.7
+lib/libTKXDECascade.so.${PKGVERSION}
+lib/libTKXDEDRAW.so
+lib/libTKXDEDRAW.so.7.7
+lib/libTKXDEDRAW.so.${PKGVERSION}
+lib/libTKXDEIGES.so
+lib/libTKXDEIGES.so.7.7
+lib/libTKXDEIGES.so.${PKGVERSION}
+lib/libTKXDESTEP.so
+lib/libTKXDESTEP.so.7.7
+lib/libTKXDESTEP.so.${PKGVERSION}
+lib/libTKXMesh.so
+lib/libTKXMesh.so.7.7
+lib/libTKXMesh.so.${PKGVERSION}
+lib/libTKXSBase.so
+lib/libTKXSBase.so.7.7
+lib/libTKXSBase.so.${PKGVERSION}
+lib/libTKXSDRAW.so
+lib/libTKXSDRAW.so.7.7
+lib/libTKXSDRAW.so.${PKGVERSION}
+lib/libTKXml.so
+lib/libTKXml.so.7.7
+lib/libTKXml.so.${PKGVERSION}
+lib/libTKXmlL.so
+lib/libTKXmlL.so.7.7
+lib/libTKXmlL.so.${PKGVERSION}
+lib/libTKXmlTObj.so
+lib/libTKXmlTObj.so.7.7
+lib/libTKXmlTObj.so.${PKGVERSION}
+lib/libTKXmlXCAF.so
+lib/libTKXmlXCAF.so.7.7
+lib/libTKXmlXCAF.so.${PKGVERSION}
+lib/libTKernel.so
+lib/libTKernel.so.7.7
+lib/libTKernel.so.${PKGVERSION}
+share/doc/opencascade/LICENSE_LGPL_21.txt
+share/doc/opencascade/OCCT_LGPL_EXCEPTION.txt
+share/opencascade/data/iges/bearing.iges
+share/opencascade/data/iges/hammer.iges
+share/opencascade/data/images/Graph.PNG
+share/opencascade/data/images/carrelage1.gif
+share/opencascade/data/images/chataignier.gif
+share/opencascade/data/images/cookerplate.gif
+share/opencascade/data/images/cyl_4_1.gif
+share/opencascade/data/images/hatch_1.png
+share/opencascade/data/images/impexp.bmp
+share/opencascade/data/images/marker_box1.png
+share/opencascade/data/images/marker_box2.png
+share/opencascade/data/images/marker_dot.png
+share/opencascade/data/images/marker_kr.png
+share/opencascade/data/images/nut.bmp
+share/opencascade/data/images/petitsobj.gif
+share/opencascade/data/images/plancher.gif
+share/opencascade/data/images/salome_interface04.jpg
+share/opencascade/data/images/terrain.gif
+share/opencascade/data/images/wallpaper.gif
+share/opencascade/data/occ/Axis_of_bearing.brep
+share/opencascade/data/occ/Ball.brep
+share/opencascade/data/occ/Bottom.brep
+share/opencascade/data/occ/CrankArm.brep
+share/opencascade/data/occ/CrankArm.rle
+share/opencascade/data/occ/CylinderHead.rle
+share/opencascade/data/occ/EngineBlock.rle
+share/opencascade/data/occ/MAT.brep
+share/opencascade/data/occ/MAT.pnt
+share/opencascade/data/occ/MODERN_Chair_1.brep
+share/opencascade/data/occ/MODERN_Cooker_1.brep
+share/opencascade/data/occ/MODERN_Cooker_1_opened.brep
+share/opencascade/data/occ/MODERN_Exhaust_1.brep
+share/opencascade/data/occ/MODERN_MVCooker_1.brep
+share/opencascade/data/occ/MODERN_MVCooker_1_opened.brep
+share/opencascade/data/occ/MODERN_Refrigerator_1.brep
+share/opencascade/data/occ/MODERN_Refrigerator_1_opened.brep
+share/opencascade/data/occ/MODERN_Sink_1.brep
+share/opencascade/data/occ/MODERN_Sink_1_opened.brep
+share/opencascade/data/occ/MODERN_Table_1.brep
+share/opencascade/data/occ/Motor-c.brep
+share/opencascade/data/occ/Piston.rle
+share/opencascade/data/occ/Propeller.rle
+share/opencascade/data/occ/Pump_Nut.brep
+share/opencascade/data/occ/Pump_TopCover.brep
+share/opencascade/data/occ/Room.brep
+share/opencascade/data/occ/SurfaceFromPoints/sol1.dat
+share/opencascade/data/occ/SurfaceFromPoints/sol2.dat
+share/opencascade/data/occ/Top.brep
+share/opencascade/data/occ/asahi.brep
+share/opencascade/data/occ/bottle.brep
+share/opencascade/data/occ/edge.brep
+share/opencascade/data/occ/face.brep
+share/opencascade/data/occ/face1.brep
+share/opencascade/data/occ/face2.brep
+share/opencascade/data/occ/fuse.brep
+share/opencascade/data/occ/hammer.brep
+share/opencascade/data/occ/mal_ecrou.brep
+share/opencascade/data/occ/mal_tige.brep
+share/opencascade/data/occ/mal_vis.brep
+share/opencascade/data/occ/shell1.brep
+share/opencascade/data/occ/solid.brep
+share/opencascade/data/occ/terrain.brep
+share/opencascade/data/occ/wedge_ok.brep
+share/opencascade/data/occ/wing.brep
+share/opencascade/data/step/linkrods.step
+share/opencascade/data/step/screw.step
+share/opencascade/data/stl/TR12J_OCC.stl
+share/opencascade/data/stl/TR12J_OCC64K.stl
+share/opencascade/data/stl/bearing.stl
+share/opencascade/data/stl/head.stl
+share/opencascade/data/stl/motor.stl
+share/opencascade/data/stl/propeller.stl
+share/opencascade/data/stl/sh1.stl
+share/opencascade/data/stl/sh2.stl
+share/opencascade/data/stl/shape.stl
+share/opencascade/data/stl/video_part.stl
+share/opencascade/data/vrml/face.vrml
+share/opencascade/resources/BOPAlgo/BOPAlgo.msg
+share/opencascade/resources/DrawResources/CURVES.tcl
+share/opencascade/resources/DrawResources/CheckCommands.tcl
+share/opencascade/resources/DrawResources/DrawDefault
+share/opencascade/resources/DrawResources/DrawPlugin
+share/opencascade/resources/DrawResources/DrawTK.tcl
+share/opencascade/resources/DrawResources/FILES
+share/opencascade/resources/DrawResources/Geometry.tcl
+share/opencascade/resources/DrawResources/InitEnvironment.tcl
+share/opencascade/resources/DrawResources/Move.tcl
+share/opencascade/resources/DrawResources/OCC_logo.png
+share/opencascade/resources/DrawResources/PROFIL.tcl
+share/opencascade/resources/DrawResources/SCAN.tcl
+share/opencascade/resources/DrawResources/SURFACES.tcl
+share/opencascade/resources/DrawResources/StandardCommands.tcl
+share/opencascade/resources/DrawResources/StandardViews.tcl
+share/opencascade/resources/DrawResources/TKTopTest.tcl
+share/opencascade/resources/DrawResources/TestCommands.tcl
+share/opencascade/resources/DrawResources/Vector.tcl
+share/opencascade/resources/DrawResources/dfb_attribns.gif
+share/opencascade/resources/DrawResources/dfb_attribute.gif
+share/opencascade/resources/DrawResources/dfb_folder.gif
+share/opencascade/resources/DrawResources/dftree.tcl
+share/opencascade/resources/DrawResources/lamp.ico
+share/opencascade/resources/SHMessage/FILES
+share/opencascade/resources/SHMessage/SHAPE.fr
+share/opencascade/resources/SHMessage/SHAPE.us
+share/opencascade/resources/SHMessage/SHMessage_SHAPE_us.pxx
+share/opencascade/resources/Shaders/Declarations.glsl
+share/opencascade/resources/Shaders/DeclarationsImpl.glsl
+share/opencascade/resources/Shaders/Display.fs
+share/opencascade/resources/Shaders/FILES
+share/opencascade/resources/Shaders/LightShadow.glsl
+share/opencascade/resources/Shaders/PBRCookTorrance.glsl
+share/opencascade/resources/Shaders/PBRDirectionalLight.glsl
+share/opencascade/resources/Shaders/PBRDistribution.glsl
+share/opencascade/resources/Shaders/PBREnvBaking.fs
+share/opencascade/resources/Shaders/PBREnvBaking.vs
+share/opencascade/resources/Shaders/PBRFresnel.glsl
+share/opencascade/resources/Shaders/PBRGeometry.glsl
+share/opencascade/resources/Shaders/PBRIllumination.glsl
+share/opencascade/resources/Shaders/PBRPointLight.glsl
+share/opencascade/resources/Shaders/PBRSpotLight.glsl
+share/opencascade/resources/Shaders/PathtraceBase.fs
+share/opencascade/resources/Shaders/PhongDirectionalLight.glsl
+share/opencascade/resources/Shaders/PhongPointLight.glsl
+share/opencascade/resources/Shaders/PhongShading.fs
+share/opencascade/resources/Shaders/PhongShading.vs
+share/opencascade/resources/Shaders/PhongSpotLight.glsl
+share/opencascade/resources/Shaders/PointLightAttenuation.glsl
+share/opencascade/resources/Shaders/RaytraceBase.fs
+share/opencascade/resources/Shaders/RaytraceBase.vs
+share/opencascade/resources/Shaders/RaytraceRender.fs
+share/opencascade/resources/Shaders/RaytraceSmooth.fs
+share/opencascade/resources/Shaders/Shaders_DeclarationsImpl_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_Declarations_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_Display_fs.pxx
+share/opencascade/resources/Shaders/Shaders_LightShadow_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRCookTorrance_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRDirectionalLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRDistribution_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBREnvBaking_fs.pxx
+share/opencascade/resources/Shaders/Shaders_PBREnvBaking_vs.pxx
+share/opencascade/resources/Shaders/Shaders_PBRFresnel_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRGeometry_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRIllumination_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRPointLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PBRSpotLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PathtraceBase_fs.pxx
+share/opencascade/resources/Shaders/Shaders_PhongDirectionalLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PhongPointLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PhongSpotLight_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_PointLightAttenuation_glsl.pxx
+share/opencascade/resources/Shaders/Shaders_RaytraceBase_fs.pxx
+share/opencascade/resources/Shaders/Shaders_RaytraceBase_vs.pxx
+share/opencascade/resources/Shaders/Shaders_RaytraceRender_fs.pxx
+share/opencascade/resources/Shaders/Shaders_RaytraceSmooth_fs.pxx
+share/opencascade/resources/Shaders/Shaders_SkydomBackground_fs.pxx
+share/opencascade/resources/Shaders/Shaders_TangentSpaceNormal_glsl.pxx
+share/opencascade/resources/Shaders/SkydomBackground.fs
+share/opencascade/resources/Shaders/TangentSpaceNormal.glsl
+share/opencascade/resources/StdResource/FILES
+share/opencascade/resources/StdResource/MigrationSheet.txt
+share/opencascade/resources/StdResource/Plugin
+share/opencascade/resources/StdResource/Standard
+share/opencascade/resources/StdResource/StandardLite
+share/opencascade/resources/StdResource/TObj
+share/opencascade/resources/StdResource/XCAF
+share/opencascade/resources/TObj/TObj.msg
+share/opencascade/resources/Textures/1d_elevation.rgb
+share/opencascade/resources/Textures/2d_MatraDatavision.rgb
+share/opencascade/resources/Textures/2d_alienskin.rgb
+share/opencascade/resources/Textures/2d_aluminum.rgb
+share/opencascade/resources/Textures/2d_blue_rock.rgb
+share/opencascade/resources/Textures/2d_bluewhite_paper.rgb
+share/opencascade/resources/Textures/2d_brushed.rgb
+share/opencascade/resources/Textures/2d_bubbles.rgb
+share/opencascade/resources/Textures/2d_bumps.rgb
+share/opencascade/resources/Textures/2d_cast.rgb
+share/opencascade/resources/Textures/2d_chess.rgba
+share/opencascade/resources/Textures/2d_chipbd.rgb
+share/opencascade/resources/Textures/2d_clouds.rgb
+share/opencascade/resources/Textures/2d_flesh.rgb
+share/opencascade/resources/Textures/2d_floor.rgb
+share/opencascade/resources/Textures/2d_galvnisd.rgb
+share/opencascade/resources/Textures/2d_grass.rgb
+share/opencascade/resources/Textures/2d_knurl.rgb
+share/opencascade/resources/Textures/2d_maple.rgb
+share/opencascade/resources/Textures/2d_marble.rgb
+share/opencascade/resources/Textures/2d_mottled.rgb
+share/opencascade/resources/Textures/2d_rain.rgb
+share/opencascade/resources/Textures/2d_rock.rgb
+share/opencascade/resources/Textures/FILES
+share/opencascade/resources/Textures/Textures_EnvLUT.pxx
+share/opencascade/resources/Textures/env_clouds.rgb
+share/opencascade/resources/Textures/env_cv.rgb
+share/opencascade/resources/Textures/env_lines.rgb
+share/opencascade/resources/Textures/env_medit.rgb
+share/opencascade/resources/Textures/env_pearl.rgb
+share/opencascade/resources/Textures/env_road.rgb
+share/opencascade/resources/Textures/env_sky1.rgb
+share/opencascade/resources/Textures/env_sky2.rgb
+share/opencascade/resources/UnitsAPI/Units.dat
+share/opencascade/resources/XRResources/FILES
+share/opencascade/resources/XRResources/occtvr_actions.json
+share/opencascade/resources/XRResources/occtvr_bindings_generic.json
+share/opencascade/resources/XRResources/occtvr_bindings_holographic_hmd.json
+share/opencascade/resources/XRResources/occtvr_bindings_index_hmd.json
+share/opencascade/resources/XRResources/occtvr_bindings_rift.json
+share/opencascade/resources/XRResources/occtvr_bindings_touch.json
+share/opencascade/resources/XRResources/occtvr_bindings_vive.json
+share/opencascade/resources/XRResources/occtvr_bindings_vive_controller.json
+share/opencascade/resources/XRResources/occtvr_bindings_vive_cosmos.json
+share/opencascade/resources/XRResources/occtvr_bindings_vive_pro.json
+share/opencascade/resources/XSMessage/FILES
+share/opencascade/resources/XSMessage/XSMessage_XSTEP_us.pxx
+share/opencascade/resources/XSMessage/XSTEP.fr
+share/opencascade/resources/XSMessage/XSTEP.us
+share/opencascade/resources/XSTEPResource/FILES
+share/opencascade/resources/XSTEPResource/IGES
+share/opencascade/resources/XSTEPResource/STEP
+share/opencascade/resources/XmlOcafResource/FILES
+share/opencascade/resources/XmlOcafResource/XmlOcaf.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_SmallTypes.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TDF.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TDataStd.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TDataStd_Name.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TDocStd.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TFunction.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TNaming.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TNaming_NamedShape.xsd
+share/opencascade/resources/XmlOcafResource/XmlOcaf_TPrsStd.xsd
+share/opencascade/resources/XmlOcafResource/XmlXcaf.xsd
+share/opencascade/samples/tcl/ANC101.tcl
+share/opencascade/samples/tcl/DataExchangeDemo.tcl
+share/opencascade/samples/tcl/MBBGehauseRohteil.tcl
+share/opencascade/samples/tcl/ModelingDemo.tcl
+share/opencascade/samples/tcl/Penrose.tcl
+share/opencascade/samples/tcl/Readme.txt
+share/opencascade/samples/tcl/VisualizationDemo.tcl
+share/opencascade/samples/tcl/bottle.tcl
+share/opencascade/samples/tcl/cad.tcl
+share/opencascade/samples/tcl/cpu.tcl
+share/opencascade/samples/tcl/cutter.tcl
+share/opencascade/samples/tcl/dimensions.tcl
+share/opencascade/samples/tcl/drill.tcl
+share/opencascade/samples/tcl/logo2019.tcl
+share/opencascade/samples/tcl/markers.tcl
+share/opencascade/samples/tcl/materials.tcl
+share/opencascade/samples/tcl/pathtrace_ball.tcl
+share/opencascade/samples/tcl/pathtrace_cube.tcl
+share/opencascade/samples/tcl/pathtrace_materials.tcl
+share/opencascade/samples/tcl/pencil.tcl
+share/opencascade/samples/tcl/raytrace.tcl
+share/opencascade/samples/tcl/snowflake.tcl
+share/opencascade/samples/tcl/spheres.tcl
+share/opencascade/samples/tcl/vis_pbr_spheres.tcl
+share/opencascade/samples/tcl/xde.tcl
Index: pkgsrc/cad/occt/buildlink3.mk
diff -u /dev/null pkgsrc/cad/occt/buildlink3.mk:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/buildlink3.mk       Sun Feb 12 14:42:25 2023
@@ -0,0 +1,35 @@
+# $NetBSD: buildlink3.mk,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+BUILDLINK_TREE+=       occt
+
+.if !defined(OCCT_BUILDLINK3_MK)
+OCCT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.occt+=   occt>=7.7.0
+BUILDLINK_PKGSRCDIR.occt?=     ../../cad/occt
+
+BUILDLINK_INCDIRS.occt+=       include/opencascade
+CMAKE_ARGS+=                   -DOCC_INCLUDE_DIR=${BUILDLINK_PREFIX.occt}/include/opencascade
+
+pkgbase := occt
+.include "../../mk/pkg-build-options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+.include "../../graphics/freeimage/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.endif
+
+.if !empty(PKG_OPTIONS:Mocct-draw)
+#PLIST_SRC+=   ${PKGDIR}/PLIST.draw
+.  include "../../lang/tcl/buildlink3.mk"
+.  include "../../x11/tk/buildlink3.mk"
+.endif
+
+.include "../../fonts/fontconfig/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
+.include "../../textproc/rapidjson/buildlink3.mk"
+.endif # OCCT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -occt
Index: pkgsrc/cad/occt/distinfo
diff -u /dev/null pkgsrc/cad/occt/distinfo:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/distinfo    Sun Feb 12 14:42:25 2023
@@ -0,0 +1,17 @@
+$NetBSD: distinfo,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+BLAKE2s (opencascade-7.7.0.tgz) = 3ac0f49a8d50e3c5eb86192f3d9d7bb1c52ae58e7f4816d32a9971665bbd0c0b
+SHA512 (opencascade-7.7.0.tgz) = 27ed889bbe95fa40fbb1840788ce0f2c58af67a6fec799f5705f6cad2567fcfeddbe461ba1854b65672392a604f8b41fed1f77b2cc0704f83746a58957d830c7
+Size (opencascade-7.7.0.tgz) = 48391263 bytes
+SHA1 (patch-CMakeLists.txt) = 4a1b5af6bb6c3322c9713353aaeb6b03a074a407
+SHA1 (patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx) = ba177be057941b7077a4525348d0563cb1378213
+SHA1 (patch-src_OSD_OSD__MemInfo.cxx) = 39c8361e401a7cef9e04f05ab72c96c83126c507
+SHA1 (patch-src_OSD_OSD__Path.cxx) = 14763ec177b7f571350be6ef7bc36e301d57cd1e
+SHA1 (patch-src_OSD_OSD__signal.cxx) = 5a6a6d914340368d089a7bcaadf1aacfeef9bed8
+SHA1 (patch-src_OpenGl_OpenGl__ShaderObject.cxx) = 804cbd76d7377ca003442374b5fcfad951984f37
+SHA1 (patch-src_OpenGl_OpenGl__ShaderProgram.cxx) = a6b7d8e8f15f2c72134fd99f7015e7458d6086d8
+SHA1 (patch-src_Standard_Standard__CString.cxx) = d6140961892983cd2df14b881260dc0591c55b9d
+SHA1 (patch-src_Standard_Standard__Failure.cxx) = a10c3dcb43837fbb82f16fce8232ebdf5ba9d8f1
+SHA1 (patch-src_Standard_Standard__PrimitiveTypes.hxx) = 868c062a76fd1f77b272ac734f3b0c06eea0be51
+SHA1 (patch-src_Standard_Standard__StackTrace.cxx) = 166ab4d7b79a4fc7361c01196e6aca702f6e15f2
+SHA1 (patch-src_ViewerTest_ViewerTest__CmdParser.cxx) = d92c768377484a64731940cee387d9054114adab
Index: pkgsrc/cad/occt/options.mk
diff -u /dev/null pkgsrc/cad/occt/options.mk:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/options.mk  Sun Feb 12 14:42:25 2023
@@ -0,0 +1,47 @@
+# $NetBSD: options.mk,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+PKG_OPTIONS_VAR=       PKG_OPTIONS.occt
+PKG_SUPPORTED_OPTIONS= x11 occt-draw
+PKG_SUGGESTED_OPTIONS= occt-draw
+
+.if ${OPSYS} != "Darwin"
+PKG_SUGGESTED_OPTIONS+=        x11
+.endif
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+.include "../../graphics/freeimage/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+CMAKE_ARGS+=   -DUSE_XLIB=ON
+CMAKE_ARGS+=   -DUSE_FREEIMAGE=ON
+.else
+CMAKE_ARGS+=   -DUSE_XLIB=OFF
+CMAKE_ARGS+=   -DUSE_FREEIMAGE=OFF
+.endif
+
+.if !empty(PKG_OPTIONS:Mocct-draw)
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../x11/tk/buildlink3.mk"
+CMAKE_ARGS+=   -DUSE_TCL=ON
+CMAKE_ARGS+=   -DUSE_TK=ON
+CMAKE_ARGS+=   -D3RDPARTY_TCL_INCLUDE_DIR=${BUILDLINK_PREFIX.tcl}/include
+CMAKE_ARGS+=   -D3RDPARTY_TCL_LIBRARY_DIR=${BUILDLINK_PREFIX.tcl}/lib
+CMAKE_ARGS+=   -D3RDPARTY_TK_INCLUDE_DIR=${BUILDLINK_PREFIX.tk}/include
+CMAKE_ARGS+=   -D3RDPARTY_TK_LIBRARY_DIR=${BUILDLINK_PREFIX.tk}/lib
+.  if ${OPSYS} == "Darwin"
+CMAKE_ARGS+=   -D3RDPARTY_TCL_LIBRARY=${BUILDLINK_PREFIX.tcl}/lib/libtcl86.dylib
+CMAKE_ARGS+=   -D3RDPARTY_TK_LIBRARY=${BUILDLINK_PREFIX.tk}/lib/libtk86.dylib
+.  elif ${OPSYS} == "SunOS"
+CMAKE_ARGS+=   -D3RDPARTY_TCL_LIBRARY=${BUILDLINK_PREFIX.tcl}/lib/libtcl86.so
+CMAKE_ARGS+=   -D3RDPARTY_TK_LIBRARY=${BUILDLINK_PREFIX.tk}/lib/libtk86.so
+.  endif
+.else
+CMAKE_ARGS+=   -DUSE_TCL=OFF
+CMAKE_ARGS+=   -DUSE_TK=OFF
+.endif
+
+# TODO
+CMAKE_ARGS+=   -DUSE_VTK=OFF
+CMAKE_ARGS+=   -DUSE_FFMPEG=OFF

Index: pkgsrc/cad/occt/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/cad/occt/patches/patch-CMakeLists.txt:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-CMakeLists.txt        Sun Feb 12 14:42:25 2023
@@ -0,0 +1,19 @@
+$NetBSD: patch-CMakeLists.txt,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Don't install world writable files.
+
+--- CMakeLists.txt.orig        2022-11-11 22:19:44.000000000 +0000
++++ CMakeLists.txt
+@@ -1002,10 +1002,10 @@ if (${DRAWEXE_INDEX} GREATER -1)
+   # copy draw script to install script folder
+   if (BUILD_PATCH AND EXISTS "${BUILD_PATCH}/adm/templates/draw.${SCRIPT_EXT}")
+     install (FILES "${BUILD_PATCH}/adm/templates/draw.${SCRIPT_EXT}" DESTINATION  "${INSTALL_DIR_SCRIPT}"
+-            PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
++            PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+   else()
+     install (FILES "${CMAKE_SOURCE_DIR}/adm/templates/draw.${SCRIPT_EXT}" DESTINATION  "${INSTALL_DIR_SCRIPT}"
+-            PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE)
++            PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
+   endif()
+ 
+   # copy draw script to CMake binary folder
Index: pkgsrc/cad/occt/patches/patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx Sun Feb 12 14:42:25 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_MeshVS_MeshVS__MeshPrsBuilder.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Needs alloca.h on SunOS.
+
+--- src/MeshVS/MeshVS_MeshPrsBuilder.cxx.orig  2022-11-11 22:19:44.000000000 +0000
++++ src/MeshVS/MeshVS_MeshPrsBuilder.cxx
+@@ -48,6 +48,10 @@
+   #include <malloc.h> // for alloca()
+ #endif
+ 
++#ifdef __sun
++#include <alloca.h>
++#endif
++
+ IMPLEMENT_STANDARD_RTTIEXT(MeshVS_MeshPrsBuilder,MeshVS_PrsBuilder)
+ 
+ //================================================================
Index: pkgsrc/cad/occt/patches/patch-src_OSD_OSD__MemInfo.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_OSD_OSD__MemInfo.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_OSD_OSD__MemInfo.cxx      Sun Feb 12 14:42:25 2023
@@ -0,0 +1,16 @@
+$NetBSD: patch-src_OSD_OSD__MemInfo.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+From cad/oce 1.1 2017/01/20 11:00:50 fhajny:
+Use stdlib.h instead of malloc.h
+
+--- src/OSD/OSD_MemInfo.cxx.orig       2022-11-11 22:19:44.000000000 +0000
++++ src/OSD/OSD_MemInfo.cxx
+@@ -28,7 +28,7 @@
+   #include <malloc/malloc.h>
+ #else
+   #include <unistd.h>
+-  #include <malloc.h>
++  #include <stdlib.h>
+ #endif
+ 
+ #include <OSD_MemInfo.hxx>
Index: pkgsrc/cad/occt/patches/patch-src_OSD_OSD__Path.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_OSD_OSD__Path.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_OSD_OSD__Path.cxx Sun Feb 12 14:42:25 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_OSD_OSD__Path.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+NetBSD support
+
+--- src/OSD/OSD_Path.cxx.orig  2022-11-11 22:19:44.000000000 +0000
++++ src/OSD/OSD_Path.cxx
+@@ -19,7 +19,7 @@
+ 
+ static OSD_SysType whereAmI()
+ {
+-#if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) || defined(__QNX__) || defined(__FreeBSD_kernel__)
++#if defined(__digital__) || defined(__FreeBSD__) || defined(SUNOS) || defined(__APPLE__) || defined(__QNX__) || defined(__FreeBSD_kernel__) || defined(__NetBSD__)
+   return OSD_UnixBSD;
+ #elif defined(sgi)  || defined(IRIX) || defined(__sun)  || defined(SOLARIS) ||  defined(__sco__) || defined(__hpux) || defined(HPUX)
+   return OSD_UnixSystemV;
Index: pkgsrc/cad/occt/patches/patch-src_OSD_OSD__signal.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_OSD_OSD__signal.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_OSD_OSD__signal.cxx       Sun Feb 12 14:42:25 2023
@@ -0,0 +1,62 @@
+$NetBSD: patch-src_OSD_OSD__signal.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+From cad/oce:
+Define SIGFPE macros on SunOS.
+Avoid overlapping reference in case statements.
+Respect the reality as CMake found it, there might not be libsunmath.
+1.1 2017/01/20 11:00:50 fhajny
+
+--- src/OSD/OSD_signal.cxx.orig        2022-11-11 22:19:44.000000000 +0000
++++ src/OSD/OSD_signal.cxx
+@@ -20,6 +20,18 @@
+ 
+ #include <Standard_WarningDisableFunctionCast.hxx>
+ 
++#if defined(__sun)
++# include <alloca.h>
++# include <sys/siginfo.h>
++# define FPE_FLTDIV_TRAP FPE_FLTDIV
++# define FPE_INTDIV_TRAP FPE_INTDIV
++# define FPE_FLTOVF_TRAP FPE_FLTOVF
++# define FPE_INTOVF_TRAP FPE_INTOVF
++# define FPE_FLTUND_TRAP FPE_FLTUND
++# define FPE_FLTRES_TRAP FPE_FLTRES
++# define FPE_FLTINV_TRAP FPE_FLTINV
++#endif
++
+ static OSD_SignalMode OSD_WasSetSignal = OSD_SignalMode_AsIs;
+ static Standard_Integer OSD_SignalStackTraceLength = 0;
+ 
+@@ -846,6 +858,7 @@ static void Handler (const int theSignal
+     break;
+ #endif
+   case SIGFPE:
++  {
+     sigaddset(&set, SIGFPE);
+     sigprocmask(SIG_UNBLOCK, &set, NULL) ;
+ #ifdef __linux__
+@@ -856,6 +869,7 @@ static void Handler (const int theSignal
+     break;
+ #else
+     // Reste SOLARIS
++    siginfo_t * aSigInfo = NULL;
+     if (aSigInfo) {
+       switch(aSigInfo->si_code) {
+       case FPE_FLTDIV_TRAP :
+@@ -888,6 +902,7 @@ static void Handler (const int theSignal
+     }
+ #endif
+     break;
++  }
+   default:
+ #ifdef OCCT_DEBUG
+     std::cout << "Unexpected signal " << theSignal << std::endl ;
+@@ -984,7 +999,7 @@ void OSD::SetFloatingSignal (Standard_Bo
+   {
+     fedisableexcept (_OSD_FPX);
+   }
+-#elif defined (__sun) || defined (SOLARIS)
++#elif (defined (__sun) || defined (SOLARIS)) && HAVE_SUNMATH
+   int aSunStat = 0;
+   sigfpe_handler_type anFpeHandler = (theFloatingSignal ? (sigfpe_handler_type)Handler : NULL);
+   aSunStat = ieee_handler ("set", "invalid",  anFpeHandler);
Index: pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderObject.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderObject.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderObject.cxx   Sun Feb 12 14:42:25 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_OpenGl_OpenGl__ShaderObject.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Needs alloca.h on SunOS.
+
+--- src/OpenGl/OpenGl_ShaderObject.cxx.orig    2022-11-11 22:19:44.000000000 +0000
++++ src/OpenGl/OpenGl_ShaderObject.cxx
+@@ -26,6 +26,10 @@
+   #include <malloc.h> // for alloca()
+ #endif
+ 
++#ifdef __sun
++#include <alloca.h>
++#endif
++
+ IMPLEMENT_STANDARD_RTTIEXT(OpenGl_ShaderObject,OpenGl_Resource)
+ 
+ //! Puts line numbers to the output of GLSL program source code.
Index: pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderProgram.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderProgram.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_OpenGl_OpenGl__ShaderProgram.cxx  Sun Feb 12 14:42:25 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_OpenGl_OpenGl__ShaderProgram.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Needs alloca.h on SunOS.
+
+--- src/OpenGl/OpenGl_ShaderProgram.cxx.orig   2022-11-11 22:19:44.000000000 +0000
++++ src/OpenGl/OpenGl_ShaderProgram.cxx
+@@ -30,6 +30,10 @@
+   #include <malloc.h> // for alloca()
+ #endif
+ 
++#ifdef __sun
++#include <alloca.h>
++#endif
++
+ IMPLEMENT_STANDARD_RTTIEXT(OpenGl_ShaderProgram, OpenGl_NamedResource)
+ 
+ OpenGl_VariableSetterSelector OpenGl_ShaderProgram::mySetterSelector = OpenGl_VariableSetterSelector();
Index: pkgsrc/cad/occt/patches/patch-src_Standard_Standard__CString.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_Standard_Standard__CString.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_Standard_Standard__CString.cxx    Sun Feb 12 14:42:25 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_Standard_Standard__CString.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+paper over xlocale build error
+
+--- src/Standard/Standard_CString.cxx.orig     2022-11-11 22:19:44.000000000 +0000
++++ src/Standard/Standard_CString.cxx
+@@ -79,7 +79,7 @@ Standard_Integer HashCodes (const Standa
+     // glibc version for android platform use locale-independent implementation of
+     // strtod, strtol, strtoll functions. For other system with locale-depended
+     // implementations problems may appear if "C" locale is not set explicitly.
+-    #if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__)
++    #if !defined(__ANDROID__) && !defined(__QNX__) && !defined(__MINGW32__) && !defined(__NetBSD__) && !defined(__sun)
+       #error System does not support xlocale. Import/export could be broken if C locale did not specified by application.
+     #endif
+     #define strtod_l(thePtr, theNextPtr, theLocale)              strtod(thePtr, theNextPtr)
Index: pkgsrc/cad/occt/patches/patch-src_Standard_Standard__Failure.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_Standard_Standard__Failure.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_Standard_Standard__Failure.cxx    Sun Feb 12 14:42:25 2023
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_Standard_Standard__Failure.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Needs alloca.h on SunOS.
+
+--- src/Standard/Standard_Failure.cxx.orig     2022-11-11 22:19:44.000000000 +0000
++++ src/Standard/Standard_Failure.cxx
+@@ -23,6 +23,10 @@
+ 
+ #include <string.h>
+ 
++#ifdef __sun
++#include <alloca.h>
++#endif
++
+ IMPLEMENT_STANDARD_RTTIEXT(Standard_Failure,Standard_Transient)
+ 
+ namespace
Index: pkgsrc/cad/occt/patches/patch-src_Standard_Standard__PrimitiveTypes.hxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_Standard_Standard__PrimitiveTypes.hxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_Standard_Standard__PrimitiveTypes.hxx     Sun Feb 12 14:42:25 2023
@@ -0,0 +1,38 @@
+$NetBSD: patch-src_Standard_Standard__PrimitiveTypes.hxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+From cad/oce:
+Undefine SunOS registers that are forcibly pulled in by headers,
+and clash with some OpenCASCADE variables.
+v 1.1 2017/01/20 11:00:50 fhajny
+
+--- src/Standard/Standard_PrimitiveTypes.hxx.orig      2022-11-11 22:19:44.000000000 +0000
++++ src/Standard/Standard_PrimitiveTypes.hxx
+@@ -18,6 +18,28 @@
+ #include <stddef.h>
+ #include <stdlib.h>
+ 
++#if defined(__sun)
++#undef CS
++#undef DS
++#undef ES
++#undef FS
++#undef GS
++#undef SS
++#undef EAX
++#undef EBP
++#undef EBX
++#undef ECX
++#undef EDI
++#undef EEDX
++#undef EFL
++#undef EIP
++#undef ERR
++#undef ESI
++#undef ESP
++#undef TRAPNO
++#undef UESP
++#endif
++
+ #include <Standard_Macro.hxx>
+ 
+ #include <Standard_Boolean.hxx>
Index: pkgsrc/cad/occt/patches/patch-src_Standard_Standard__StackTrace.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_Standard_Standard__StackTrace.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_Standard_Standard__StackTrace.cxx Sun Feb 12 14:42:25 2023
@@ -0,0 +1,27 @@
+$NetBSD: patch-src_Standard_Standard__StackTrace.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Needs alloca.h on SunOS.
+Fix build on NetBSD.
+
+--- src/Standard/Standard_StackTrace.cxx.orig  2022-11-11 22:19:44.000000000 +0000
++++ src/Standard/Standard_StackTrace.cxx
+@@ -19,6 +19,10 @@
+ 
+ #include <Standard_WarningDisableFunctionCast.hxx>
+ 
++#if defined(__sun)
++#include <alloca.h>
++#endif
++
+ #if defined(__APPLE__)
+   #import <TargetConditionals.h>
+ #endif
+@@ -200,7 +204,7 @@ Standard_Boolean Standard::StackTrace (c
+   // theNbTraces is ignored
+   // EM_LOG_JS_STACK?
+   return emscripten_get_callstack (EM_LOG_C_STACK | EM_LOG_DEMANGLE | EM_LOG_NO_PATHS | EM_LOG_FUNC_PARAMS, theBuffer, theBufferSize) > 0;
+-#elif defined(__ANDROID__)
++#elif defined(__ANDROID__) || defined(__NetBSD__)
+   Message::SendTrace ("Standard::StackTrace() is not implemented for this platform");
+   return false;
+ #elif defined(__QNX__)
Index: pkgsrc/cad/occt/patches/patch-src_ViewerTest_ViewerTest__CmdParser.cxx
diff -u /dev/null pkgsrc/cad/occt/patches/patch-src_ViewerTest_ViewerTest__CmdParser.cxx:1.1
--- /dev/null   Sun Feb 12 14:42:25 2023
+++ pkgsrc/cad/occt/patches/patch-src_ViewerTest_ViewerTest__CmdParser.cxx      Sun Feb 12 14:42:25 2023
@@ -0,0 +1,19 @@
+$NetBSD: patch-src_ViewerTest_ViewerTest__CmdParser.cxx,v 1.1 2023/02/12 14:42:25 tnn Exp $
+
+Just use SIZE_MAX instead of C++20 std::numeric_limits to help
+with older compilers.
+
+--- src/ViewerTest/ViewerTest_CmdParser.cxx.orig       2022-11-11 22:19:44.000000000 +0000
++++ src/ViewerTest/ViewerTest_CmdParser.cxx
+@@ -50,7 +50,11 @@ namespace
+ 
+ } // namespace
+ 
++#ifdef SIZE_MAX
++const std::size_t ViewerTest_CmdParser::THE_UNNAMED_COMMAND_OPTION_KEY = SIZE_MAX;
++#else
+ const std::size_t ViewerTest_CmdParser::THE_UNNAMED_COMMAND_OPTION_KEY = (std::numeric_limits<std::size_t>::max)();
++#endif
+ 
+ const std::size_t ViewerTest_CmdParser::THE_HELP_COMMAND_OPTION_KEY = 0;
+ 



Home | Main Index | Thread Index | Old Index