#include <AcGeKnotVector.h>
|
| | AcGeKnotVector (AcGeDoubleArray const &, double param=globalKnotTolerance) |
| |
| | AcGeKnotVector (AcGeKnotVector const &) |
| |
| | AcGeKnotVector (double param_1=globalKnotTolerance) |
| |
| | AcGeKnotVector (int, AcGeKnotVector const &) |
| |
| | AcGeKnotVector (int param_1, double const *const param_2, double param_3=globalKnotTolerance) |
| |
| | AcGeKnotVector (int param_1, int param_2, double param_3=globalKnotTolerance) |
| |
| | ~AcGeKnotVector (void) |
| |
| AcGeKnotVector & | append (AcGeKnotVector &, double) |
| |
| AcGeKnotVector & | insert (double) |
| |
| AcGeKnotVector & | insertAt (int, double, int) |
| |
| AcGeKnotVector & | operator= (AcGeDoubleArray const &) |
| |
| AcGeKnotVector & | operator= (AcGeKnotVector const &) |
| |
| AcGeKnotVector & | removeAt (int) |
| |
| AcGeKnotVector & | removeSubVector (int, int) |
| |
| AcGeKnotVector & | reverse (void) |
| |
| AcGeKnotVector & | set (int param_1, double const *const param_2, double param_3=globalKnotTolerance) |
| |
| AcGeKnotVector & | setGrowLength (int) |
| |
| AcGeKnotVector & | setLogicalLength (int) |
| |
| AcGeKnotVector & | setPhysicalLength (int) |
| |
| AcGeKnotVector & | setRange (double, double) |
| |
| AcGeKnotVector & | setTolerance (double) |
| |
| double & | operator[] (int) |
| |
| double * | asArrayPtr (void) |
| |
| double | endParam (void) const |
| |
| double | startParam (void) const |
| |
| double | tolerance (void) const |
| |
| double const * | asArrayPtr (void) const |
| |
| double const | operator[] (int) const |
| |
| int | append (double) |
| |
| Adesk::Boolean | contains (double) const |
| |
| int | getInterval (int, double, AcGeInterval &) const |
| |
| int | growLength (void) const |
| |
| Adesk::Boolean | isEmpty (void) const |
| |
| Adesk::Boolean | isEqualTo (AcGeKnotVector const &) const |
| |
| Adesk::Boolean | isOn (double) const |
| |
| int | length (void) const |
| |
| int | logicalLength (void) const |
| |
| int | multiplicityAt (int) const |
| |
| int | numIntervals (void) const |
| |
| int | physicalLength (void) const |
| |
| int | split (double, AcGeKnotVector *, int, AcGeKnotVector *, int) const |
| |
| void | getDistinctKnots (AcGeDoubleArray &) const |
| |
| int | multiplicityAt (double) const |
| |
Definition at line 23 of file AcGeKnotVector.h.
◆ AcGeKnotVector() [1/6]
◆ AcGeKnotVector() [2/6]
◆ AcGeKnotVector() [3/6]
◆ AcGeKnotVector() [4/6]
◆ AcGeKnotVector() [5/6]
◆ AcGeKnotVector() [6/6]
◆ ~AcGeKnotVector()
| AcGeKnotVector::~AcGeKnotVector |
( |
void | | ) |
|
◆ append() [1/2]
◆ append() [2/2]
◆ asArrayPtr() [1/2]
◆ asArrayPtr() [2/2]
| double const * AcGeKnotVector::asArrayPtr |
( |
void | | ) |
const |
◆ contains()
◆ endParam()
◆ getDistinctKnots()
◆ getInterval()
◆ growLength()
| int AcGeKnotVector::growLength |
( |
void | | ) |
const |
◆ insert()
◆ insertAt()
◆ isEmpty()
◆ isEqualTo()
◆ isOn()
◆ isValid()
| int AcGeKnotVector::isValid |
( |
int | | ) |
const |
|
protected |
◆ length()
| int AcGeKnotVector::length |
( |
void | | ) |
const |
◆ logicalLength()
| int AcGeKnotVector::logicalLength |
( |
void | | ) |
const |
◆ multiplicityAt() [1/2]
| int AcGeKnotVector::multiplicityAt |
( |
double | | ) |
const |
◆ multiplicityAt() [2/2]
| int AcGeKnotVector::multiplicityAt |
( |
int | | ) |
const |
◆ numIntervals()
| int AcGeKnotVector::numIntervals |
( |
void | | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator[]() [1/2]
◆ operator[]() [2/2]
| double const AcGeKnotVector::operator[] |
( |
int | | ) |
const |
◆ physicalLength()
| int AcGeKnotVector::physicalLength |
( |
void | | ) |
const |
◆ removeAt()
◆ removeSubVector()
◆ reverse()
◆ set()
◆ setGrowLength()
◆ setLogicalLength()
◆ setPhysicalLength()
◆ setRange()
◆ setTolerance()
◆ split()
◆ startParam()
◆ tolerance()
◆ AcGeKnotVectorImpl
◆ globalKnotTolerance
The documentation for this class was generated from the following file: