aboutsummaryrefslogtreecommitdiff
path: root/Gem/develop/include/Gem/Base/GemPathBase.h
diff options
context:
space:
mode:
authorTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-06 23:31:20 +0000
committerTravis CI <zmoelnig@travis-ci.umlaeute.mur.at>2017-12-06 23:31:20 +0000
commit4dcc9afbc2206864eda08ceb597691576b8b8f9e (patch)
tree9c7321a48a7a05dbb348e6fd8836958fdab7d35b /Gem/develop/include/Gem/Base/GemPathBase.h
parent5ba573f849254464f1571ef8e0ca9c09dff19a50 (diff)
Gem 427a3d0e61d61e64e76facfa905c120356383bab linux/amd64
built 'master:427a3d0e61d61e64e76facfa905c120356383bab' for linux/amd64
Diffstat (limited to 'Gem/develop/include/Gem/Base/GemPathBase.h')
-rw-r--r--Gem/develop/include/Gem/Base/GemPathBase.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/Gem/develop/include/Gem/Base/GemPathBase.h b/Gem/develop/include/Gem/Base/GemPathBase.h
index 2d24619..e1f7264 100644
--- a/Gem/develop/include/Gem/Base/GemPathBase.h
+++ b/Gem/develop/include/Gem/Base/GemPathBase.h
@@ -29,43 +29,43 @@ DESCRIPTION
-----------------------------------------------------------------*/
class GEM_EXTERN GemPathBase : public CPPExtern
{
- CPPEXTERN_HEADER(GemPathBase, CPPExtern);
+ CPPEXTERN_HEADER(GemPathBase, CPPExtern);
- public:
+public:
- //////////
- // Constructor
- GemPathBase(int argc, t_atom *argv);
+ //////////
+ // Constructor
+ GemPathBase(int argc, t_atom *argv);
- protected:
+protected:
- //////////
- // Destructor
- virtual ~GemPathBase();
+ //////////
+ // Destructor
+ virtual ~GemPathBase();
- //////////
- // When an open is received
- virtual void openMess(t_symbol *arrayname);
+ //////////
+ // When an open is received
+ virtual void openMess(t_symbol *arrayname);
- //////////
- // When a float val is received
- virtual void floatMess(t_float val);
+ //////////
+ // When a float val is received
+ virtual void floatMess(t_float val);
- ///////////
- // do the actual interpolation
- virtual void lookupFunc(t_float x, t_float *ret, int numDimen, int npnts, t_float *pnts) = 0;
+ ///////////
+ // do the actual interpolation
+ virtual void lookupFunc(t_float x, t_float *ret, int numDimen, int npnts, t_float *pnts) = 0;
- //////////
- // The number of dimensions
- int m_numDimens;
+ //////////
+ // The number of dimensions
+ int m_numDimens;
- //////////
- // The array
- t_garray *m_array;
+ //////////
+ // The array
+ t_garray *m_array;
- //////////
- // The outlet
- t_outlet *m_out1;
+ //////////
+ // The outlet
+ t_outlet *m_out1;
};
-#endif // for header file
+#endif // for header file