Point Cloud Library (PCL)  1.7.0
Public Types | Public Member Functions | Public Attributes
ON_LinetypeSegment Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_linestyle.h>

List of all members.

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

Detailed Description

Definition at line 83 of file opennurbs_linestyle.h.


Member Enumeration Documentation

Enumerator:
stLine 
stSpace 

Definition at line 94 of file opennurbs_linestyle.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Member Data Documentation

Definition at line 104 of file opennurbs_linestyle.h.

Definition at line 105 of file opennurbs_linestyle.h.


The documentation for this class was generated from the following file: