// 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 _GeomToIGES_GeomVector_HeaderFile #define _GeomToIGES_GeomVector_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _GeomToIGES_GeomEntity_HeaderFile #include #endif #ifndef _Handle_IGESGeom_Direction_HeaderFile #include #endif #ifndef _Handle_Geom_Vector_HeaderFile #include #endif #ifndef _Handle_Geom_VectorWithMagnitude_HeaderFile #include #endif #ifndef _Handle_Geom_Direction_HeaderFile #include #endif class GeomToIGES_GeomEntity; class IGESGeom_Direction; class Geom_Vector; class Geom_VectorWithMagnitude; class Geom_Direction; //! This class implements the transfer of the Vector from Geom
//! to IGES . These can be :
//! . Vector
//! * Direction
//! * VectorWithMagnitude
class GeomToIGES_GeomVector : public GeomToIGES_GeomEntity { 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 GeomToIGES_GeomVector(); //! Creates a tool GeomVector ready to run and sets its
//! fields as GE's.
Standard_EXPORT GeomToIGES_GeomVector(const GeomToIGES_GeomEntity& GE); //! Transfert a GeometryEntity which answer True to the
//! member : BRepToIGES::IsGeomVector(Geometry). If this
//! Entity could not be converted, this member returns a NullEntity.
Standard_EXPORT Handle_IGESGeom_Direction TransferVector(const Handle(Geom_Vector)& start) ; Standard_EXPORT Handle_IGESGeom_Direction TransferVector(const Handle(Geom_VectorWithMagnitude)& start) ; Standard_EXPORT Handle_IGESGeom_Direction TransferVector(const Handle(Geom_Direction)& start) ; protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif