MGCL V10
V10
MGCL V10
|
Defines knot value and its multiplicity. [詳解]
公開メンバ関数 | |
MGKnot () | |
MGKnot (double t, int multiplicity) | |
Default Constructor. [詳解] | |
bool | operator< (const MGKnot &kt2) const |
bool | operator> (const MGKnot &kt2) const |
bool | operator<= (const MGKnot &kt2) const |
bool | operator>= (const MGKnot &kt2) const |
bool | operator== (const MGKnot &kt2) const |
bool | operator!= (const MGKnot &kt2) const |
double | value () const |
int | multiplicity () const |
int | dump_size () const |
int | dump (MGOfstream &) const |
Dump Function. [詳解] | |
int | restore (MGIfstream &) |
Restore Function. [詳解] | |
フレンド | |
MG_DLL_DECLR friend std::ostream & | operator<< (std::ostream &, const MGKnot &) |
String stream Function. [詳解] | |
Defines knot value and its multiplicity.
|
inline |
MGKnot::MGKnot | ( | double | t, |
int | multiplicity | ||
) |
Default Constructor.
*****This is the fundamental constructor.*****
t | Knot value |
multiplicity | Multiplicity |
int MGKnot::dump | ( | MGOfstream & | ) | const |
Dump Function.
int MGKnot::dump_size | ( | ) | const |
Dump Functions. Calculate dump size
|
inline |
|
inline |
|
inline |
|
inline |
bool MGKnot::operator== | ( | const MGKnot & | kt2 | ) | const |
|
inline |
|
inline |
int MGKnot::restore | ( | MGIfstream & | ) |
Restore Function.
|
inline |
|
friend |
String stream Function.