1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032696: Coding - get rid of unused forward declarations [StepSelect to Xw]

Packages starting with lower-case (gp and gce) are also processed.
This commit is contained in:
aml 2021-11-29 11:18:12 +03:00 committed by smoskvin
parent 250ad34d90
commit 2009530611
383 changed files with 3 additions and 1042 deletions

View File

@ -26,7 +26,6 @@
#include <StepSelect_FileModifier.hxx>
#include <Standard_Integer.hxx>
#include <Standard_CString.hxx>
class TCollection_AsciiString;
class IFSelect_ContextWrite;
class StepData_StepWriter;

View File

@ -24,7 +24,6 @@
#include <IFSelect_Signature.hxx>
#include <Standard_CString.hxx>
class StepData_Protocol;
class Interface_InterfaceError;
class Interface_Protocol;
class Standard_Transient;
class Interface_InterfaceModel;

View File

@ -26,7 +26,6 @@
class StepShape_SolidModel;
class StepShape_HalfSpaceSolid;
class StepShape_BooleanResult;
class StepShape_CsgPrimitive;

View File

@ -24,7 +24,6 @@
#include <StepShape_BooleanOperand.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
class TCollection_HAsciiString;
class StepShape_BooleanOperand;
class StepShape_BooleanResult;

View File

@ -21,7 +21,6 @@
#include <StepShape_ConnectedFaceSet.hxx>
#include <StepShape_HArray1OfFace.hxx>
class StepShape_ConnectedFaceSet;
class TCollection_HAsciiString;

View File

@ -24,7 +24,6 @@
#include <StepShape_CsgPrimitive.hxx>
#include <Standard_Integer.hxx>
class StepShape_BooleanResult;
class StepShape_CsgPrimitive;

View File

@ -23,7 +23,6 @@
#include <StepShape_CsgSelect.hxx>
#include <StepShape_SolidModel.hxx>
class TCollection_HAsciiString;
class StepShape_CsgSelect;
class StepShape_CsgSolid;

View File

@ -22,7 +22,6 @@
#include <StepShape_DimensionalCharacteristic.hxx>
#include <Standard_Transient.hxx>
class StepShape_ShapeDimensionRepresentation;
class StepShape_DimensionalCharacteristic;
class StepShape_DimensionalCharacteristicRepresentation;

View File

@ -24,7 +24,6 @@
#include <StepShape_ClosedShell.hxx>
#include <StepShape_HArray1OfFace.hxx>
#include <Standard_Integer.hxx>
class StepShape_ClosedShell;
class TCollection_HAsciiString;
class StepShape_Face;

View File

@ -22,7 +22,6 @@
#include <Standard_Boolean.hxx>
#include <StepShape_Edge.hxx>
class StepShape_Edge;
class TCollection_HAsciiString;
class StepShape_Vertex;

View File

@ -24,7 +24,6 @@
#include <StepShape_Face.hxx>
#include <StepShape_HArray1OfFaceBound.hxx>
#include <Standard_Integer.hxx>
class StepShape_Face;
class TCollection_HAsciiString;
class StepShape_FaceBound;

View File

@ -24,7 +24,6 @@
#include <StepShape_OpenShell.hxx>
#include <StepShape_HArray1OfFace.hxx>
#include <Standard_Integer.hxx>
class StepShape_OpenShell;
class TCollection_HAsciiString;
class StepShape_Face;

View File

@ -22,8 +22,6 @@
#include <StepShape_ToleranceMethodDefinition.hxx>
#include <StepShape_DimensionalCharacteristic.hxx>
#include <Standard_Transient.hxx>
class StepShape_ToleranceMethodDefinition;
class StepShape_DimensionalCharacteristic;
class StepShape_PlusMinusTolerance;

View File

@ -21,7 +21,6 @@
#include <Standard_Type.hxx>
#include <StepShape_SolidModel.hxx>
class StepShape_SolidModel;
class StepGeom_CartesianTransformationOperator3d;
class TCollection_HAsciiString;

View File

@ -20,7 +20,6 @@
#include <Standard_Type.hxx>
#include <StepShape_Edge.hxx>
class StepShape_Edge;
class TCollection_HAsciiString;
class StepShape_Vertex;

View File

@ -21,7 +21,6 @@
#include <StepShape_Face.hxx>
#include <StepShape_HArray1OfFaceBound.hxx>
class StepShape_Face;
class TCollection_HAsciiString;

View File

@ -20,7 +20,6 @@
#include <Standard_Type.hxx>
#include <Standard_Transient.hxx>
class StepBasic_MeasureWithUnit;
class StepShape_ToleranceValue;

View File

@ -31,24 +31,6 @@
#include <Standard_CString.hxx>
#include <StepToTopoDS_GeometricToolError.hxx>
class TCollection_HAsciiString;
class StepToTopoDS_Root;
class StepToTopoDS_TranslateShell;
class StepToTopoDS_TranslateFace;
class StepToTopoDS_TranslateEdgeLoop;
class StepToTopoDS_TranslateEdge;
class StepToTopoDS_TranslateVertex;
class StepToTopoDS_TranslatePolyLoop;
class StepToTopoDS_TranslateVertexLoop;
class StepToTopoDS_TranslateCompositeCurve;
class StepToTopoDS_TranslateCurveBoundedSurface;
class StepToTopoDS_Builder;
class StepToTopoDS_MakeTransformed;
class StepToTopoDS_GeometricTool;
class StepToTopoDS_Tool;
class StepToTopoDS_CartesianPointHasher;
class StepToTopoDS_PointPair;
class StepToTopoDS_PointPairHasher;
class StepToTopoDS_NMTool;
//! This package implements the mapping between AP214

View File

@ -27,7 +27,6 @@
#include <Standard_Boolean.hxx>
#include <Message_ProgressRange.hxx>
class StdFail_NotDone;
class StepShape_ManifoldSolidBrep;
class Transfer_TransientProcess;
class StepShape_BrepWithVoids;
@ -39,7 +38,6 @@ class StepShape_GeometricSet;
class StepShape_EdgeBasedWireframeModel;
class StepShape_FaceBasedSurfaceModel;
class Transfer_ActorOfTransientProcess;
class TopoDS_Shape;

View File

@ -28,7 +28,6 @@
class StepGeom_Axis2Placement3d;
class StepGeom_CartesianTransformationOperator3d;
class gp_Trsf;
class TopoDS_Shape;
class StepRepr_MappedItem;
class Transfer_TransientProcess;

View File

@ -22,7 +22,6 @@
#include <Standard_Handle.hxx>
class StepGeom_CartesianPoint;
class StepToTopoDS_PointPairHasher;
//! Stores a pair of Points from step

View File

@ -28,7 +28,6 @@ class StepGeom_CompositeCurve;
class Transfer_TransientProcess;
class StepGeom_Surface;
class Geom_Surface;
class TopoDS_Wire;
//! Translate STEP entity composite_curve to TopoDS_Wire

View File

@ -26,7 +26,6 @@
#include <Standard_Boolean.hxx>
class StepGeom_CurveBoundedSurface;
class Transfer_TransientProcess;
class TopoDS_Face;
//! Translate curve_bounded_surface into TopoDS_Face

View File

@ -25,7 +25,6 @@
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
#include <Standard_Real.hxx>
class StdFail_NotDone;
class StepShape_Edge;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
@ -37,7 +36,6 @@ class TopoDS_Vertex;
class Geom2d_Curve;
class StepGeom_Pcurve;
class Geom_Surface;
class TopoDS_Shape;

View File

@ -25,14 +25,12 @@
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
#include <Standard_Boolean.hxx>
class StdFail_NotDone;
class StepShape_FaceBound;
class TopoDS_Face;
class Geom_Surface;
class StepGeom_Surface;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
class TopoDS_Shape;

View File

@ -24,11 +24,9 @@
#include <StepToTopoDS_TranslateFaceError.hxx>
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
class StdFail_NotDone;
class StepShape_FaceSurface;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
class TopoDS_Shape;

View File

@ -24,12 +24,10 @@
#include <StepToTopoDS_TranslatePolyLoopError.hxx>
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
class StdFail_NotDone;
class StepShape_PolyLoop;
class StepToTopoDS_Tool;
class Geom_Surface;
class TopoDS_Face;
class TopoDS_Shape;

View File

@ -26,11 +26,9 @@
#include <StepToTopoDS_Root.hxx>
#include <Message_ProgressRange.hxx>
class StdFail_NotDone;
class StepShape_ConnectedFaceSet;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
class TopoDS_Shape;

View File

@ -24,11 +24,9 @@
#include <StepToTopoDS_TranslateVertexError.hxx>
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
class StdFail_NotDone;
class StepShape_Vertex;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
class TopoDS_Shape;

View File

@ -24,11 +24,9 @@
#include <StepToTopoDS_TranslateVertexLoopError.hxx>
#include <TopoDS_Shape.hxx>
#include <StepToTopoDS_Root.hxx>
class StdFail_NotDone;
class StepShape_VertexLoop;
class StepToTopoDS_Tool;
class StepToTopoDS_NMTool;
class TopoDS_Shape;

View File

@ -22,7 +22,6 @@
#include <StepRepr_HArray1OfRepresentationItem.hxx>
#include <StepShape_GeometricCurveSet.hxx>
#include <Standard_Integer.hxx>
class TCollection_HAsciiString;
class StepVisual_AnnotationFillArea;
DEFINE_STANDARD_HANDLE(StepVisual_AnnotationFillArea, StepShape_GeometricCurveSet)

View File

@ -22,7 +22,6 @@
#include <StepVisual_AreaOrView.hxx>
#include <StepVisual_Colour.hxx>
class StepVisual_AreaOrView;
class StepVisual_BackgroundColour;

View File

@ -25,7 +25,6 @@ class StepVisual_HArray1OfCameraModelD3MultiClippingInterectionSelect;
class StepVisual_ViewVolume;
class TCollection_HAsciiString;
class StepVisual_CameraModelD3;
DEFINE_STANDARD_HANDLE(StepVisual_CameraModelD3MultiClipping, StepVisual_CameraModelD3)
class StepVisual_CameraModelD3MultiClipping : public StepVisual_CameraModelD3

View File

@ -23,7 +23,6 @@
class StepVisual_HArray1OfCameraModelD3MultiClippingInterectionSelect;
class TCollection_HAsciiString;
class StepGeom_GeometricRepresentationItem;
DEFINE_STANDARD_HANDLE(StepVisual_CameraModelD3MultiClippingIntersection, StepGeom_GeometricRepresentationItem)
class StepVisual_CameraModelD3MultiClippingIntersection : public StepGeom_GeometricRepresentationItem

View File

@ -23,7 +23,6 @@
class StepVisual_HArray1OfCameraModelD3MultiClippingUnionSelect;
class TCollection_HAsciiString;
class StepGeom_GeometricRepresentationItem;
DEFINE_STANDARD_HANDLE(StepVisual_CameraModelD3MultiClippingUnion, StepGeom_GeometricRepresentationItem)
class StepVisual_CameraModelD3MultiClippingUnion : public StepGeom_GeometricRepresentationItem

View File

@ -23,7 +23,6 @@
#include <StepVisual_InvisibilityContext.hxx>
#include <StepVisual_Invisibility.hxx>
#include <StepVisual_HArray1OfInvisibleItem.hxx>
class StepVisual_InvisibilityContext;
class StepVisual_ContextDependentInvisibility;

View File

@ -25,7 +25,6 @@
#include <StepVisual_HArray1OfPresentationStyleAssignment.hxx>
#include <Standard_Integer.hxx>
class TCollection_HAsciiString;
class StepRepr_RepresentationItem;
class StepVisual_StyledItem;
class StepVisual_StyleContextSelect;

View File

@ -20,7 +20,6 @@
#include <Standard_Handle.hxx>
#include <TColgp_HArray1OfXYZ.hxx>
#include <StepVisual_TessellatedItem.hxx>
class Standard_Transient;
DEFINE_STANDARD_HANDLE(StepVisual_CoordinatesList,StepVisual_TessellatedItem)
class StepVisual_CoordinatesList : public StepVisual_TessellatedItem

View File

@ -25,8 +25,6 @@
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepVisual_Colour;
class StepVisual_CurveStyleFontSelect;
class StepBasic_SizeSelect;
class StepVisual_CurveStyle;

View File

@ -22,9 +22,7 @@
#include <StepVisual_StyledItem.hxx>
#include <StepVisual_HArray1OfPresentationStyleAssignment.hxx>
class StepVisual_StyledItem;
class TCollection_HAsciiString;
class StepRepr_RepresentationItem;
class StepVisual_OverRidingStyledItem;

View File

@ -24,7 +24,6 @@
#include <StepVisual_PlanarExtent.hxx>
#include <Standard_Real.hxx>
class TCollection_HAsciiString;
class StepGeom_Axis2Placement;
class StepVisual_PlanarBox;

View File

@ -25,8 +25,6 @@
#include <Standard_Transient.hxx>
class TCollection_HAsciiString;
class StepVisual_Colour;
class StepVisual_MarkerSelect;
class StepBasic_SizeSelect;
class StepVisual_PointStyle;

View File

@ -23,7 +23,6 @@
#include <StepVisual_PresentationSizeAssignmentSelect.hxx>
#include <Standard_Transient.hxx>
class StepVisual_PlanarBox;
class StepVisual_PresentationSizeAssignmentSelect;
class StepVisual_PresentationSize;

View File

@ -23,7 +23,6 @@
#include <StepVisual_StyleContextSelect.hxx>
#include <StepVisual_PresentationStyleAssignment.hxx>
#include <StepVisual_HArray1OfPresentationStyleSelect.hxx>
class StepVisual_StyleContextSelect;
class StepVisual_PresentationStyleByContext;

View File

@ -23,7 +23,6 @@
#include <StepVisual_PresentationRepresentationSelect.hxx>
#include <Standard_Transient.hxx>
class StepVisual_PresentedItem;
class StepVisual_PresentationRepresentationSelect;
class StepVisual_PresentedItemRepresentation;

View File

@ -24,7 +24,6 @@
#include <StepRepr_RepresentationItem.hxx>
#include <StepVisual_StyledItemTarget.hxx>
#include <Standard_Integer.hxx>
class StepRepr_RepresentationItem;
class TCollection_HAsciiString;
class StepVisual_PresentationStyleAssignment;

View File

@ -25,7 +25,6 @@
#include <NCollection_Handle.hxx>
#include <StepVisual_CoordinatesList.hxx>
#include <TColStd_HSequenceOfInteger.hxx>
class Standard_Transient;
typedef NCollection_Vector<Handle(TColStd_HSequenceOfInteger)> StepVisual_VectorOfHSequenceOfInteger;

View File

@ -24,7 +24,6 @@
//#include <NCollection_DefineHArray1.hxx>
#include <NCollection_Handle.hxx>
class Standard_Transient;
typedef NCollection_Array1<Handle(StepVisual_TessellatedItem)> StepVisual_Array1OfTessellatedItem;

View File

@ -20,7 +20,6 @@
#include <Standard_Handle.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
class Standard_Transient;
DEFINE_STANDARD_HANDLE(StepVisual_TessellatedItem, StepGeom_GeometricRepresentationItem)
class StepVisual_TessellatedItem : public StepGeom_GeometricRepresentationItem

View File

@ -25,8 +25,6 @@
#include <StepVisual_FontSelect.hxx>
#include <StepGeom_GeometricRepresentationItem.hxx>
class TCollection_HAsciiString;
class StepGeom_Axis2Placement;
class StepVisual_FontSelect;
class StepVisual_TextLiteral;

View File

@ -24,8 +24,6 @@
#include <Standard_CString.hxx>
#include <Standard_Boolean.hxx>
class TopoDS_Shape;
class StlAPI_Writer;
class StlAPI_Reader;
//! Offers the API for STL data manipulation.
class StlAPI

View File

@ -22,18 +22,6 @@
#include <Standard_Handle.hxx>
class TCollection_AsciiString;
class Storage_BaseDriver;
class Storage_CallBack;
class Storage_DefaultCallBack;
class Storage_HeaderData;
class Storage_Data;
class Storage_TypeData;
class Storage_RootData;
class Storage_Root;
class Storage_Schema;
class Storage_InternalData;
class Storage_stCONSTclCOM;
class Storage_TypedCallBack;
//! Storage package is used to write and read persistent objects.

View File

@ -27,11 +27,6 @@
#include <TColStd_SequenceOfAsciiString.hxx>
#include <TColStd_SequenceOfExtendedString.hxx>
class Storage_StreamTypeMismatchError;
class Storage_StreamFormatError;
class Storage_StreamWriteError;
class Storage_StreamExtCharParityError;
class TCollection_AsciiString;
class TCollection_ExtendedString;
DEFINE_STANDARD_HANDLE(Storage_BaseDriver,Standard_Transient)

View File

@ -33,8 +33,6 @@ class Storage_HeaderData;
class Storage_RootData;
class Storage_TypeData;
class Storage_InternalData;
class Storage_Schema;
class TCollection_AsciiString;
class TCollection_ExtendedString;
class Standard_Persistent;
class Storage_Root;

View File

@ -27,10 +27,7 @@
#include <TColStd_SequenceOfExtendedString.hxx>
#include <Storage_Error.hxx>
#include <Standard_Transient.hxx>
class Storage_Schema;
class Storage_BaseDriver;
class TCollection_AsciiString;
class TCollection_ExtendedString;
class Storage_HeaderData;

View File

@ -25,7 +25,6 @@
#include <Storage_HPArray.hxx>
#include <Storage_MapOfCallBack.hxx>
#include <Standard_Transient.hxx>
class Storage_Schema;
class Storage_InternalData;

View File

@ -24,8 +24,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Transient.hxx>
class Standard_Persistent;
class Storage_Schema;
class TCollection_AsciiString;
class Storage_Root;

View File

@ -27,11 +27,8 @@
#include <Standard_Integer.hxx>
#include <Storage_HSeqOfRoot.hxx>
#include <Standard_Boolean.hxx>
class Standard_NoSuchObject;
class Storage_Schema;
class Storage_BaseDriver;
class Storage_Root;
class TCollection_AsciiString;
class Standard_Persistent;

View File

@ -27,14 +27,6 @@
#include <TColStd_HSequenceOfAsciiString.hxx>
class Storage_CallBack;
class Storage_StreamFormatError;
class TCollection_AsciiString;
class Storage_BaseDriver;
class Storage_Data;
class Storage_HeaderData;
class Storage_TypeData;
class Storage_RootData;
class Standard_Persistent;
class Storage_Schema;

View File

@ -27,10 +27,7 @@
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <TColStd_HSequenceOfAsciiString.hxx>
class Standard_NoSuchObject;
class Storage_Schema;
class Storage_BaseDriver;
class TCollection_AsciiString;
class Storage_TypeData;

View File

@ -24,7 +24,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Transient.hxx>
class Storage_CallBack;
class TCollection_AsciiString;
class Storage_TypedCallBack;

View File

@ -25,9 +25,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <TopAbs_Orientation.hxx>
class Standard_NoMoreObject;
class Standard_NoSuchObject;
class Sweep_NumShape;
//! This class provides iteration services required by

View File

@ -26,8 +26,6 @@
#include <TopAbs_ShapeEnum.hxx>
#include <TopAbs_Orientation.hxx>
#include <Standard_Boolean.hxx>
class Standard_OutOfRange;
class Sweep_NumShape;
//! This class provides the indexation and type analysis

View File

@ -29,11 +29,6 @@
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <Standard_IStream.hxx>
class Standard_NullObject;
class Standard_OutOfRange;
class Standard_NumericError;
class Standard_NegativeValue;
class TCollection_HAsciiString;
class TCollection_ExtendedString;
//! Class defines a variable-length sequence of 8-bit characters.

View File

@ -31,10 +31,6 @@
#include <Standard_Real.hxx>
#include <Standard_OStream.hxx>
#include <Standard_PCharacter.hxx>
class Standard_NullObject;
class Standard_OutOfRange;
class Standard_NumericError;
class Standard_NegativeValue;
class TCollection_AsciiString;

View File

@ -28,11 +28,6 @@
#include <Standard_Real.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
class Standard_NullObject;
class Standard_OutOfRange;
class Standard_NumericError;
class Standard_NegativeValue;
class TCollection_AsciiString;
class TCollection_HExtendedString;

View File

@ -28,11 +28,6 @@
#include <Standard_Integer.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
class Standard_NullObject;
class Standard_OutOfRange;
class Standard_NumericError;
class Standard_NegativeValue;
class TCollection_ExtendedString;
class TCollection_HAsciiString;

View File

@ -23,33 +23,6 @@
#include <Standard_Boolean.hxx>
class Standard_GUID;
class TCollection_ExtendedString;
class TDF_Data;
class TDF_Label;
class TDF_Attribute;
class TDF_TagSource;
class TDF_Reference;
class TDF_ClosureMode;
class TDF_ClosureTool;
class TDF_CopyTool;
class TDF_CopyLabel;
class TDF_ComparisonTool;
class TDF_Transaction;
class TDF_Delta;
class TDF_AttributeDelta;
class TDF_DeltaOnAddition;
class TDF_DeltaOnForget;
class TDF_DeltaOnResume;
class TDF_DeltaOnRemoval;
class TDF_DeltaOnModification;
class TDF_DefaultDeltaOnRemoval;
class TDF_DefaultDeltaOnModification;
class TDF_ChildIterator;
class TDF_ChildIDIterator;
class TDF_DataSet;
class TDF_RelocationTable;
class TDF_Tool;
class TDF_LabelMapHasher;
class TDF_IDFilter;
//! This package provides data framework for binding

View File

@ -25,11 +25,7 @@
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <TDF_AttributeIndexedMap.hxx>
class Standard_DomainError;
class TDF_Data;
class TDF_Label;
class TDF_LabelNode;
class TDF_AttributeIterator;
class TDF_DeltaOnForget;
class Standard_GUID;
class TDF_AttributeDelta;

View File

@ -23,7 +23,6 @@
#include <Standard_Transient.hxx>
#include <Standard_OStream.hxx>
class TDF_Attribute;
class TDF_Label;
class Standard_GUID;

View File

@ -25,7 +25,6 @@
#include <Standard_Boolean.hxx>
class TDF_Attribute;
class TDF_Label;
class Standard_GUID;
//! Iterates on the children of a label, to find

View File

@ -26,8 +26,6 @@
#include <TDF_AttributeMap.hxx>
#include <Standard_Boolean.hxx>
class TDF_RelocationTable;
class TDF_Label;
class TDF_IDFilter;
class TDF_DataSet;

View File

@ -28,9 +28,6 @@
#include <TDF_Label.hxx>
#include <Standard_OStream.hxx>
#include <NCollection_DataMap.hxx>
class Standard_NoMoreObject;
class TDF_Transaction;
class TDF_LabelNode;
class TDF_Delta;
class TDF_Label;

View File

@ -26,10 +26,7 @@
#include <Standard_Boolean.hxx>
#include <TDF_LabelList.hxx>
#include <Standard_OStream.hxx>
class Standard_OutOfRange;
class TDF_Data;
class TDF_AttributeDelta;
class TCollection_ExtendedString;
class TDF_Delta;

View File

@ -26,14 +26,8 @@
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <TDF_AttributeIndexedMap.hxx>
class Standard_DomainError;
class Standard_OutOfRange;
class Standard_NullObject;
class TDF_ChildIterator;
class TDF_Attribute;
class TDF_AttributeIterator;
class TDF_Data;
class TDF_LabelMapHasher;
class Standard_GUID;
class TDF_IDFilter;

View File

@ -27,10 +27,7 @@
#endif
class TDF_Attribute;
class TDF_AttributeIterator;
class TDF_ChildIterator;
class TDF_Data;
class TDF_Label;
#define KEEP_LOCAL_ROOT

View File

@ -23,8 +23,6 @@
#include <TDF_Attribute.hxx>
#include <Standard_OStream.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DataSet;

View File

@ -29,7 +29,6 @@
#include <Standard_OStream.hxx>
class TDF_Label;
class TDF_Attribute;
class Standard_Transient;
class TDF_RelocationTable;

View File

@ -24,7 +24,6 @@
#include <TDF_Attribute.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -24,10 +24,7 @@
#include <TCollection_AsciiString.hxx>
#include <Standard_Boolean.hxx>
class TDF_Data;
class Standard_DomainError;
class Standard_NullObject;
class TDF_Delta;
class TCollection_AsciiString;
//! This class offers services to open, commit or

View File

@ -24,45 +24,6 @@
#include <TDF_IDList.hxx>
#include <Standard_OStream.hxx>
#include <TDataStd_RealEnum.hxx>
class TDataStd_Current;
class TDataStd_Name;
class TDataStd_Comment;
class TDataStd_Integer;
class TDataStd_IntegerArray;
class TDataStd_Real;
class TDataStd_RealArray;
class TDataStd_ExtStringArray;
class TDataStd_UAttribute;
class TDataStd_TreeNode;
class TDataStd_ChildNodeIterator;
class TDataStd_Directory;
class TDataStd_NoteBook;
class TDataStd_Expression;
class TDataStd_Relation;
class TDataStd_Variable;
class TDataStd_DeltaOnModificationOfIntArray;
class TDataStd_DeltaOnModificationOfRealArray;
class TDataStd_DeltaOnModificationOfExtStringArray;
class TDataStd_DeltaOnModificationOfIntPackedMap;
class TDataStd_DeltaOnModificationOfByteArray;
class TDataStd_Tick;
class TDataStd_AsciiString;
class TDataStd_IntPackedMap;
class TDataStd_IntegerList;
class TDataStd_RealList;
class TDataStd_ExtStringList;
class TDataStd_BooleanList;
class TDataStd_ReferenceList;
class TDataStd_BooleanArray;
class TDataStd_ReferenceArray;
class TDataStd_ByteArray;
class TDataStd_NamedData;
class TDataStd_HDataMapOfStringInteger;
class TDataStd_HDataMapOfStringReal;
class TDataStd_HDataMapOfStringString;
class TDataStd_HDataMapOfStringByte;
class TDataStd_HDataMapOfStringHArray1OfInteger;
class TDataStd_HDataMapOfStringHArray1OfReal;
//! This package defines standard attributes for

View File

@ -26,8 +26,6 @@
#include <Standard_GUID.hxx>
class TDF_Label;
class TCollection_AsciiString;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -25,9 +25,7 @@
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -26,9 +26,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -27,10 +27,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class TDataStd_DeltaOnModificationOfByteArray;
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DeltaOnModification;

View File

@ -25,8 +25,6 @@
#include <Standard_Boolean.hxx>
#include <Standard_OStream.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -25,9 +25,6 @@
#include <Standard_OStream.hxx>
class TDF_Label;
class Standard_GUID;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DataSet;
class TDataStd_Directory;

View File

@ -26,8 +26,6 @@
#include <Standard_OStream.hxx>
class Standard_GUID;
class TDF_Label;
class TCollection_ExtendedString;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -26,11 +26,8 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class TDataStd_DeltaOnModificationOfExtStringArray;
class Standard_GUID;
class TDF_Label;
class TCollection_ExtendedString;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DeltaOnModification;

View File

@ -26,10 +26,8 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TCollection_ExtendedString;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -19,9 +19,6 @@
#include <TDF_DerivedAttribute.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDataStd_GenericEmpty;

View File

@ -18,8 +18,6 @@
#include <TCollection_ExtendedString.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_RelocationTable;
class TDataStd_GenericExtString;

View File

@ -25,10 +25,8 @@
#include <Standard_Integer.hxx>
#include <Standard_OStream.hxx>
class TDataStd_DeltaOnModificationOfIntPackedMap;
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DeltaOnModification;

View File

@ -26,9 +26,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -27,10 +27,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class TDataStd_DeltaOnModificationOfIntArray;
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DeltaOnModification;

View File

@ -26,9 +26,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -20,11 +20,8 @@
#include <TDataStd_GenericExtString.hxx>
#include <Standard_OStream.hxx>
class Standard_DomainError;
class TDF_Label;
class TCollection_ExtendedString;
class TDF_Attribute;
class TDF_RelocationTable;
class TDataStd_Name;

View File

@ -29,8 +29,6 @@ class TDF_Label;
class Standard_GUID;
class TDataStd_Real;
class TDataStd_Integer;
class TDF_Attribute;
class TDF_RelocationTable;
class TDataStd_NoteBook;

View File

@ -28,7 +28,6 @@
#include <Standard_GUID.hxx>
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;

View File

@ -28,10 +28,7 @@
#include <Standard_OStream.hxx>
#include <Standard_GUID.hxx>
class TDataStd_DeltaOnModificationOfRealArray;
class Standard_GUID;
class TDF_Label;
class TDF_Attribute;
class TDF_RelocationTable;
class TDF_DeltaOnModification;

Some files were not shown because too many files have changed in this diff Show More