VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | Private Member Functions
makVrv::DtDebugDrawCallbackInterface Class Referenceabstract

A simple interface for allowing the various systems to draw lines at the right time. More...

Inheritance diagram for makVrv::DtDebugDrawCallbackInterface:
Inheritance graph
[legend]

Public Member Functions

 DtDebugDrawCallbackInterface (DtDe &de)
 CTOR. More...
 
virtual ~DtDebugDrawCallbackInterface ()
 DTOR. More...
 
virtual void drawDebugLines (osg::RenderInfo &renderInfo, const osg::Vec3d &eyePoint, DtOsgGizmoRenderer *renderer)=0
 virtual callback to allow subclass to draw lines More...
 
virtual void systemShutDown ()
 Gizmo Renderer manager is getting shut down. More...
 

Protected Attributes

DtDemyDe
 

Private Member Functions

 DtDebugDrawCallbackInterface (const DtDebugDrawCallbackInterface &rhs)=delete
 not allowed More...
 
DtDebugDrawCallbackInterfaceoperator= (const DtDebugDrawCallbackInterface &rhs)=delete
 not allowed More...
 

Detailed Description

A simple interface for allowing the various systems to draw lines at the right time.

Constructor & Destructor Documentation

makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface ( DtDe de)

CTOR.

virtual makVrv::DtDebugDrawCallbackInterface::~DtDebugDrawCallbackInterface ( )
virtual

DTOR.

makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface ( const DtDebugDrawCallbackInterface rhs)
privatedelete

not allowed

Member Function Documentation

DtDebugDrawCallbackInterface& makVrv::DtDebugDrawCallbackInterface::operator= ( const DtDebugDrawCallbackInterface rhs)
privatedelete

not allowed

virtual void makVrv::DtDebugDrawCallbackInterface::drawDebugLines ( osg::RenderInfo &  renderInfo,
const osg::Vec3d &  eyePoint,
DtOsgGizmoRenderer renderer 
)
pure virtual

virtual callback to allow subclass to draw lines

Implemented in makVrv::DtOsgLightDebugAdapter.

virtual void makVrv::DtDebugDrawCallbackInterface::systemShutDown ( )
virtual

Gizmo Renderer manager is getting shut down.

Member Data Documentation

DtDe& makVrv::DtDebugDrawCallbackInterface::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)