// 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 _StepGeom_Placement_HeaderFile #define _StepGeom_Placement_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_StepGeom_Placement_HeaderFile #include #endif #ifndef _Handle_StepGeom_CartesianPoint_HeaderFile #include #endif #ifndef _StepGeom_GeometricRepresentationItem_HeaderFile #include #endif #ifndef _Handle_TCollection_HAsciiString_HeaderFile #include #endif class StepGeom_CartesianPoint; class TCollection_HAsciiString; class StepGeom_Placement : public StepGeom_GeometricRepresentationItem { public: //! Returns a Placement
Standard_EXPORT StepGeom_Placement(); Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName) ; Standard_EXPORT virtual void Init(const Handle(TCollection_HAsciiString)& aName,const Handle(StepGeom_CartesianPoint)& aLocation) ; Standard_EXPORT void SetLocation(const Handle(StepGeom_CartesianPoint)& aLocation) ; Standard_EXPORT Handle_StepGeom_CartesianPoint Location() const; DEFINE_STANDARD_RTTI(StepGeom_Placement) protected: private: Handle_StepGeom_CartesianPoint location; }; // other Inline functions and methods (like "C++: function call" methods) #endif