Defines Array of Knots.
[詳解]
Defines Array of Knots.
This is not knot vector for B-Rep. See MGKnotVector.
MGKnotArray::MGKnotArray |
( |
| ) |
|
|
inline |
MGKnotArray::MGKnotArray |
( |
const MGKnot & |
| ) |
|
|
explicit |
MGKnotArray::MGKnotArray |
( |
double |
knot, |
|
|
int |
mult |
|
) |
| |
From knot and the multiplicity.
MGKnotArray::~MGKnotArray |
( |
| ) |
|
|
inline |
MGKnotArray& MGKnotArray::add |
( |
double |
knot, |
|
|
int |
mult = 1 |
|
) |
| |
const MGKnot& MGKnotArray::back |
( |
| ) |
const |
|
inline |
Get the last element in the vector.
std::vector<MGKnot>::iterator MGKnotArray::begin |
( |
| ) |
|
|
inline |
Obtain the iterator of the first element.
std::vector<MGKnot>::const_iterator MGKnotArray::begin |
( |
| ) |
const |
|
inline |
void MGKnotArray::clear |
( |
| ) |
|
|
inline |
Clear all the elements in m_CCilist.
int MGKnotArray::dump_size |
( |
| ) |
const |
Calculate dump size.
Operator overload. MGKnotArray& operator =(MGKnotArray&);///Assignment operator overload. Dump Functions.
std::vector<MGKnot>::iterator MGKnotArray::end |
( |
| ) |
|
|
inline |
Obtain the iterator of the first element.
std::vector<MGKnot>::const_iterator MGKnotArray::end |
( |
| ) |
const |
|
inline |
const MGKnot& MGKnotArray::front |
( |
| ) |
const |
|
inline |
Get the first element in the vector.
MGKnot& MGKnotArray::front |
( |
| ) |
|
|
inline |
int MGKnotArray::length |
( |
| ) |
const |
|
inline |
Return the number of items that are in the list.
const MGKnot& MGKnotArray::operator[] |
( |
int |
pos | ) |
const |
|
inline |
MGKnot& MGKnotArray::operator[] |
( |
int |
pos | ) |
|
|
inline |
void MGKnotArray::push_back |
( |
const MGKnot & |
knot | ) |
|
|
inline |
int MGKnotArray::size |
( |
| ) |
const |
|
inline |
MG_DLL_DECLR friend std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const MGKnotArray & |
|
|
) |
| |
|
friend |
Member Data.
String stream Function.
このクラス詳解は次のファイルから抽出されました: