Source code for pyacs.lib.gmtpoint.get_index

"""Return index of GMT_Point."""


[docs] def get_index(self): """Return the index of the current GMT_Point. Returns ------- int Assigned index. """ return self.index