VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtScalingAlgorithmCreator.h
Go to the documentation of this file.
1 /*****************************************************************************
2  * Copyright (c) 2019 MAK Technologies, Inc.
3  * All rights reserved.
4  *****************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <string>
15 
16 namespace makVrv
17 {
18  class DtUnicode;
19  class DtScalingAlgorithm;
20 
27  {
28  public:
31 
33  virtual ~DtScalingAlgorithmCreator();
34 
36  virtual const std::string& scaleType() const = 0;
37 
40  virtual const DtUnicode& scaleTypeDisplay() const = 0;
41 
44  virtual DtScalingAlgorithm* create() = 0;
45 
46  private:
47  // Unimplemented Copy CTOR
49 
50  // Unimplemented Assignment Operator
52  };
53 }
54 
55 
A unicode string. DtUnicode stores a UTF-16 encoded unicode string. Code Point, a Unicode character...
Definition: DtUnicode.h:33
Abstract interface for creating instances of scaling algorithm classes. In addition to the more tradi...
Definition: DtScalingAlgorithmCreator.h:26
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Provides an algorithm for scaling objects in the scene. It provides a container for the scale factor ...
Definition: DtScalingAlgorithm.h:35
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)