26 inline bool isClosed()
const {
return m_isClosed; }
29 inline void setClosed(
bool state) { m_isClosed = state; }
32 void clear(
bool unusedParam =
true)
override;
A generic 3D point cloud with index-based and presistent access to points.
void setClosed(bool state)
Sets whether the polyline is closed or not.
bool isClosed() const
Returns whether the polyline is closed or not.
bool m_isClosed
Closing state.
A very simple point cloud (no point duplication)
Generic file read and write utility for python interface.