Beispiel #1
0
/////////////////////////////////////////////////////////
//
// GEMglTexCoord4fv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglTexCoord4fv :: GEMglTexCoord4fv    (t_floatarg arg0, t_floatarg arg1,
    t_floatarg arg2, t_floatarg arg3)
{
  vMess(arg0, arg1, arg2, arg3);
  m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float,
                      gensym("v"));
}
Beispiel #2
0
/////////////////////////////////////////////////////////
//
// GEMglRasterPos3dv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglRasterPos3dv :: GEMglRasterPos3dv  (t_floatarg arg0, t_floatarg arg1,
    t_floatarg arg2)
{
  vMess(arg0, arg1, arg2);
  m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float,
                      gensym("v"));
}
Beispiel #3
0
/////////////////////////////////////////////////////////
//
// GEMglNormal3sv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglNormal3sv :: GEMglNormal3sv        (t_floatarg arg0, t_floatarg arg1,
    t_floatarg arg2)
{
  vMess(arg0, arg1, arg2);
  m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float,
                      gensym("v"));
}
Beispiel #4
0
/////////////////////////////////////////////////////////
//
// GEMglVertex4sv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglVertex4sv :: GEMglVertex4sv	(t_floatarg arg0=0, t_floatarg arg1=0, t_floatarg arg2=0, t_floatarg arg3=0) {
vMess(arg0, arg1, arg2, arg3);
	m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}
Beispiel #5
0
/////////////////////////////////////////////////////////
//
// GEMglEvalCoord2fv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglEvalCoord2fv :: GEMglEvalCoord2fv	(t_floatarg arg0, t_floatarg arg1) {
vMess(arg0, arg1);
	m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}
Beispiel #6
0
/////////////////////////////////////////////////////////
//
// GEMglTexCoord1fv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglTexCoord1fv :: GEMglTexCoord1fv	(t_floatarg arg0) {
vMess(arg0);
	m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}
Beispiel #7
0
/////////////////////////////////////////////////////////
//
// GEMglTexCoord2dv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglTexCoord2dv :: GEMglTexCoord2dv	(t_floatarg arg0=0, t_floatarg arg1=0) {
    vMess(arg0, arg1);
    m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}
Beispiel #8
0
/////////////////////////////////////////////////////////
//
// GEMglRasterPos2fv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglRasterPos2fv :: GEMglRasterPos2fv	(t_floatarg arg0=0, t_floatarg arg1=0) {
vMess(arg0, arg1);
	m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}
Beispiel #9
0
/////////////////////////////////////////////////////////
//
// GEMglColor3iv
//
/////////////////////////////////////////////////////////
// Constructor
//
GEMglColor3iv :: GEMglColor3iv	(t_floatarg arg0=0, t_floatarg arg1=0, t_floatarg arg2=0) {
vMess(arg0, arg1, arg2);
	m_inlet = inlet_new(this->x_obj, &this->x_obj->ob_pd, &s_float, gensym("v"));
}