Sha256: e655eea4aa7f5c01f6d4e1c9541a7e1a422b9187b40c9f574beb7048057f0d36

Contents?: true

Size: 465 Bytes

Versions: 5

Compression:

Stored size: 465 Bytes

Contents

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


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


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Point)


namespace Rays
{


	RAYS_EXPORT Rucy::Class point_class ();
	// class Rays::Point


}// Rays


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Point> ()
	{
		return Rays::point_class();
	}


}// Rucy


#endif//EOH

Version data entries

5 entries across 5 versions & 1 rubygems

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