6 #ifndef POINTS_CYLINDRICAL_HPP
7 #define POINTS_CYLINDRICAL_HPP
12 #include <boost/python.hpp>
13 using namespace boost::python;
26 PointCylindrical_t *point;
100 size_t get_dimension();
107 const char * get_coord_system();
114 double get_coord(
unsigned int index);
121 void set_coord(
unsigned int index,
double new_value);
128 list get_coord_list();
178 PointCylindrical_t & get_point();
185 unsigned int get_id();
192 void set_id(
unsigned int new_id);