VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectGeoComputeBoundCallback.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtDe.h>
13 
15 
16 #include <osg/Drawable>
17 #include <osg/ComputeBoundsVisitor>
18 
19 namespace makVrv
20 {
21  class DtCellIndirectGeo;
22 
29  {
30  public:
33 
35  DtIndirectGeoComputeBoundCallback(const DtIndirectGeoComputeBoundCallback& rhs, const osg::CopyOp& copyop);
36 
39 
40  private:
41  //Default constructor not implemetned
43 
44  public:
46  virtual osg::BoundingBox computeBound(const osg::Drawable& drawable) const;
47 
48  protected:
50 
51  };
52 
55  {
56  public:
59 
62 
63  private:
68 
69  public:
72 
75 
77  static const std::string& theClassName();
78 
79  protected:
81  };
82 }
Virtual base class.
Definition: DtVirtualBaseClass.h:19
DtIndirectGeoComputeBoundCallback & operator=(const DtIndirectGeoComputeBoundCallback &other)
Assignment Operator.
Contains makVrv::DtDe class.
virtual osg::BoundingBox computeBound(const osg::Drawable &drawable) const
simply forward the call to the provider
static const std::string & theClassName()
Class name for this class (&quot;DtIndirectGeoComputeBoundCallbackCreator&quot;)
static DtIndirectGeoComputeBoundCallbackCreator & instance(DtDe &de)
Get the creator for the osg::Drawable::ComputeBoundingBoxCallback.
creator for osg::Drawable::ComputeBoundingBoxCallback
Definition: DtIndirectGeoComputeBoundCallback.h:54
Helper for managing indirect geometry, its intersection group and registrar corresponding to a &#39;tile ...
Definition: DtCellIndirectGeo.h:68
Contains makVrv::DtVirtualBaseClass class.
DtIndirectGeoComputeBoundCallbackCreator & operator=(const DtIndirectGeoComputeBoundCallbackCreator &other)
Assignment Operator Not implemented – Assignment Not Allowed.
const DtCellIndirectGeo * myProvider
Definition: DtIndirectGeoComputeBoundCallback.h:49
DtDe & myDe
Definition: DtIndirectGeoComputeBoundCallback.h:80
DtIndirectGeometry does not know how to calculate its bounds directly A provider (typically the class...
Definition: DtIndirectGeoComputeBoundCallback.h:28
virtual osg::Drawable::ComputeBoundingBoxCallback * create(DtCellIndirectGeo *provider) const
Create an instance of a osg::Drawable::ComputeBoundingBoxCallback.
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)