VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOverlayGreatCircleArcModel.h
Go to the documentation of this file.
1 // /******************************************************************************
2 // ** Copyright (c) 2012 MAK Technologies, Inc.
3 // ** All rights reserved.
4 // ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/vrvCore.h>
15 
16 namespace makVrv
17 {
22  {
23  public:
26 
29 
32  virtual void setMaxSubdivisions( int subDivisions ) = 0;
33 
37  virtual void setPreferredSubdivisionSize( double size ) = 0;
38 
41  virtual void setHeightScale( double heightScale ) = 0;
42 
43  protected:
44 
45 
46  }; // class DT_DLL_VRVCORE DtOverlayGreatCircleArcModel
47 }
The model interface for remote graphics segmented lines.
Definition: DtOverlaySegmentedLineModel.h:18
voidpf void uLong size
Definition: ioapi.h:39
Contains declaration of DtOverlaySegmentedLineModel.
This class is a pure virtual class that all overlay great circle arc models must implement.
Definition: DtOverlayGreatCircleArcModel.h:21
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
Contains DLL export macros.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)