MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
MGKnot クラス

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.

構築子と解体子

MGKnot::MGKnot ( )
inline
MGKnot::MGKnot ( double  t,
int  multiplicity 
)

Default Constructor.

*****This is the fundamental constructor.*****

引数
tKnot value
multiplicityMultiplicity

関数詳解

int MGKnot::dump ( MGOfstream ) const

Dump Function.

int MGKnot::dump_size ( ) const

Dump Functions. Calculate dump size

int MGKnot::multiplicity ( ) const
inline
bool MGKnot::operator!= ( const MGKnot kt2) const
inline
bool MGKnot::operator< ( const MGKnot kt2) const
inline
bool MGKnot::operator<= ( const MGKnot kt2) const
inline
bool MGKnot::operator== ( const MGKnot kt2) const
bool MGKnot::operator> ( const MGKnot kt2) const
inline
bool MGKnot::operator>= ( const MGKnot kt2) const
inline
int MGKnot::restore ( MGIfstream )

Restore Function.

double MGKnot::value ( ) const
inline

フレンドと関連関数の詳解

MG_DLL_DECLR friend std::ostream& operator<< ( std::ostream &  ,
const MGKnot  
)
friend

String stream Function.


このクラス詳解は次のファイルから抽出されました: