GUIDOLib  1.7.7
Guido Engine Internal Documentation
ARDrRenz.h
1 #ifndef ARDRRENZ_H
2 #define ARDRRENZ_H
3 
4 /*
5  GUIDO Library
6  Copyright (C) 2002 Holger Hoos, Juergen Kilian, Kai Renz
7  Copyright (C) 2002-2017 Grame
8 
9  This Source Code Form is subject to the terms of the Mozilla Public
10  License, v. 2.0. If a copy of the MPL was not distributed with this
11  file, You can obtain one at http://mozilla.org/MPL/2.0/.
12 
13  Grame Research Laboratory, 11, cours de Verdun Gensoul 69002 Lyon - France
14  research@grame.fr
15 
16 */
17 // ARDrHoos.h: declaration/interface of class ARDrHoos.
18 //
20 
21 #include "ARMTParameter.h"
22 
25 class ARDrRenz : public ARMTParameter
26 {
27  public:
28  ARDrRenz();
29  virtual ~ARDrRenz() {}
30 
31  virtual const char* getParamsStr() const { return kARDrRenzParams; };
32  virtual const char* getTagName() const { return "ARDrRenz"; };
33  virtual std::string getGMNName() const { return "\\DrRenz"; };
34 
35  int getInverse() const;
36 };
37 
38 #endif
ARDrRenz::getParamsStr
virtual const char * getParamsStr() const
Definition: ARDrRenz.h:31
ARDrRenz
not yet documented
Definition: ARDrRenz.h:25
ARDrRenz::ARDrRenz
ARDrRenz()
ARMTParameter
not yet documented
Definition: ARMTParameter.h:24
ARDrRenz::~ARDrRenz
virtual ~ARDrRenz()
Definition: ARDrRenz.h:29
ARDrRenz::getInverse
int getInverse() const
ARDrRenz::getGMNName
virtual std::string getGMNName() const
Definition: ARDrRenz.h:33
ARDrRenz::getTagName
virtual const char * getTagName() const
Definition: ARDrRenz.h:32

Guido Project Copyright © 2019 Grame-CNCM