mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032667: Coding - get rid of unused forward declarations [LibCtl to StepRepr]
This commit is contained in:
parent
c1e15aa538
commit
a81bd74a38
@ -27,7 +27,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <LProp_CIType.hxx>
|
||||
class Standard_OutOfRange;
|
||||
|
||||
|
||||
//! Stores the parameters of a curve 2d or 3d corresponding
|
||||
|
@ -27,27 +27,6 @@ class TopoDS_Wire;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Shape;
|
||||
class LocOpe_SplitShape;
|
||||
class LocOpe_WiresOnShape;
|
||||
class LocOpe_Spliter;
|
||||
class LocOpe_Generator;
|
||||
class LocOpe_GeneratedShape;
|
||||
class LocOpe_GluedShape;
|
||||
class LocOpe_Prism;
|
||||
class LocOpe_Revol;
|
||||
class LocOpe_Pipe;
|
||||
class LocOpe_DPrism;
|
||||
class LocOpe_LinearForm;
|
||||
class LocOpe_RevolutionForm;
|
||||
class LocOpe_Gluer;
|
||||
class LocOpe_FindEdges;
|
||||
class LocOpe_FindEdgesInFace;
|
||||
class LocOpe_PntFace;
|
||||
class LocOpe_CurveShapeIntersector;
|
||||
class LocOpe_CSIntersector;
|
||||
class LocOpe_BuildShape;
|
||||
class LocOpe_SplitDrafts;
|
||||
class LocOpe_BuildWires;
|
||||
|
||||
|
||||
//! Provides tools to implement local topological
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class TopoDS_Shape;
|
||||
|
||||
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class StdFail_NotDone;
|
||||
class LocOpe_WiresOnShape;
|
||||
|
||||
|
||||
|
@ -30,9 +30,6 @@
|
||||
#include <TColGeom_SequenceOfCurve.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TopAbs_Orientation.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class TopoDS_Shape;
|
||||
class LocOpe_PntFace;
|
||||
|
||||
|
||||
|
@ -26,8 +26,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TopAbs_Orientation.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_OutOfRange;
|
||||
class gp_Ax1;
|
||||
class TopoDS_Shape;
|
||||
class gp_Circ;
|
||||
|
@ -31,11 +31,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_DomainError;
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Shape;
|
||||
class Geom_Curve;
|
||||
|
||||
|
||||
|
@ -25,10 +25,6 @@
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_NoMoreObject;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Edge;
|
||||
|
||||
|
||||
|
@ -26,11 +26,6 @@
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_NoMoreObject;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
|
||||
|
||||
|
@ -26,10 +26,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class LocOpe_GeneratedShape;
|
||||
class StdFail_NotDone;
|
||||
class Standard_NullObject;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Face;
|
||||
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <TopTools_DataMapOfShapeShape.hxx>
|
||||
#include <LocOpe_GeneratedShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Vertex;
|
||||
|
@ -29,10 +29,6 @@
|
||||
#include <TopTools_DataMapOfShapeShape.hxx>
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_ConstructionError;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Edge;
|
||||
|
||||
|
@ -27,11 +27,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Shape;
|
||||
class gp_Vec;
|
||||
class gp_Pnt;
|
||||
|
||||
|
||||
//! Defines a linear form (using Prism from BRepSweep)
|
||||
|
@ -27,10 +27,7 @@
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TColGeom_SequenceOfCurve.hxx>
|
||||
#include <TColgp_SequenceOfPnt.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_DomainError;
|
||||
class TopoDS_Wire;
|
||||
class TopoDS_Shape;
|
||||
class Geom_Curve;
|
||||
|
||||
|
||||
|
@ -27,10 +27,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TColGeom_SequenceOfCurve.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Shape;
|
||||
class gp_Vec;
|
||||
class Geom_Curve;
|
||||
|
||||
|
||||
|
@ -28,10 +28,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <TColGeom_SequenceOfCurve.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Shape;
|
||||
class gp_Ax1;
|
||||
class Geom_Curve;
|
||||
|
||||
|
||||
|
@ -29,10 +29,6 @@
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class StdFail_NotDone;
|
||||
class TopoDS_Shape;
|
||||
class gp_Ax1;
|
||||
|
||||
|
||||
//! Defines a revolution form (using Revol from BRepSweep)
|
||||
|
@ -27,10 +27,6 @@
|
||||
#include <TopTools_MapOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Edge;
|
||||
class TopoDS_Vertex;
|
||||
class TopoDS_Wire;
|
||||
|
@ -25,10 +25,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TopTools_DataMapOfShapeListOfShape.hxx>
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Standard_NullObject;
|
||||
class Standard_NoSuchObject;
|
||||
class TopoDS_Shape;
|
||||
class LocOpe_WiresOnShape;
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
#include <TopTools_SequenceOfShape.hxx>
|
||||
|
||||
class TopoDS_Shape;
|
||||
class TopoDS_Wire;
|
||||
class TopoDS_Face;
|
||||
class TopoDS_Compound;
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
#include <Standard_OStream.hxx>
|
||||
|
||||
class LocalAnalysis_SurfaceContinuity;
|
||||
class LocalAnalysis_CurveContinuity;
|
||||
class LocalAnalysis_SurfaceContinuity;
|
||||
class LocalAnalysis_CurveContinuity;
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <LocalAnalysis_StatusErrorType.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Geom_Curve;
|
||||
class GeomLProp_CLProps;
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <LocalAnalysis_StatusErrorType.hxx>
|
||||
class StdFail_NotDone;
|
||||
class Geom_Surface;
|
||||
class Geom2d_Curve;
|
||||
class GeomLProp_SLProps;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <MAT_Side.hxx>
|
||||
class MAT_BasicElt;
|
||||
class MAT_Node;
|
||||
class Standard_DomainError;
|
||||
|
||||
|
||||
class MAT_Arc;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <gp_Pnt2d.hxx>
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class gp_Pnt2d;
|
||||
|
||||
|
||||
class MAT2d_Connexion;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <MAT_Side.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_OutOfRange;
|
||||
class Geom2d_Curve;
|
||||
class Geom2d_TrimmedCurve;
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <MeshVS_HArray1OfSequenceOfInteger.hxx>
|
||||
#include <Standard_Address.hxx>
|
||||
#include <TColStd_Array1OfInteger.hxx>
|
||||
class MeshVS_DataSource;
|
||||
class gp_Vec;
|
||||
|
||||
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
class MeshVS_Mesh;
|
||||
class MeshVS_DataSource;
|
||||
class Quantity_Color;
|
||||
class Graphic3d_Texture2D;
|
||||
class Graphic3d_ArrayOfPrimitives;
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <Select3D_SensitiveEntity.hxx>
|
||||
#include <Select3D_BndBox3d.hxx>
|
||||
|
||||
class Select3D_SensitiveEntity;
|
||||
|
||||
//! This class provides custom mesh sensitive entity used in advanced mesh selection.
|
||||
class MeshVS_SensitiveMesh : public Select3D_SensitiveEntity
|
||||
|
@ -28,11 +28,6 @@
|
||||
#include <Select3D_SensitiveEntity.hxx>
|
||||
#include <Select3D_BndBox3d.hxx>
|
||||
|
||||
class Select3D_SensitiveEntity;
|
||||
class TopLoc_Location;
|
||||
class Bnd_Box2d;
|
||||
class gp_Lin;
|
||||
class SelectBasics_ListOfBox2d;
|
||||
|
||||
typedef NCollection_List<Handle(TColgp_HArray1OfPnt)> MeshVS_PolyhedronVerts;
|
||||
typedef NCollection_List<Handle(TColgp_HArray1OfPnt)>::Iterator MeshVS_PolyhedronVertsIter;
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include <NCollection_IndexedDataMap.hxx>
|
||||
|
||||
class Message_Alert;
|
||||
class Message_AlertExtended;
|
||||
|
||||
//! Alert object storing alert metrics values.
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include <Message_Attribute.hxx>
|
||||
|
||||
class Standard_Transient;
|
||||
|
||||
//! Alert object storing a transient object
|
||||
class Message_AttributeObject : public Message_Attribute
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <TCollection_HExtendedString.hxx>
|
||||
#include <TColStd_SequenceOfInteger.hxx>
|
||||
|
||||
class TCollection_ExtendedString;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_HAsciiString;
|
||||
class TCollection_HExtendedString;
|
||||
|
@ -30,11 +30,9 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
class Standard_Transient;
|
||||
class TopoDS_Shape;
|
||||
class gp_XYZ;
|
||||
class gp_XY;
|
||||
class TCollection_AsciiString;
|
||||
class Message_Msg;
|
||||
|
||||
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
class MoniTool_AttrList;
|
||||
|
||||
|
||||
class MoniTool_Element;
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
class TCollection_AsciiString;
|
||||
class Standard_Transient;
|
||||
|
||||
|
||||
class MoniTool_SignText;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <Standard_OStream.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
#include <MoniTool_DataMapOfTimer.hxx>
|
||||
class OSD_Timer;
|
||||
|
||||
|
||||
class MoniTool_Timer;
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Type.hxx>
|
||||
#include <Standard_CString.hxx>
|
||||
class Standard_Transient;
|
||||
class MoniTool_Element;
|
||||
|
||||
|
||||
class MoniTool_TransientElem;
|
||||
|
@ -34,9 +34,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <TColStd_HSequenceOfAsciiString.hxx>
|
||||
class TCollection_HAsciiString;
|
||||
class Standard_Transient;
|
||||
class Standard_ConstructionError;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
class MoniTool_TypedValue;
|
||||
DEFINE_STANDARD_HANDLE(MoniTool_TypedValue, Standard_Transient)
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Transient.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class gp_XY;
|
||||
class gp_XYZ;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <NLPlate_HGPPConstraint.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class gp_XYZ;
|
||||
|
||||
|
||||
class NLPlate_HPG0Constraint;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <NLPlate_HPG0Constraint.hxx>
|
||||
class gp_XY;
|
||||
class gp_XYZ;
|
||||
class Plate_D1;
|
||||
|
||||
|
||||
class NLPlate_HPG0G1Constraint;
|
||||
|
@ -26,7 +26,6 @@
|
||||
class gp_XY;
|
||||
class gp_XYZ;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
|
||||
|
||||
class NLPlate_HPG0G2Constraint;
|
||||
|
@ -27,7 +27,6 @@ class gp_XY;
|
||||
class gp_XYZ;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
class Plate_D3;
|
||||
|
||||
|
||||
class NLPlate_HPG0G3Constraint;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <NLPlate_HGPPConstraint.hxx>
|
||||
class gp_XY;
|
||||
class Plate_D1;
|
||||
|
||||
|
||||
class NLPlate_HPG1Constraint;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
|
||||
|
||||
class NLPlate_HPG2Constraint;
|
||||
|
@ -26,7 +26,6 @@
|
||||
class gp_XY;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
class Plate_D3;
|
||||
|
||||
|
||||
class NLPlate_HPG3Constraint;
|
||||
|
@ -27,10 +27,7 @@
|
||||
#include <Standard_Address.hxx>
|
||||
#include <OSD_Error.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class OSD_OSDError;
|
||||
class OSD_Path;
|
||||
class TCollection_AsciiString;
|
||||
class OSD_Directory;
|
||||
|
||||
|
||||
//! Manages a breadth-only search for sub-directories in the specified
|
||||
|
@ -25,10 +25,6 @@
|
||||
#include <OSD_Error.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NullObject;
|
||||
class OSD_OSDError;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
//! Management of system environment variables
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <OSD_WhoAmI.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class OSD_OSDError;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
//! Accurate management of OSD specific errors.
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <OSD_LockType.hxx>
|
||||
#include <OSD_OpenMode.hxx>
|
||||
|
||||
class Standard_ProgramError;
|
||||
class OSD_Path;
|
||||
class OSD_Protection;
|
||||
|
||||
|
@ -21,9 +21,7 @@
|
||||
#include <OSD_Error.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
class OSD_OSDError;
|
||||
class OSD_Path;
|
||||
class OSD_File;
|
||||
|
||||
//! Manages a breadth-only search for files in the specified Path.
|
||||
//! There is no specific order of results.
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include <OSD_Path.hxx>
|
||||
#include <OSD_Error.hxx>
|
||||
|
||||
class OSD_OSDError;
|
||||
class Standard_ProgramError;
|
||||
class OSD_Protection;
|
||||
class Quantity_Date;
|
||||
|
||||
|
@ -27,10 +27,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <OSD_OEMType.hxx>
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NullObject;
|
||||
class OSD_OSDError;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
|
||||
//! Carries information about a Host
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <OSD_Error.hxx>
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
|
||||
class OSD_OSDError;
|
||||
class Quantity_Date;
|
||||
class OSD_Path;
|
||||
|
||||
|
@ -23,9 +23,6 @@
|
||||
|
||||
#include <OSD_SingleProtection.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class OSD_FileNode;
|
||||
class OSD_File;
|
||||
class OSD_Directory;
|
||||
|
||||
|
||||
//! This class provides data to manage file protection
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <OpenGl_Group.hxx>
|
||||
|
||||
// Forward declaration
|
||||
class OpenGl_CappingPlaneResource;
|
||||
class OpenGl_Structure;
|
||||
|
||||
//! Capping surface rendering algorithm.
|
||||
|
@ -96,7 +96,6 @@ class Graphic3d_Camera;
|
||||
class Graphic3d_PresentationAttributes;
|
||||
class OpenGl_Aspects;
|
||||
class OpenGl_FrameBuffer;
|
||||
class OpenGl_Sampler;
|
||||
class OpenGl_ShaderProgram;
|
||||
class OpenGl_ShaderManager;
|
||||
class OpenGl_FrameStats;
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <OpenGl_PrimitiveArray.hxx>
|
||||
#include <OpenGl_Text.hxx>
|
||||
|
||||
class OpenGl_View;
|
||||
|
||||
//! This class allows to render Graduated Trihedron, i.e. trihedron with grid.
|
||||
//! it is based on Graphic3d_GraduatedTrihedron parameters and support its customization
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <OpenGl_Context.hxx>
|
||||
|
||||
class Aspect_Window;
|
||||
class Quantity_Color;
|
||||
class OpenGl_Structure;
|
||||
class OpenGl_View;
|
||||
class OpenGl_Window;
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <OpenGl_Aspects.hxx>
|
||||
#include <OpenGl_Element.hxx>
|
||||
|
||||
class OpenGl_Group;
|
||||
class OpenGl_Structure;
|
||||
|
||||
struct OpenGl_ElementNode
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <Standard_Type.hxx>
|
||||
|
||||
class Standard_Transient;
|
||||
class OpenGl_Context;
|
||||
|
||||
//! Interface for OpenGl resource with following meaning:
|
||||
|
@ -26,8 +26,6 @@
|
||||
class OpenGl_Element;
|
||||
struct OpenGl_ElementNode;
|
||||
class OpenGl_Group;
|
||||
class OpenGl_Structure;
|
||||
class OpenGl_PrimitiveArray;
|
||||
|
||||
namespace OpenGl_Raytrace
|
||||
{
|
||||
|
@ -28,7 +28,6 @@
|
||||
#include <OpenGl_Texture.hxx>
|
||||
#include <OpenGl_TextureSet.hxx>
|
||||
|
||||
class OpenGl_View;
|
||||
class OpenGl_VertexBuffer;
|
||||
|
||||
//! List of shader programs.
|
||||
|
@ -28,7 +28,6 @@
|
||||
|
||||
#include <NCollection_List.hxx>
|
||||
|
||||
class OpenGl_GraphicDriver;
|
||||
|
||||
DEFINE_STANDARD_HANDLE(OpenGl_Structure, Graphic3d_CStructure)
|
||||
typedef NCollection_List<const OpenGl_Structure* > OpenGl_ListOfStructure;
|
||||
|
@ -23,8 +23,6 @@
|
||||
#include <Graphic3d_TextureUnit.hxx>
|
||||
#include <Graphic3d_TypeOfTexture.hxx>
|
||||
|
||||
class Graphic3d_TextureParams;
|
||||
class Image_PixMap;
|
||||
|
||||
//! Texture resource.
|
||||
class OpenGl_Texture : public OpenGl_NamedResource
|
||||
|
@ -39,15 +39,12 @@
|
||||
|
||||
class OpenGl_BackgroundArray;
|
||||
class OpenGl_DepthPeeling;
|
||||
class OpenGl_GraphicDriver;
|
||||
class OpenGl_PBREnvironment;
|
||||
struct OpenGl_RaytraceMaterial;
|
||||
class OpenGl_StateCounter;
|
||||
class OpenGl_ShadowMap;
|
||||
class OpenGl_ShadowMapArray;
|
||||
class OpenGl_ShaderObject;
|
||||
class OpenGl_TextureBuffer;
|
||||
class OpenGl_TriangleSet;
|
||||
class OpenGl_Workspace;
|
||||
|
||||
DEFINE_STANDARD_HANDLE(OpenGl_View,Graphic3d_CView)
|
||||
|
@ -20,8 +20,6 @@
|
||||
#include <Storage_BaseDriver.hxx>
|
||||
#include <PCDM_TypeOfFileDriver.hxx>
|
||||
|
||||
class CDM_Document;
|
||||
class PCDM_StorageDriver;
|
||||
class TCollection_AsciiString;
|
||||
|
||||
class PCDM
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include <Storage_Data.hxx>
|
||||
#include <Message_ProgressRange.hxx>
|
||||
|
||||
class PCDM_DriverError;
|
||||
class CDM_Document;
|
||||
class TCollection_ExtendedString;
|
||||
class CDM_Application;
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <TCollection_ExtendedString.hxx>
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
|
||||
|
||||
|
@ -26,8 +26,6 @@
|
||||
|
||||
class CDM_MetaData;
|
||||
class Message_Messenger;
|
||||
class TCollection_AsciiString;
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
class PCDM_RetrievalDriver;
|
||||
DEFINE_STANDARD_HANDLE(PCDM_RetrievalDriver, PCDM_Reader)
|
||||
|
@ -26,12 +26,8 @@
|
||||
#include <PCDM_Writer.hxx>
|
||||
#include <PCDM_SequenceOfDocument.hxx>
|
||||
#include <TColStd_SequenceOfExtendedString.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class PCDM_DriverError;
|
||||
class PCDM_Document;
|
||||
class CDM_Document;
|
||||
class TCollection_ExtendedString;
|
||||
class Storage_Schema;
|
||||
|
||||
|
||||
class PCDM_StorageDriver;
|
||||
|
@ -24,7 +24,6 @@
|
||||
|
||||
#include <Message_ProgressIndicator.hxx>
|
||||
|
||||
class PCDM_DriverError;
|
||||
class CDM_Document;
|
||||
class TCollection_ExtendedString;
|
||||
|
||||
|
@ -31,10 +31,6 @@
|
||||
#include <TColgp_Array2OfPnt.hxx>
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
class math_Matrix;
|
||||
class PLib_Base;
|
||||
class PLib_JacobiPolynomial;
|
||||
class PLib_HermitJacobi;
|
||||
class PLib_DoubleJacobiPolynomial;
|
||||
|
||||
|
||||
//! PLib means Polynomial functions library. This pk
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class PLib_JacobiPolynomial;
|
||||
class Standard_ConstructionError;
|
||||
|
||||
|
||||
class PLib_HermitJacobi;
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
#include <TColStd_Array2OfReal.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_ConstructionError;
|
||||
|
||||
|
||||
class PLib_JacobiPolynomial;
|
||||
|
@ -22,9 +22,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
class Plate_GtoCConstraint;
|
||||
class Plate_FreeGtoCConstraint;
|
||||
class gp_XYZ;
|
||||
|
||||
|
||||
//! define an order 1 derivatives of a 3d valued
|
||||
|
@ -22,9 +22,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
class Plate_GtoCConstraint;
|
||||
class Plate_FreeGtoCConstraint;
|
||||
class gp_XYZ;
|
||||
|
||||
|
||||
//! define an order 2 derivatives of a 3d valued
|
||||
|
@ -22,9 +22,6 @@
|
||||
#include <Standard_Handle.hxx>
|
||||
|
||||
#include <gp_XYZ.hxx>
|
||||
class Plate_GtoCConstraint;
|
||||
class Plate_FreeGtoCConstraint;
|
||||
class gp_XYZ;
|
||||
|
||||
|
||||
//! define an order 3 derivatives of a 3d valued
|
||||
|
@ -26,12 +26,9 @@
|
||||
#include <Plate_PinpointConstraint.hxx>
|
||||
#include <Plate_LinearScalarConstraint.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class gp_XY;
|
||||
class Plate_D1;
|
||||
class Plate_D2;
|
||||
class Plate_D3;
|
||||
class Plate_PinpointConstraint;
|
||||
class Plate_LinearScalarConstraint;
|
||||
|
||||
|
||||
//! define a G1, G2 or G3 constraint on the Plate using weaker
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <Plate_LinearXYZConstraint.hxx>
|
||||
#include <TColgp_SequenceOfXY.hxx>
|
||||
class Plate_LinearXYZConstraint;
|
||||
|
||||
|
||||
//! force a set of UV points to translate without deformation
|
||||
|
@ -25,12 +25,9 @@
|
||||
#include <Plate_D1.hxx>
|
||||
#include <gp_XY.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class Plate_D1;
|
||||
class gp_XYZ;
|
||||
class Plate_D2;
|
||||
class Plate_D3;
|
||||
class Plate_PinpointConstraint;
|
||||
|
||||
|
||||
//! define a G1, G2 or G3 constraint on the Plate
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class gp_Lin;
|
||||
class Plate_LinearScalarConstraint;
|
||||
|
||||
|
||||
//! constraint a point to belong to a straight line
|
||||
|
@ -27,8 +27,6 @@
|
||||
#include <TColgp_Array1OfXYZ.hxx>
|
||||
#include <TColgp_Array2OfXYZ.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_DimensionMismatch;
|
||||
class Standard_OutOfRange;
|
||||
class Plate_PinpointConstraint;
|
||||
class gp_XYZ;
|
||||
|
||||
|
@ -28,8 +28,6 @@
|
||||
#include <TColStd_Array2OfReal.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_DimensionMismatch;
|
||||
class Standard_OutOfRange;
|
||||
class Plate_PinpointConstraint;
|
||||
|
||||
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <gp_XYZ.hxx>
|
||||
#include <gp_XY.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class gp_XYZ;
|
||||
|
||||
|
||||
//! define a constraint on the Plate
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <Standard_Integer.hxx>
|
||||
class gp_XY;
|
||||
class gp_Pln;
|
||||
class Plate_LinearScalarConstraint;
|
||||
|
||||
|
||||
//! constraint a point to belong to a Plane
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <Plate_LinearXYZConstraint.hxx>
|
||||
#include <Plate_SequenceOfPinpointConstraint.hxx>
|
||||
#include <Standard_Integer.hxx>
|
||||
class Standard_DimensionMismatch;
|
||||
class Plate_LinearXYZConstraint;
|
||||
|
||||
|
||||
//! define m PinPointConstraint driven by m unknown
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <Standard_Boolean.hxx>
|
||||
class Standard_Transient;
|
||||
class Standard_GUID;
|
||||
class Resource_Manager;
|
||||
|
||||
class Plugin
|
||||
{
|
||||
|
@ -30,13 +30,7 @@
|
||||
class Poly_Triangulation;
|
||||
class Poly_Polygon3D;
|
||||
class Poly_Polygon2D;
|
||||
class gp_XY;
|
||||
class Poly_Triangle;
|
||||
class Poly_Triangulation;
|
||||
class Poly_Polygon3D;
|
||||
class Poly_Polygon2D;
|
||||
class Poly_PolygonOnTriangulation;
|
||||
class Poly_Connect;
|
||||
|
||||
|
||||
//! This package provides classes and services to
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <Standard_TypeDef.hxx>
|
||||
|
||||
class Poly_CoherentTriangle;
|
||||
class Poly_CoherentTriangulation;
|
||||
|
||||
/**
|
||||
* Link between two mesh nodes that is created by existing triangle(s).
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
#include <Standard_TypeDef.hxx>
|
||||
|
||||
class Poly_CoherentTrianguation;
|
||||
class Poly_CoherentLink;
|
||||
|
||||
/**
|
||||
|
@ -34,7 +34,6 @@ typedef NCollection_Vector<Poly_CoherentLink>::Iterator
|
||||
|
||||
//! Definition of HANDLE object using Standard_DefineHandle.hxx
|
||||
#include <Standard_Type.hxx>
|
||||
class Poly_CoherentTriangulation;
|
||||
DEFINE_STANDARD_HANDLE (Poly_CoherentTriangulation, Standard_Transient)
|
||||
|
||||
/**
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#include <gp_Cone.hxx>
|
||||
#include <ProjLib_Projector.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class gp_Cone;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class gp_Elips;
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#include <gp_Cylinder.hxx>
|
||||
#include <ProjLib_Projector.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class gp_Cylinder;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class gp_Elips;
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#include <gp_Pln.hxx>
|
||||
#include <ProjLib_Projector.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class gp_Pln;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class gp_Elips;
|
||||
|
@ -26,13 +26,6 @@
|
||||
#include <GeomAbs_Shape.hxx>
|
||||
#include <TColStd_Array1OfReal.hxx>
|
||||
|
||||
class Standard_OutOfRange;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_DomainError;
|
||||
class Standard_ConstructionError;
|
||||
class Standard_NotImplemented;
|
||||
class gp_Ax3;
|
||||
class gp_Dir;
|
||||
class gp_Pnt;
|
||||
class gp_Vec;
|
||||
class gp_Lin;
|
||||
|
@ -31,13 +31,6 @@
|
||||
#include <Standard_Real.hxx>
|
||||
class Geom2d_BSplineCurve;
|
||||
class Geom2d_BezierCurve;
|
||||
class Standard_NoSuchObject;
|
||||
class Standard_NotImplemented;
|
||||
class gp_Lin2d;
|
||||
class gp_Circ2d;
|
||||
class gp_Elips2d;
|
||||
class gp_Hypr2d;
|
||||
class gp_Parab2d;
|
||||
class gp_Lin;
|
||||
class gp_Circ;
|
||||
class gp_Elips;
|
||||
|
@ -24,8 +24,6 @@
|
||||
#include <gp_Sphere.hxx>
|
||||
#include <ProjLib_Projector.hxx>
|
||||
#include <Standard_Real.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class gp_Sphere;
|
||||
class gp_Circ;
|
||||
class gp_Lin;
|
||||
class gp_Elips;
|
||||
|
@ -23,8 +23,6 @@
|
||||
|
||||
#include <gp_Torus.hxx>
|
||||
#include <ProjLib_Projector.hxx>
|
||||
class Standard_NoSuchObject;
|
||||
class gp_Torus;
|
||||
class gp_Circ;
|
||||
class gp_Lin;
|
||||
class gp_Elips;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user