mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
Automatic upgrade of OCCT code by command "occt_upgrade . -nocdl": - WOK-generated header files from inc and sources from drv are moved to src - CDL files removed - All packages are converted to nocdlpack
147 lines
4.4 KiB
C++
147 lines
4.4 KiB
C++
// Created on: 1993-01-09
|
|
// Created by: CKY / Contract Toubro-Larsen (Arun MENON)
|
|
// Copyright (c) 1993-1999 Matra Datavision
|
|
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
|
//
|
|
// This file is part of Open CASCADE Technology software library.
|
|
//
|
|
// This library is free software; you can redistribute it and/or modify it under
|
|
// the terms of the GNU Lesser General Public License version 2.1 as published
|
|
// by the Free Software Foundation, with special exception defined in the file
|
|
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
|
// distribution for complete text of the license and disclaimer of any warranty.
|
|
//
|
|
// Alternatively, this file may be used under the terms of Open CASCADE
|
|
// commercial license or contractual agreement.
|
|
|
|
#ifndef _IGESBasic_HeaderFile
|
|
#define _IGESBasic_HeaderFile
|
|
|
|
#include <Standard.hxx>
|
|
#include <Standard_DefineAlloc.hxx>
|
|
#include <Standard_Handle.hxx>
|
|
|
|
class IGESBasic_Protocol;
|
|
class IGESBasic_SubfigureDef;
|
|
class IGESBasic_Group;
|
|
class IGESBasic_GroupWithoutBackP;
|
|
class IGESBasic_SingleParent;
|
|
class IGESBasic_ExternalRefFileIndex;
|
|
class IGESBasic_OrderedGroup;
|
|
class IGESBasic_OrderedGroupWithoutBackP;
|
|
class IGESBasic_Hierarchy;
|
|
class IGESBasic_ExternalReferenceFile;
|
|
class IGESBasic_Name;
|
|
class IGESBasic_AssocGroupType;
|
|
class IGESBasic_SingularSubfigure;
|
|
class IGESBasic_ExternalRefFileName;
|
|
class IGESBasic_ExternalRefFile;
|
|
class IGESBasic_ExternalRefName;
|
|
class IGESBasic_ExternalRefLibName;
|
|
class IGESBasic_ToolSubfigureDef;
|
|
class IGESBasic_ToolGroup;
|
|
class IGESBasic_ToolGroupWithoutBackP;
|
|
class IGESBasic_ToolSingleParent;
|
|
class IGESBasic_ToolExternalRefFileIndex;
|
|
class IGESBasic_ToolOrderedGroup;
|
|
class IGESBasic_ToolOrderedGroupWithoutBackP;
|
|
class IGESBasic_ToolHierarchy;
|
|
class IGESBasic_ToolExternalReferenceFile;
|
|
class IGESBasic_ToolName;
|
|
class IGESBasic_ToolAssocGroupType;
|
|
class IGESBasic_ToolSingularSubfigure;
|
|
class IGESBasic_ToolExternalRefFileName;
|
|
class IGESBasic_ToolExternalRefFile;
|
|
class IGESBasic_ToolExternalRefName;
|
|
class IGESBasic_ToolExternalRefLibName;
|
|
class IGESBasic_Protocol;
|
|
class IGESBasic_ReadWriteModule;
|
|
class IGESBasic_GeneralModule;
|
|
class IGESBasic_SpecificModule;
|
|
class IGESBasic_HArray1OfHArray1OfInteger;
|
|
class IGESBasic_HArray1OfHArray1OfReal;
|
|
class IGESBasic_HArray1OfHArray1OfXY;
|
|
class IGESBasic_HArray1OfHArray1OfXYZ;
|
|
class IGESBasic_HArray1OfHArray1OfIGESEntity;
|
|
|
|
|
|
//! This package represents basic entities from IGES
|
|
class IGESBasic
|
|
{
|
|
public:
|
|
|
|
DEFINE_STANDARD_ALLOC
|
|
|
|
|
|
//! Prepares dynqmic data (Protocol, Modules) for this package
|
|
Standard_EXPORT static void Init();
|
|
|
|
//! Returns the Protocol for this Package
|
|
Standard_EXPORT static Handle(IGESBasic_Protocol) Protocol();
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
|
|
|
|
|
|
friend class IGESBasic_SubfigureDef;
|
|
friend class IGESBasic_Group;
|
|
friend class IGESBasic_GroupWithoutBackP;
|
|
friend class IGESBasic_SingleParent;
|
|
friend class IGESBasic_ExternalRefFileIndex;
|
|
friend class IGESBasic_OrderedGroup;
|
|
friend class IGESBasic_OrderedGroupWithoutBackP;
|
|
friend class IGESBasic_Hierarchy;
|
|
friend class IGESBasic_ExternalReferenceFile;
|
|
friend class IGESBasic_Name;
|
|
friend class IGESBasic_AssocGroupType;
|
|
friend class IGESBasic_SingularSubfigure;
|
|
friend class IGESBasic_ExternalRefFileName;
|
|
friend class IGESBasic_ExternalRefFile;
|
|
friend class IGESBasic_ExternalRefName;
|
|
friend class IGESBasic_ExternalRefLibName;
|
|
friend class IGESBasic_ToolSubfigureDef;
|
|
friend class IGESBasic_ToolGroup;
|
|
friend class IGESBasic_ToolGroupWithoutBackP;
|
|
friend class IGESBasic_ToolSingleParent;
|
|
friend class IGESBasic_ToolExternalRefFileIndex;
|
|
friend class IGESBasic_ToolOrderedGroup;
|
|
friend class IGESBasic_ToolOrderedGroupWithoutBackP;
|
|
friend class IGESBasic_ToolHierarchy;
|
|
friend class IGESBasic_ToolExternalReferenceFile;
|
|
friend class IGESBasic_ToolName;
|
|
friend class IGESBasic_ToolAssocGroupType;
|
|
friend class IGESBasic_ToolSingularSubfigure;
|
|
friend class IGESBasic_ToolExternalRefFileName;
|
|
friend class IGESBasic_ToolExternalRefFile;
|
|
friend class IGESBasic_ToolExternalRefName;
|
|
friend class IGESBasic_ToolExternalRefLibName;
|
|
friend class IGESBasic_Protocol;
|
|
friend class IGESBasic_ReadWriteModule;
|
|
friend class IGESBasic_GeneralModule;
|
|
friend class IGESBasic_SpecificModule;
|
|
friend class IGESBasic_HArray1OfHArray1OfInteger;
|
|
friend class IGESBasic_HArray1OfHArray1OfReal;
|
|
friend class IGESBasic_HArray1OfHArray1OfXY;
|
|
friend class IGESBasic_HArray1OfHArray1OfXYZ;
|
|
friend class IGESBasic_HArray1OfHArray1OfIGESEntity;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // _IGESBasic_HeaderFile
|