// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _TNaming_Name_HeaderFile #define _TNaming_Name_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _TNaming_NameType_HeaderFile #include #endif #ifndef _TopAbs_ShapeEnum_HeaderFile #include #endif #ifndef _TNaming_ListOfNamedShape_HeaderFile #include #endif #ifndef _Handle_TNaming_NamedShape_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _TopoDS_Shape_HeaderFile #include #endif #ifndef _TDF_Label_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_TDF_RelocationTable_HeaderFile #include #endif class TNaming_NamedShape; class TopoDS_Shape; class TDF_Label; class TNaming_ListOfNamedShape; class TDF_LabelMap; class TDF_RelocationTable; class TNaming_Name { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT TNaming_Name(); Standard_EXPORT void Type(const TNaming_NameType aType) ; Standard_EXPORT void ShapeType(const TopAbs_ShapeEnum aType) ; Standard_EXPORT void Shape(const TopoDS_Shape& theShape) ; Standard_EXPORT void Append(const Handle(TNaming_NamedShape)& arg) ; Standard_EXPORT void StopNamedShape(const Handle(TNaming_NamedShape)& arg) ; Standard_EXPORT void Index(const Standard_Integer I) ; Standard_EXPORT void ContextLabel(const TDF_Label& theLab) ; Standard_EXPORT TNaming_NameType Type() const; Standard_EXPORT TopAbs_ShapeEnum ShapeType() const; Standard_EXPORT TopoDS_Shape Shape() const; Standard_EXPORT const TNaming_ListOfNamedShape& Arguments() const; Standard_EXPORT Handle_TNaming_NamedShape StopNamedShape() const; Standard_EXPORT Standard_Integer Index() const; Standard_EXPORT const TDF_Label& ContextLabel() const; Standard_EXPORT Standard_Boolean Solve(const TDF_Label& aLab,const TDF_LabelMap& Valid) const; Standard_EXPORT void Paste(TNaming_Name& into,const Handle(TDF_RelocationTable)& RT) const; protected: private: TNaming_NameType myType; TopAbs_ShapeEnum myShapeType; TNaming_ListOfNamedShape myArgs; Handle_TNaming_NamedShape myStop; Standard_Integer myIndex; TopoDS_Shape myShape; TDF_Label myContextLabel; }; // other Inline functions and methods (like "C++: function call" methods) #endif