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

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

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

Public Member Functions

 DtDebugDrawCallbackInterface (DtDe &de)
 
virtual ~DtDebugDrawCallbackInterface ()
 
 DtDebugDrawCallbackInterface ()=delete
 
 DtDebugDrawCallbackInterface (const DtDebugDrawCallbackInterface &rhs)=delete
 
DtDebugDrawCallbackInterfaceoperator= (const DtDebugDrawCallbackInterface &rhs)=delete
 
virtual void drawDebugLines (osg::RenderInfo &renderInfo, const osg::Vec3d &eyePoint, DtOsgGizmoRenderer *renderer)=0
 
virtual void systemShutDown ()
 
virtual bool somethingToDraw (void) const
 

Protected Attributes

DtDemyDe
 

Constructor & Destructor Documentation

makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface ( DtDe de)

CTOR.

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

DTOR.

makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface ( )
delete

not allowed

makVrv::DtDebugDrawCallbackInterface::DtDebugDrawCallbackInterface ( const DtDebugDrawCallbackInterface rhs)
delete

not allowed

Member Function Documentation

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

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.

virtual bool makVrv::DtDebugDrawCallbackInterface::somethingToDraw ( void  ) const
virtual

true by default

Reimplemented in makVrv::DtOsgLightDebugAdapter.

Member Data Documentation

DtDe& makVrv::DtDebugDrawCallbackInterface::myDe
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)