You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
543 B
C
23 lines
543 B
C
|
1 month ago
|
// WeightDF.h: interface for the CWeightDF class.
|
||
|
|
//
|
||
|
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
#if !defined(AFX_WEIGHTDF_H__67231D60_6A64_4E1B_BC38_D6300F678076__INCLUDED_)
|
||
|
|
#define AFX_WEIGHTDF_H__67231D60_6A64_4E1B_BC38_D6300F678076__INCLUDED_
|
||
|
|
|
||
|
|
#if _MSC_VER > 1000
|
||
|
|
#pragma once
|
||
|
|
#endif // _MSC_VER > 1000
|
||
|
|
|
||
|
|
class AFX_EXT_CLASS CWeightDF
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
CWeightDF();
|
||
|
|
virtual ~CWeightDF();
|
||
|
|
|
||
|
|
void GetW(double ee);
|
||
|
|
double emin,w;
|
||
|
|
};
|
||
|
|
|
||
|
|
#endif // !defined(AFX_WEIGHTDF_H__67231D60_6A64_4E1B_BC38_D6300F678076__INCLUDED_)
|