#include <MyFieldSamplingDialog.h>
Public Types | |
enum | { IDD = IDD_FIELDSAMPLINGDIALOG } |
Public Methods | |
void | SetIsSampleAddInfo (bool isSampleAddInfo) |
Sets flag if additional scalar information should be sampled. | |
bool | GetIsSampleAddInfo () |
Returns flag if additional scalar information should be sampled. | |
int | GetZDim () |
Returns z-dimension of field to be sampled. | |
int | GetYDim () |
Returns y-dimension of field to be sampled. | |
int | GetXDim () |
Returns x-dimension of field to be sampled. | |
void | SetSamplerType (int samplerType) |
Sets type of field sampling equations. | |
int | GetSamplerType () |
Returns type of field sampling equations. | |
void | SetZDim (int zDim) |
Sets z-dimension of field to be sampled. | |
void | SetYDim (int yDim) |
Sets y-dimension of field to be sampled. | |
void | SetXDim (int xDim) |
Sets x-dimension of field to be sampled. | |
void | SetParam3 (float param3) |
Sets parameter 3 of field sampling equations. | |
void | SetParam2 (float param2) |
Sets parameter 2 of field sampling equations. | |
void | SetParam1 (float param1) |
Sets parameter 1 of field sampling equations. | |
float | GetParam3 () |
Returns parameter 3 of field sampling equations. | |
float | GetParam2 () |
Returns parameter 2 of field sampling equations. | |
float | GetParam1 () |
Returns parameter 1 of field sampling equations. | |
MyFieldSamplingDialog (CWnd *pParent=NULL) | |
Static Public Methods | |
CSampler * | CreateSampler (int xDim, int yDim, int zDim, float param1, float param2, float param3, int samplerType, bool isSampleAddInfo) |
Creates sampler-object that has CSampler as superclass. | |
Public Attributes | |
BOOL | m_IsSampleAddInfo |
int | m_SamplerType |
float | m_Param1 |
float | m_Param2 |
float | m_Param3 |
int | m_XDim |
int | m_YDim |
int | m_ZDim |
Protected Methods | |
virtual void | DoDataExchange (CDataExchange *pDX) |