Sha256: f313f46837c5cfbe9710d110791edf1353d549184aa7e1fd32ceaaa77f51cb6e

Contents?: true

Size: 489 Bytes

Versions: 5

Compression:

Stored size: 489 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_POLYLINE_H__
#define __RAYS_RUBY_POLYLINE_H__


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/polyline.h>


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Polyline)


namespace Rays
{


	RAYS_EXPORT Rucy::Class polyline_class ();
	// class Rays::Polyline


}// Rays


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Polyline> ()
	{
		return Rays::polyline_class();
	}


}// Rucy


#endif//EOH

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rays-0.3.4 include/rays/ruby/polyline.h
rays-0.3.3 include/rays/ruby/polyline.h
rays-0.3.2 include/rays/ruby/polyline.h
rays-0.3.1 include/rays/ruby/polyline.h
rays-0.3 include/rays/ruby/polyline.h