RAMSES Documentation  27.0.130
Information for RAMSES users and developers
EffectInput.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // Copyright (C) 2014 BMW Car IT GmbH
3 // -------------------------------------------------------------------------
4 // This Source Code Form is subject to the terms of the Mozilla Public
5 // License, v. 2.0. If a copy of the MPL was not distributed with this
6 // file, You can obtain one at https://mozilla.org/MPL/2.0/.
7 // -------------------------------------------------------------------------
8 
9 #ifndef RAMSES_EFFECTINPUT_H
10 #define RAMSES_EFFECTINPUT_H
11 
13 
14 namespace ramses
15 {
20  {
21  public:
25  class EffectInputImpl& impl;
26 
30  virtual ~EffectInput();
31 
37  const char* getName() const;
38 
44  bool isValid() const;
45 
46  protected:
52  explicit EffectInput(EffectInputImpl& effectInputImpl);
53  };
54 }
55 
56 #endif
#define RAMSES_API
Definition: APIExport.h:35
The EffectInput is a description of an effect input.
Definition: EffectInput.h:20
EffectInput(EffectInputImpl &effectInputImpl)
Constructor of EffectInput.
bool isValid() const
Returns the state of the EffectInput object.
const char * getName() const
Returns the name of the effect input.
virtual ~EffectInput()
Destructor of EffectInput.
class EffectInputImpl & impl
Definition: EffectInput.h:25
The StatusObject provides status message handling.
Definition: StatusObject.h:22
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15