mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
75
samples/java/drv/ISession2D/ISession2D_Curve.ixx
Executable file
75
samples/java/drv/ISession2D/ISession2D_Curve.ixx
Executable file
@@ -0,0 +1,75 @@
|
||||
// File generated by CPPExt (Transient)
|
||||
// Copyright (C) 1991,1995 by
|
||||
//
|
||||
// MATRA DATAVISION, FRANCE
|
||||
//
|
||||
// This software is furnished in accordance with the terms and conditions
|
||||
// of the contract and with the inclusion of the above copyright notice.
|
||||
// This software or any other copy thereof may not be provided or otherwise
|
||||
// be made available to any other person. No title to an ownership of the
|
||||
// software is hereby transferred.
|
||||
//
|
||||
// At the termination of the contract, the software and all copies of this
|
||||
// software must be deleted.
|
||||
//
|
||||
#include <ISession2D_Curve.jxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
#endif
|
||||
|
||||
ISession2D_Curve::~ISession2D_Curve() {}
|
||||
|
||||
|
||||
|
||||
Standard_EXPORT Handle_Standard_Type& ISession2D_Curve_Type_()
|
||||
{
|
||||
|
||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(AIS_InteractiveObject);
|
||||
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(AIS_InteractiveObject);
|
||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(SelectMgr_SelectableObject);
|
||||
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(SelectMgr_SelectableObject);
|
||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(PrsMgr_PresentableObject);
|
||||
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(PrsMgr_PresentableObject);
|
||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(MMgt_TShared);
|
||||
if ( aType4.IsNull()) aType4 = STANDARD_TYPE(MMgt_TShared);
|
||||
static Handle_Standard_Type aType5 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType5.IsNull()) aType5 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,aType5,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("ISession2D_Curve",
|
||||
sizeof(ISession2D_Curve),
|
||||
1,
|
||||
(Standard_Address)_Ancestors,
|
||||
(Standard_Address)NULL);
|
||||
|
||||
return _aType;
|
||||
}
|
||||
|
||||
|
||||
// DownCast method
|
||||
// allow safe downcasting
|
||||
//
|
||||
const Handle(ISession2D_Curve) Handle(ISession2D_Curve)::DownCast(const Handle(Standard_Transient)& AnObject)
|
||||
{
|
||||
Handle(ISession2D_Curve) _anOtherObject;
|
||||
|
||||
if (!AnObject.IsNull()) {
|
||||
if (AnObject->IsKind(STANDARD_TYPE(ISession2D_Curve))) {
|
||||
_anOtherObject = Handle(ISession2D_Curve)((Handle(ISession2D_Curve)&)AnObject);
|
||||
}
|
||||
}
|
||||
|
||||
return _anOtherObject ;
|
||||
}
|
||||
const Handle(Standard_Type)& ISession2D_Curve::DynamicType() const
|
||||
{
|
||||
return STANDARD_TYPE(ISession2D_Curve) ;
|
||||
}
|
||||
Standard_Boolean ISession2D_Curve::IsKind(const Handle(Standard_Type)& AType) const
|
||||
{
|
||||
return (STANDARD_TYPE(ISession2D_Curve) == AType || AIS_InteractiveObject::IsKind(AType));
|
||||
}
|
||||
Handle_ISession2D_Curve::~Handle_ISession2D_Curve() {}
|
||||
|
15
samples/java/drv/ISession2D/ISession2D_Curve.jxx
Executable file
15
samples/java/drv/ISession2D/ISession2D_Curve.jxx
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef _Geom2d_Curve_HeaderFile
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#endif
|
||||
#ifndef _PrsMgr_PresentationManager2d_HeaderFile
|
||||
#include <PrsMgr_PresentationManager2d.hxx>
|
||||
#endif
|
||||
#ifndef _Graphic2d_GraphicObject_HeaderFile
|
||||
#include <Graphic2d_GraphicObject.hxx>
|
||||
#endif
|
||||
#ifndef _SelectMgr_Selection_HeaderFile
|
||||
#include <SelectMgr_Selection.hxx>
|
||||
#endif
|
||||
#ifndef _ISession2D_Curve_HeaderFile
|
||||
#include <ISession2D_Curve.hxx>
|
||||
#endif
|
69
samples/java/drv/ISession2D/ISession2D_InteractiveContext.ixx
Executable file
69
samples/java/drv/ISession2D/ISession2D_InteractiveContext.ixx
Executable file
@@ -0,0 +1,69 @@
|
||||
// File generated by CPPExt (Transient)
|
||||
// Copyright (C) 1991,1995 by
|
||||
//
|
||||
// MATRA DATAVISION, FRANCE
|
||||
//
|
||||
// This software is furnished in accordance with the terms and conditions
|
||||
// of the contract and with the inclusion of the above copyright notice.
|
||||
// This software or any other copy thereof may not be provided or otherwise
|
||||
// be made available to any other person. No title to an ownership of the
|
||||
// software is hereby transferred.
|
||||
//
|
||||
// At the termination of the contract, the software and all copies of this
|
||||
// software must be deleted.
|
||||
//
|
||||
#include <ISession2D_InteractiveContext.jxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
#endif
|
||||
|
||||
ISession2D_InteractiveContext::~ISession2D_InteractiveContext() {}
|
||||
|
||||
|
||||
|
||||
Standard_EXPORT Handle_Standard_Type& ISession2D_InteractiveContext_Type_()
|
||||
{
|
||||
|
||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(MMgt_TShared);
|
||||
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(MMgt_TShared);
|
||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("ISession2D_InteractiveContext",
|
||||
sizeof(ISession2D_InteractiveContext),
|
||||
1,
|
||||
(Standard_Address)_Ancestors,
|
||||
(Standard_Address)NULL);
|
||||
|
||||
return _aType;
|
||||
}
|
||||
|
||||
|
||||
// DownCast method
|
||||
// allow safe downcasting
|
||||
//
|
||||
const Handle(ISession2D_InteractiveContext) Handle(ISession2D_InteractiveContext)::DownCast(const Handle(Standard_Transient)& AnObject)
|
||||
{
|
||||
Handle(ISession2D_InteractiveContext) _anOtherObject;
|
||||
|
||||
if (!AnObject.IsNull()) {
|
||||
if (AnObject->IsKind(STANDARD_TYPE(ISession2D_InteractiveContext))) {
|
||||
_anOtherObject = Handle(ISession2D_InteractiveContext)((Handle(ISession2D_InteractiveContext)&)AnObject);
|
||||
}
|
||||
}
|
||||
|
||||
return _anOtherObject ;
|
||||
}
|
||||
const Handle(Standard_Type)& ISession2D_InteractiveContext::DynamicType() const
|
||||
{
|
||||
return STANDARD_TYPE(ISession2D_InteractiveContext) ;
|
||||
}
|
||||
Standard_Boolean ISession2D_InteractiveContext::IsKind(const Handle(Standard_Type)& AType) const
|
||||
{
|
||||
return (STANDARD_TYPE(ISession2D_InteractiveContext) == AType || MMgt_TShared::IsKind(AType));
|
||||
}
|
||||
Handle_ISession2D_InteractiveContext::~Handle_ISession2D_InteractiveContext() {}
|
||||
|
27
samples/java/drv/ISession2D/ISession2D_InteractiveContext.jxx
Executable file
27
samples/java/drv/ISession2D/ISession2D_InteractiveContext.jxx
Executable file
@@ -0,0 +1,27 @@
|
||||
#ifndef _V2d_Viewer_HeaderFile
|
||||
#include <V2d_Viewer.hxx>
|
||||
#endif
|
||||
#ifndef _PrsMgr_PresentationManager2d_HeaderFile
|
||||
#include <PrsMgr_PresentationManager2d.hxx>
|
||||
#endif
|
||||
#ifndef _SelectMgr_SelectionManager_HeaderFile
|
||||
#include <SelectMgr_SelectionManager.hxx>
|
||||
#endif
|
||||
#ifndef _StdSelect_ViewerSelector2d_HeaderFile
|
||||
#include <StdSelect_ViewerSelector2d.hxx>
|
||||
#endif
|
||||
#ifndef _AIS_InteractiveObject_HeaderFile
|
||||
#include <AIS_InteractiveObject.hxx>
|
||||
#endif
|
||||
#ifndef _V2d_View_HeaderFile
|
||||
#include <V2d_View.hxx>
|
||||
#endif
|
||||
#ifndef _Select2D_Projector_HeaderFile
|
||||
#include <Select2D_Projector.hxx>
|
||||
#endif
|
||||
#ifndef _TColStd_MapOfTransient_HeaderFile
|
||||
#include <TColStd_MapOfTransient.hxx>
|
||||
#endif
|
||||
#ifndef _ISession2D_InteractiveContext_HeaderFile
|
||||
#include <ISession2D_InteractiveContext.hxx>
|
||||
#endif
|
73
samples/java/drv/ISession2D/ISession2D_ObjectOwner.ixx
Executable file
73
samples/java/drv/ISession2D/ISession2D_ObjectOwner.ixx
Executable file
@@ -0,0 +1,73 @@
|
||||
// File generated by CPPExt (Transient)
|
||||
// Copyright (C) 1991,1995 by
|
||||
//
|
||||
// MATRA DATAVISION, FRANCE
|
||||
//
|
||||
// This software is furnished in accordance with the terms and conditions
|
||||
// of the contract and with the inclusion of the above copyright notice.
|
||||
// This software or any other copy thereof may not be provided or otherwise
|
||||
// be made available to any other person. No title to an ownership of the
|
||||
// software is hereby transferred.
|
||||
//
|
||||
// At the termination of the contract, the software and all copies of this
|
||||
// software must be deleted.
|
||||
//
|
||||
#include <ISession2D_ObjectOwner.jxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
#endif
|
||||
|
||||
ISession2D_ObjectOwner::~ISession2D_ObjectOwner() {}
|
||||
|
||||
|
||||
|
||||
Standard_EXPORT Handle_Standard_Type& ISession2D_ObjectOwner_Type_()
|
||||
{
|
||||
|
||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(SelectMgr_EntityOwner);
|
||||
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(SelectMgr_EntityOwner);
|
||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(SelectBasics_EntityOwner);
|
||||
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(SelectBasics_EntityOwner);
|
||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(MMgt_TShared);
|
||||
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(MMgt_TShared);
|
||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType4.IsNull()) aType4 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("ISession2D_ObjectOwner",
|
||||
sizeof(ISession2D_ObjectOwner),
|
||||
1,
|
||||
(Standard_Address)_Ancestors,
|
||||
(Standard_Address)NULL);
|
||||
|
||||
return _aType;
|
||||
}
|
||||
|
||||
|
||||
// DownCast method
|
||||
// allow safe downcasting
|
||||
//
|
||||
const Handle(ISession2D_ObjectOwner) Handle(ISession2D_ObjectOwner)::DownCast(const Handle(Standard_Transient)& AnObject)
|
||||
{
|
||||
Handle(ISession2D_ObjectOwner) _anOtherObject;
|
||||
|
||||
if (!AnObject.IsNull()) {
|
||||
if (AnObject->IsKind(STANDARD_TYPE(ISession2D_ObjectOwner))) {
|
||||
_anOtherObject = Handle(ISession2D_ObjectOwner)((Handle(ISession2D_ObjectOwner)&)AnObject);
|
||||
}
|
||||
}
|
||||
|
||||
return _anOtherObject ;
|
||||
}
|
||||
const Handle(Standard_Type)& ISession2D_ObjectOwner::DynamicType() const
|
||||
{
|
||||
return STANDARD_TYPE(ISession2D_ObjectOwner) ;
|
||||
}
|
||||
Standard_Boolean ISession2D_ObjectOwner::IsKind(const Handle(Standard_Type)& AType) const
|
||||
{
|
||||
return (STANDARD_TYPE(ISession2D_ObjectOwner) == AType || SelectMgr_EntityOwner::IsKind(AType));
|
||||
}
|
||||
Handle_ISession2D_ObjectOwner::~Handle_ISession2D_ObjectOwner() {}
|
||||
|
15
samples/java/drv/ISession2D/ISession2D_ObjectOwner.jxx
Executable file
15
samples/java/drv/ISession2D/ISession2D_ObjectOwner.jxx
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef _Graphic2d_GraphicObject_HeaderFile
|
||||
#include <Graphic2d_GraphicObject.hxx>
|
||||
#endif
|
||||
#ifndef _SelectMgr_SelectableObject_HeaderFile
|
||||
#include <SelectMgr_SelectableObject.hxx>
|
||||
#endif
|
||||
#ifndef _PrsMgr_PresentationManager_HeaderFile
|
||||
#include <PrsMgr_PresentationManager.hxx>
|
||||
#endif
|
||||
#ifndef _TCollection_AsciiString_HeaderFile
|
||||
#include <TCollection_AsciiString.hxx>
|
||||
#endif
|
||||
#ifndef _ISession2D_ObjectOwner_HeaderFile
|
||||
#include <ISession2D_ObjectOwner.hxx>
|
||||
#endif
|
73
samples/java/drv/ISession2D/ISession2D_SensitiveCurve.ixx
Executable file
73
samples/java/drv/ISession2D/ISession2D_SensitiveCurve.ixx
Executable file
@@ -0,0 +1,73 @@
|
||||
// File generated by CPPExt (Transient)
|
||||
// Copyright (C) 1991,1995 by
|
||||
//
|
||||
// MATRA DATAVISION, FRANCE
|
||||
//
|
||||
// This software is furnished in accordance with the terms and conditions
|
||||
// of the contract and with the inclusion of the above copyright notice.
|
||||
// This software or any other copy thereof may not be provided or otherwise
|
||||
// be made available to any other person. No title to an ownership of the
|
||||
// software is hereby transferred.
|
||||
//
|
||||
// At the termination of the contract, the software and all copies of this
|
||||
// software must be deleted.
|
||||
//
|
||||
#include <ISession2D_SensitiveCurve.jxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
#endif
|
||||
|
||||
ISession2D_SensitiveCurve::~ISession2D_SensitiveCurve() {}
|
||||
|
||||
|
||||
|
||||
Standard_EXPORT Handle_Standard_Type& ISession2D_SensitiveCurve_Type_()
|
||||
{
|
||||
|
||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(Select2D_SensitiveEntity);
|
||||
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(Select2D_SensitiveEntity);
|
||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(SelectBasics_SensitiveEntity);
|
||||
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(SelectBasics_SensitiveEntity);
|
||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(MMgt_TShared);
|
||||
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(MMgt_TShared);
|
||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType4.IsNull()) aType4 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("ISession2D_SensitiveCurve",
|
||||
sizeof(ISession2D_SensitiveCurve),
|
||||
1,
|
||||
(Standard_Address)_Ancestors,
|
||||
(Standard_Address)NULL);
|
||||
|
||||
return _aType;
|
||||
}
|
||||
|
||||
|
||||
// DownCast method
|
||||
// allow safe downcasting
|
||||
//
|
||||
const Handle(ISession2D_SensitiveCurve) Handle(ISession2D_SensitiveCurve)::DownCast(const Handle(Standard_Transient)& AnObject)
|
||||
{
|
||||
Handle(ISession2D_SensitiveCurve) _anOtherObject;
|
||||
|
||||
if (!AnObject.IsNull()) {
|
||||
if (AnObject->IsKind(STANDARD_TYPE(ISession2D_SensitiveCurve))) {
|
||||
_anOtherObject = Handle(ISession2D_SensitiveCurve)((Handle(ISession2D_SensitiveCurve)&)AnObject);
|
||||
}
|
||||
}
|
||||
|
||||
return _anOtherObject ;
|
||||
}
|
||||
const Handle(Standard_Type)& ISession2D_SensitiveCurve::DynamicType() const
|
||||
{
|
||||
return STANDARD_TYPE(ISession2D_SensitiveCurve) ;
|
||||
}
|
||||
Standard_Boolean ISession2D_SensitiveCurve::IsKind(const Handle(Standard_Type)& AType) const
|
||||
{
|
||||
return (STANDARD_TYPE(ISession2D_SensitiveCurve) == AType || Select2D_SensitiveEntity::IsKind(AType));
|
||||
}
|
||||
Handle_ISession2D_SensitiveCurve::~Handle_ISession2D_SensitiveCurve() {}
|
||||
|
15
samples/java/drv/ISession2D/ISession2D_SensitiveCurve.jxx
Executable file
15
samples/java/drv/ISession2D/ISession2D_SensitiveCurve.jxx
Executable file
@@ -0,0 +1,15 @@
|
||||
#ifndef _Geom2d_Curve_HeaderFile
|
||||
#include <Geom2d_Curve.hxx>
|
||||
#endif
|
||||
#ifndef _TColgp_HArray1OfPnt2d_HeaderFile
|
||||
#include <TColgp_HArray1OfPnt2d.hxx>
|
||||
#endif
|
||||
#ifndef _SelectBasics_EntityOwner_HeaderFile
|
||||
#include <SelectBasics_EntityOwner.hxx>
|
||||
#endif
|
||||
#ifndef _SelectBasics_ListOfBox2d_HeaderFile
|
||||
#include <SelectBasics_ListOfBox2d.hxx>
|
||||
#endif
|
||||
#ifndef _ISession2D_SensitiveCurve_HeaderFile
|
||||
#include <ISession2D_SensitiveCurve.hxx>
|
||||
#endif
|
75
samples/java/drv/ISession2D/ISession2D_Shape.ixx
Executable file
75
samples/java/drv/ISession2D/ISession2D_Shape.ixx
Executable file
@@ -0,0 +1,75 @@
|
||||
// File generated by CPPExt (Transient)
|
||||
// Copyright (C) 1991,1995 by
|
||||
//
|
||||
// MATRA DATAVISION, FRANCE
|
||||
//
|
||||
// This software is furnished in accordance with the terms and conditions
|
||||
// of the contract and with the inclusion of the above copyright notice.
|
||||
// This software or any other copy thereof may not be provided or otherwise
|
||||
// be made available to any other person. No title to an ownership of the
|
||||
// software is hereby transferred.
|
||||
//
|
||||
// At the termination of the contract, the software and all copies of this
|
||||
// software must be deleted.
|
||||
//
|
||||
#include <ISession2D_Shape.jxx>
|
||||
|
||||
#ifndef _Standard_TypeMismatch_HeaderFile
|
||||
#include <Standard_TypeMismatch.hxx>
|
||||
#endif
|
||||
|
||||
ISession2D_Shape::~ISession2D_Shape() {}
|
||||
|
||||
|
||||
|
||||
Standard_EXPORT Handle_Standard_Type& ISession2D_Shape_Type_()
|
||||
{
|
||||
|
||||
static Handle_Standard_Type aType1 = STANDARD_TYPE(AIS_InteractiveObject);
|
||||
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(AIS_InteractiveObject);
|
||||
static Handle_Standard_Type aType2 = STANDARD_TYPE(SelectMgr_SelectableObject);
|
||||
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(SelectMgr_SelectableObject);
|
||||
static Handle_Standard_Type aType3 = STANDARD_TYPE(PrsMgr_PresentableObject);
|
||||
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(PrsMgr_PresentableObject);
|
||||
static Handle_Standard_Type aType4 = STANDARD_TYPE(MMgt_TShared);
|
||||
if ( aType4.IsNull()) aType4 = STANDARD_TYPE(MMgt_TShared);
|
||||
static Handle_Standard_Type aType5 = STANDARD_TYPE(Standard_Transient);
|
||||
if ( aType5.IsNull()) aType5 = STANDARD_TYPE(Standard_Transient);
|
||||
|
||||
|
||||
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,aType4,aType5,NULL};
|
||||
static Handle_Standard_Type _aType = new Standard_Type("ISession2D_Shape",
|
||||
sizeof(ISession2D_Shape),
|
||||
1,
|
||||
(Standard_Address)_Ancestors,
|
||||
(Standard_Address)NULL);
|
||||
|
||||
return _aType;
|
||||
}
|
||||
|
||||
|
||||
// DownCast method
|
||||
// allow safe downcasting
|
||||
//
|
||||
const Handle(ISession2D_Shape) Handle(ISession2D_Shape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
||||
{
|
||||
Handle(ISession2D_Shape) _anOtherObject;
|
||||
|
||||
if (!AnObject.IsNull()) {
|
||||
if (AnObject->IsKind(STANDARD_TYPE(ISession2D_Shape))) {
|
||||
_anOtherObject = Handle(ISession2D_Shape)((Handle(ISession2D_Shape)&)AnObject);
|
||||
}
|
||||
}
|
||||
|
||||
return _anOtherObject ;
|
||||
}
|
||||
const Handle(Standard_Type)& ISession2D_Shape::DynamicType() const
|
||||
{
|
||||
return STANDARD_TYPE(ISession2D_Shape) ;
|
||||
}
|
||||
Standard_Boolean ISession2D_Shape::IsKind(const Handle(Standard_Type)& AType) const
|
||||
{
|
||||
return (STANDARD_TYPE(ISession2D_Shape) == AType || AIS_InteractiveObject::IsKind(AType));
|
||||
}
|
||||
Handle_ISession2D_Shape::~Handle_ISession2D_Shape() {}
|
||||
|
39
samples/java/drv/ISession2D/ISession2D_Shape.jxx
Executable file
39
samples/java/drv/ISession2D/ISession2D_Shape.jxx
Executable file
@@ -0,0 +1,39 @@
|
||||
#ifndef _HLRBRep_Algo_HeaderFile
|
||||
#include <HLRBRep_Algo.hxx>
|
||||
#endif
|
||||
#ifndef _HLRBRep_PolyAlgo_HeaderFile
|
||||
#include <HLRBRep_PolyAlgo.hxx>
|
||||
#endif
|
||||
#ifndef _TopoDS_Shape_HeaderFile
|
||||
#include <TopoDS_Shape.hxx>
|
||||
#endif
|
||||
#ifndef _HLRAlgo_Projector_HeaderFile
|
||||
#include <HLRAlgo_Projector.hxx>
|
||||
#endif
|
||||
#ifndef _PrsMgr_PresentationManager3d_HeaderFile
|
||||
#include <PrsMgr_PresentationManager3d.hxx>
|
||||
#endif
|
||||
#ifndef _Prs3d_Presentation_HeaderFile
|
||||
#include <Prs3d_Presentation.hxx>
|
||||
#endif
|
||||
#ifndef _Prs3d_Projector_HeaderFile
|
||||
#include <Prs3d_Projector.hxx>
|
||||
#endif
|
||||
#ifndef _PrsMgr_PresentationManager2d_HeaderFile
|
||||
#include <PrsMgr_PresentationManager2d.hxx>
|
||||
#endif
|
||||
#ifndef _Graphic2d_GraphicObject_HeaderFile
|
||||
#include <Graphic2d_GraphicObject.hxx>
|
||||
#endif
|
||||
#ifndef _Graphic2d_SetOfSegments_HeaderFile
|
||||
#include <Graphic2d_SetOfSegments.hxx>
|
||||
#endif
|
||||
#ifndef _GGraphic2d_SetOfCurves_HeaderFile
|
||||
#include <GGraphic2d_SetOfCurves.hxx>
|
||||
#endif
|
||||
#ifndef _SelectMgr_Selection_HeaderFile
|
||||
#include <SelectMgr_Selection.hxx>
|
||||
#endif
|
||||
#ifndef _ISession2D_Shape_HeaderFile
|
||||
#include <ISession2D_Shape.hxx>
|
||||
#endif
|
Reference in New Issue
Block a user