|
| OpenGl_Workspace (OpenGl_View *theView, const Handle< OpenGl_Window > &theWindow) |
| Constructor of rendering workspace. More...
|
|
virtual | ~OpenGl_Workspace () |
| Destructor. More...
|
|
Standard_Boolean | Activate () |
| Activate rendering context. More...
|
|
OpenGl_View * | View () const |
|
const Handle< OpenGl_Context > & | GetGlContext () |
|
Handle< OpenGl_FrameBuffer > | FBOCreate (const Standard_Integer theWidth, const Standard_Integer theHeight) |
|
void | FBORelease (Handle< OpenGl_FrameBuffer > &theFbo) |
|
Standard_Boolean | BufferDump (const Handle< OpenGl_FrameBuffer > &theFbo, Image_PixMap &theImage, const Graphic3d_BufferType &theBufferType) |
|
Standard_Integer | Width () const |
|
Standard_Integer | Height () const |
|
Standard_Boolean | SetUseZBuffer (const Standard_Boolean theToUse) |
| Setup Z-buffer usage flag (without affecting GL state!). Returns previously set flag. More...
|
|
Standard_Boolean & | UseZBuffer () |
|
Standard_Boolean & | UseDepthWrite () |
|
Standard_Boolean | IsCullingEnabled () const |
|
bool | ToAllowFaceCulling () const |
| Return true if active group might activate face culling (e.g. primitives are closed). More...
|
|
void | SetAllowFaceCulling (bool theToAllow) |
| Allow or disallow face culling. This call does NOT affect current state of back face culling; ApplyAspectFace() should be called to update state. More...
|
|
bool | ToHighlight () const |
| Return true if following structures should apply highlight color. More...
|
|
const Handle< Graphic3d_PresentationAttributes > & | HighlightStyle () const |
| Return highlight style. More...
|
|
void | SetHighlightStyle (const Handle< Graphic3d_PresentationAttributes > &theStyle) |
| Set highlight style. More...
|
|
const OpenGl_Vec4 & | LineColor () const |
| Return line color taking into account highlight flag. More...
|
|
const OpenGl_Vec4 & | EdgeColor () const |
| Return edge color taking into account highlight flag. More...
|
|
const OpenGl_Vec4 & | MarkerColor () const |
| Return marker color taking into account highlight flag. More...
|
|
const OpenGl_Vec4 & | InteriorColor () const |
| Return Interior color taking into account highlight flag. More...
|
|
const OpenGl_Vec4 & | TextColor () const |
| Return text color taking into account highlight flag. More...
|
|
const OpenGl_Vec4 & | TextSubtitleColor () const |
| Return text Subtitle color taking into account highlight flag. More...
|
|
const OpenGl_AspectLine * | AspectLine () const |
| Currently set line aspect (can differ from applied). More...
|
|
const OpenGl_AspectFace * | AspectFace () const |
| Currently set face aspect (can differ from applied). More...
|
|
const OpenGl_AspectMarker * | AspectMarker () const |
| Currently set marker aspect (can differ from applied). More...
|
|
const OpenGl_AspectText * | AspectText () const |
| Currently set text aspect (can differ from applied). More...
|
|
const OpenGl_AspectLine * | SetAspectLine (const OpenGl_AspectLine *theAspect) |
| Assign new line aspect (will be applied within ApplyAspectLine()). More...
|
|
const OpenGl_AspectFace * | SetAspectFace (const OpenGl_AspectFace *theAspect) |
| Assign new face aspect (will be applied within ApplyAspectFace()). More...
|
|
const OpenGl_AspectMarker * | SetAspectMarker (const OpenGl_AspectMarker *theAspect) |
| Assign new marker aspect (will be applied within ApplyAspectMarker()). More...
|
|
const OpenGl_AspectText * | SetAspectText (const OpenGl_AspectText *theAspect) |
| Assign new text aspect (will be applied within ApplyAspectText()). More...
|
|
const OpenGl_AspectLine * | ApplyAspectLine () |
| Apply line aspect. More...
|
|
const OpenGl_AspectFace * | ApplyAspectFace () |
| Apply face aspect. More...
|
|
const OpenGl_AspectMarker * | ApplyAspectMarker () |
| Apply marker aspect. More...
|
|
const OpenGl_AspectText * | ApplyAspectText () |
| Apply text aspect. More...
|
|
void | ResetAppliedAspect () |
| Clear the applied aspect state to default values. More...
|
|
void | SetRenderFilter (const Handle< OpenGl_RenderFilter > &theFilter) |
| Set filter for restricting rendering of particular elements. Filter can be applied for rendering passes used by recursive rendering algorithms for rendering elements of groups. More...
|
|
const Handle< OpenGl_RenderFilter > & | GetRenderFilter () const |
| Get rendering filter. More...
|
|
const OpenGl_Matrix * | ViewMatrix () const |
|
const OpenGl_Matrix * | ModelMatrix () const |
|
void | SetPolygonOffset (const Graphic3d_PolygonOffset &theParams) |
| Sets and applies current polygon offset. More...
|
|
const Graphic3d_PolygonOffset & | AppliedPolygonOffset () |
| Returns currently applied polygon offset parameters. More...
|
|
const Handle< OpenGl_CappingAlgoFilter > & | DefaultCappingAlgoFilter () const |
| Returns capping algorithm rendering filter. More...
|
|
const OpenGl_AspectFace & | NoneCulling () const |
| Returns face aspect for none culling mode. More...
|
|
const OpenGl_AspectFace & | FrontCulling () const |
| Returns face aspect for front face culling mode. More...
|
|
void | SetEnvironmentTexture (const Handle< OpenGl_TextureSet > &theTexture) |
| Sets a new environment texture. More...
|
|
const Handle< OpenGl_TextureSet > & | EnvironmentTexture () const |
| Returns environment texture. More...
|
|
Public Member Functions inherited from Standard_Transient |
| Standard_Transient () |
| Empty constructor. More...
|
|
| Standard_Transient (const Standard_Transient &) |
| Copy constructor – does nothing. More...
|
|
Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More...
|
|
virtual | ~Standard_Transient () |
| Destructor must be virtual. More...
|
|
virtual void | Delete () const |
| Memory deallocator for transient classes. More...
|
|
virtual const opencascade::handle< Standard_Type > & | DynamicType () const |
| Returns a type descriptor about this object. More...
|
|
Standard_Boolean | IsInstance (const opencascade::handle< Standard_Type > &theType) const |
| Returns a true value if this is an instance of Type. More...
|
|
Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More...
|
|
Standard_Boolean | IsKind (const opencascade::handle< Standard_Type > &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
|
|
Standard_Transient * | This () const |
| Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
|
|
Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More...
|
|
void | IncrementRefCounter () const |
| Increments the reference counter of this object. More...
|
|
Standard_Integer | DecrementRefCounter () const |
| Decrements the reference counter of this object; returns the decremented value. More...
|
|