#include <pcl/surface/3rdparty/opennurbs/opennurbs_point.h>
Definition at line 48 of file opennurbs_point.h.
 
◆ ON_Interval() [1/2]
      
        
          | ON_Interval::ON_Interval | ( |  | ) |  | 
      
 
 
◆ ON_Interval() [2/2]
      
        
          | ON_Interval::ON_Interval | ( | double | t0, | 
        
          |  |  | double | t1 | 
        
          |  | ) |  |  | 
      
 
 
◆ ~ON_Interval()
      
        
          | ON_Interval::~ON_Interval | ( |  | ) |  | 
      
 
 
◆ Compare()
      
        
          | int ON_Interval::Compare | ( | const ON_Interval & | other | ) | const | 
      
 
 
◆ Destroy()
      
        
          | void ON_Interval::Destroy | ( |  | ) |  | 
      
 
 
◆ Includes() [1/2]
      
        
          | bool ON_Interval::Includes | ( | const ON_Interval & | other, | 
        
          |  |  | bool | bProperSubSet = false | 
        
          |  | ) |  | const | 
      
 
 
◆ Includes() [2/2]
      
        
          | bool ON_Interval::Includes | ( | double | t, | 
        
          |  |  | bool | bTestOpenInterval = false | 
        
          |  | ) |  | const | 
      
 
 
◆ Intersection() [1/2]
◆ Intersection() [2/2]
◆ IsDecreasing()
      
        
          | bool ON_Interval::IsDecreasing | ( |  | ) | const | 
      
 
 
◆ IsEmptyInterval()
      
        
          | bool ON_Interval::IsEmptyInterval | ( |  | ) | const | 
      
 
 
◆ IsEmptySet()
      
        
          | bool ON_Interval::IsEmptySet | ( |  | ) | const | 
      
 
 
◆ IsIncreasing()
      
        
          | bool ON_Interval::IsIncreasing | ( |  | ) | const | 
      
 
 
◆ IsInterval()
      
        
          | bool ON_Interval::IsInterval | ( |  | ) | const | 
      
 
 
◆ IsSingleton()
      
        
          | bool ON_Interval::IsSingleton | ( |  | ) | const | 
      
 
 
◆ IsValid()
      
        
          | bool ON_Interval::IsValid | ( |  | ) | const | 
      
 
 
◆ Length()
      
        
          | double ON_Interval::Length | ( |  | ) | const | 
      
 
 
◆ MakeIncreasing()
      
        
          | bool ON_Interval::MakeIncreasing | ( |  | ) |  | 
      
 
 
◆ Max()
      
        
          | double ON_Interval::Max | ( |  | ) | const | 
      
 
 
◆ Mid()
      
        
          | double ON_Interval::Mid | ( |  | ) | const | 
      
 
 
◆ Min()
      
        
          | double ON_Interval::Min | ( |  | ) | const | 
      
 
 
◆ NormalizedParameterAt() [1/2]
      
        
          | double ON_Interval::NormalizedParameterAt | ( | double | interval_parameter | ) | const | 
      
 
 
◆ NormalizedParameterAt() [2/2]
◆ operator!=()
      
        
          | bool ON_Interval::operator!= | ( | const ON_Interval & |  | ) | const | 
      
 
 
◆ operator==()
      
        
          | bool ON_Interval::operator== | ( | const ON_Interval & |  | ) | const | 
      
 
 
◆ operator[]() [1/4]
      
        
          | double& ON_Interval::operator[] | ( | int |  | ) |  | 
      
 
 
◆ operator[]() [2/4]
      
        
          | double ON_Interval::operator[] | ( | int |  | ) | const | 
      
 
 
◆ operator[]() [3/4]
      
        
          | double& ON_Interval::operator[] | ( | unsigned int |  | ) |  | 
      
 
 
◆ operator[]() [4/4]
      
        
          | double ON_Interval::operator[] | ( | unsigned int |  | ) | const | 
      
 
 
◆ ParameterAt() [1/2]
      
        
          | double ON_Interval::ParameterAt | ( | double | normalized_parameter | ) | const | 
      
 
 
◆ ParameterAt() [2/2]
◆ Reverse()
      
        
          | void ON_Interval::Reverse | ( |  | ) |  | 
      
 
 
◆ Set()
      
        
          | void ON_Interval::Set | ( | double | t0, | 
        
          |  |  | double | t1 | 
        
          |  | ) |  |  | 
      
 
 
◆ Swap()
      
        
          | void ON_Interval::Swap | ( |  | ) |  | 
      
 
 
◆ Union() [1/4]
◆ Union() [2/4]
◆ Union() [3/4]
      
        
          | bool ON_Interval::Union | ( | double | t | ) |  | 
      
 
 
◆ Union() [4/4]
      
        
          | bool ON_Interval::Union | ( | int | count, | 
        
          |  |  | const double * | t | 
        
          |  | ) |  |  | 
      
 
 
◆ EmptyInterval
◆ m_t
      
        
          | double ON_Interval::m_t[2] | 
      
 
 
The documentation for this class was generated from the following file: