Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_linestyle.h>
Public Types | |
enum | eSegType { stLine , stSpace } |
Public Member Functions | |
ON_LinetypeSegment () | |
bool | operator== (const ON_LinetypeSegment &src) const |
bool | operator!= (const ON_LinetypeSegment &src) const |
void | Dump (class ON_TextLog &) const |
Public Attributes | |
double | m_length |
eSegType | m_seg_type |
Definition at line 83 of file opennurbs_linestyle.h.
Enumerator | |
---|---|
stLine | |
stSpace |
Definition at line 94 of file opennurbs_linestyle.h.
ON_LinetypeSegment::ON_LinetypeSegment | ( | ) |
void ON_LinetypeSegment::Dump | ( | class ON_TextLog & | ) | const |
bool ON_LinetypeSegment::operator!= | ( | const ON_LinetypeSegment & | src | ) | const |
bool ON_LinetypeSegment::operator== | ( | const ON_LinetypeSegment & | src | ) | const |
double ON_LinetypeSegment::m_length |
Definition at line 104 of file opennurbs_linestyle.h.
eSegType ON_LinetypeSegment::m_seg_type |
Definition at line 105 of file opennurbs_linestyle.h.