mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-21 10:30:32 +05:00
92 lines
3.8 KiB
C++
92 lines
3.8 KiB
C++
// 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 <NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
|
|
|
|
#ifndef _Standard_TypeMismatch_HeaderFile
|
|
#include <Standard_TypeMismatch.hxx>
|
|
#endif
|
|
|
|
#ifndef _NMTTools_CoupleOfShape_HeaderFile
|
|
#include <NMTTools_CoupleOfShape.hxx>
|
|
#endif
|
|
#ifndef _NMTTools_ListOfCoupleOfShape_HeaderFile
|
|
#include <NMTTools_ListOfCoupleOfShape.hxx>
|
|
#endif
|
|
#ifndef _NMTTools_ListIteratorOfListOfCoupleOfShape_HeaderFile
|
|
#include <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
|
#endif
|
|
NMTTools_ListNodeOfListOfCoupleOfShape::~NMTTools_ListNodeOfListOfCoupleOfShape() {}
|
|
|
|
|
|
|
|
Standard_EXPORT Handle_Standard_Type& NMTTools_ListNodeOfListOfCoupleOfShape_Type_()
|
|
{
|
|
|
|
static Handle_Standard_Type aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
if ( aType1.IsNull()) aType1 = STANDARD_TYPE(TCollection_MapNode);
|
|
static Handle_Standard_Type aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
if ( aType2.IsNull()) aType2 = STANDARD_TYPE(MMgt_TShared);
|
|
static Handle_Standard_Type aType3 = STANDARD_TYPE(Standard_Transient);
|
|
if ( aType3.IsNull()) aType3 = STANDARD_TYPE(Standard_Transient);
|
|
|
|
|
|
static Handle_Standard_Transient _Ancestors[]= {aType1,aType2,aType3,NULL};
|
|
static Handle_Standard_Type _aType = new Standard_Type("NMTTools_ListNodeOfListOfCoupleOfShape",
|
|
sizeof(NMTTools_ListNodeOfListOfCoupleOfShape),
|
|
1,
|
|
(Standard_Address)_Ancestors,
|
|
(Standard_Address)NULL);
|
|
|
|
return _aType;
|
|
}
|
|
|
|
|
|
// DownCast method
|
|
// allow safe downcasting
|
|
//
|
|
const Handle(NMTTools_ListNodeOfListOfCoupleOfShape) Handle(NMTTools_ListNodeOfListOfCoupleOfShape)::DownCast(const Handle(Standard_Transient)& AnObject)
|
|
{
|
|
Handle(NMTTools_ListNodeOfListOfCoupleOfShape) _anOtherObject;
|
|
|
|
if (!AnObject.IsNull()) {
|
|
if (AnObject->IsKind(STANDARD_TYPE(NMTTools_ListNodeOfListOfCoupleOfShape))) {
|
|
_anOtherObject = Handle(NMTTools_ListNodeOfListOfCoupleOfShape)((Handle(NMTTools_ListNodeOfListOfCoupleOfShape)&)AnObject);
|
|
}
|
|
}
|
|
|
|
return _anOtherObject ;
|
|
}
|
|
const Handle(Standard_Type)& NMTTools_ListNodeOfListOfCoupleOfShape::DynamicType() const
|
|
{
|
|
return STANDARD_TYPE(NMTTools_ListNodeOfListOfCoupleOfShape) ;
|
|
}
|
|
Standard_Boolean NMTTools_ListNodeOfListOfCoupleOfShape::IsKind(const Handle(Standard_Type)& AType) const
|
|
{
|
|
return (STANDARD_TYPE(NMTTools_ListNodeOfListOfCoupleOfShape) == AType || TCollection_MapNode::IsKind(AType));
|
|
}
|
|
Handle_NMTTools_ListNodeOfListOfCoupleOfShape::~Handle_NMTTools_ListNodeOfListOfCoupleOfShape() {}
|
|
#define Item NMTTools_CoupleOfShape
|
|
#define Item_hxx <NMTTools_CoupleOfShape.hxx>
|
|
#define TCollection_ListNode NMTTools_ListNodeOfListOfCoupleOfShape
|
|
#define TCollection_ListNode_hxx <NMTTools_ListNodeOfListOfCoupleOfShape.hxx>
|
|
#define TCollection_ListIterator NMTTools_ListIteratorOfListOfCoupleOfShape
|
|
#define TCollection_ListIterator_hxx <NMTTools_ListIteratorOfListOfCoupleOfShape.hxx>
|
|
#define Handle_TCollection_ListNode Handle_NMTTools_ListNodeOfListOfCoupleOfShape
|
|
#define TCollection_ListNode_Type_() NMTTools_ListNodeOfListOfCoupleOfShape_Type_()
|
|
#define TCollection_List NMTTools_ListOfCoupleOfShape
|
|
#define TCollection_List_hxx <NMTTools_ListOfCoupleOfShape.hxx>
|
|
#include <TCollection_ListNode.gxx>
|
|
|