VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectBlendEquation.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 VT-MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
14 #include <ostream>
15 
16 namespace makVrv
17 {
18  // The blend factors enum
20  {
26  };
27 
31  {
32  public:
35 
38 
41 
43  DtIndirectBlendEquation &operator=(const DtIndirectBlendEquation &other);
44 
47  public:
49  const DtIndirectBlendEquationMode& mode(void) const;
50 
52  void apply(void) const;
53 
54  protected:
56  };
57 
58  std::ostream& operator <<(std::ostream& o, const DtIndirectBlendEquation& blendFunction);
59 }
DtIndirectBlendEquationMode myMode
Definition: DtIndirectBlendEquation.h:55
Definition: DtIndirectBlendEquation.h:24
DtIndirectBlendEquationMode
Definition: DtIndirectBlendEquation.h:19
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
DT_DLL_VRFGUICORE makVrv::DtMessage & operator<<(DtMessage &msg, const makVrf::DtNetworkMessageAgentInterface &)
Definition: DtIndirectBlendEquation.h:25
Definition: DtIndirectBlendEquation.h:22
non virtual container class for defining a blending equation
Definition: DtIndirectBlendEquation.h:30
Definition: DtIndirectBlendEquation.h:21
const char int mode
Definition: ioapi.h:38
Contains DLL export macros.
Definition: DtIndirectBlendEquation.h:23

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)