// 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 _V3d_OrthographicView_HeaderFile #define _V3d_OrthographicView_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_V3d_OrthographicView_HeaderFile #include #endif #ifndef _V3d_View_HeaderFile #include #endif #ifndef _Handle_V3d_Viewer_HeaderFile #include #endif #ifndef _Handle_V3d_PerspectiveView_HeaderFile #include #endif class V3d_Viewer; class V3d_PerspectiveView; //! Define an orthographic view.
//! See the methods of the Class View
class V3d_OrthographicView : public V3d_View { public: //! Define an orthographic view in the viewer VM.
Standard_EXPORT V3d_OrthographicView(const Handle(V3d_Viewer)& VM); //! Defines an orthographic view from a Perspective view.
//! The parameters of the original view are duplicated
//! in the resulting view (Projection,Mapping,Context) .
//! The view thus created must be activated in a new
//! window.
Standard_EXPORT V3d_OrthographicView(const Handle(V3d_Viewer)& VM,const Handle(V3d_PerspectiveView)& V); //! Defines one orthographic view from another.
//! The parameters of the original view are duplicated
//! in the resulting view. (Projection,Mapping,Context) .
//! The view thus created must be activated in a new window.
Standard_EXPORT V3d_OrthographicView(const Handle(V3d_Viewer)& VM,const Handle(V3d_OrthographicView)& V); Standard_EXPORT Handle_V3d_OrthographicView Copy() const; DEFINE_STANDARD_RTTI(V3d_OrthographicView) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif