3 This file is part of the MSP Märklin suite
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
8 #ifndef MARKLIN3D_OBJECT_H_
9 #define MARKLIN3D_OBJECT_H_
11 #include "libmarklin/geometry.h"
20 virtual ~Object3D() { }
22 virtual Point get_node() const = 0;
23 virtual bool is_visible() const = 0;
26 } // namespace Marklin