This is the complete list of members for CCWFGM_Grid, including all inherited members.
CCWFGM_Grid() (defined in CCWFGM_Grid) | CCWFGM_Grid | |
Clone(ICWFGM_Grid **newGrid) | CCWFGM_Grid | |
CreateGrid(USHORT xsize, USHORT ysize, double xllcorner, double yllcorner, double resolution, UCHAR BasicFuel) | CCWFGM_Grid | |
ICWFGM_Grid::CreateGrid([in]unsigned short xsize, [in]unsigned short ysize, [in]double xllcorner, [in]double yllcorner, [in]double resolution, [in]unsigned char BasicFuel) | ICWFGM_Grid | |
CreateSlopeElevationGrid(SHORT elevation, USHORT slope, USHORT aspect) | CCWFGM_Grid | |
ICWFGM_Grid::CreateSlopeElevationGrid([in]short elevation, [in]unsigned short slope, [in]unsigned short aspect) | ICWFGM_Grid | |
ExportAspect(const BSTR grid_file_name) | CCWFGM_Grid | |
ExportElevation(const BSTR grid_file_name) | CCWFGM_Grid | |
ExportGrid(const BSTR grid_file_name) | CCWFGM_Grid | |
ExportSlope(const BSTR grid_file_name) | CCWFGM_Grid | |
FuelMap | ICWFGM_Grid | |
get_FuelMap(ICWFGM_FuelMap **pVal) | CCWFGM_Grid | |
get_LayerManager(ICWFGM_LayerManager **pVal) | CCWFGM_Grid | |
get_UserData(VARIANT *pVal) | CCWFGM_Grid | |
GetAttribute(USHORT option, VARIANT *value) | CCWFGM_Grid | |
GetAttribute(__int64 layerThread, USHORT option, VARIANT *value) | CCWFGM_Grid | |
ICWFGM_Grid::GetAttribute([in]unsigned short option, [out, retval]VARIANT *value) | ICWFGM_Grid | |
ICWFGM_GridEngine::GetAttribute([in] __int64 layerThread, [in] unsigned short option, [out, retval]VARIANT *value) | ICWFGM_GridEngine | |
GetAttributeData(__int64 layerThread, USHORT _x, USHORT _y, ULONGLONG time, USHORT option, VARIANT *attribute) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetAttributeData([in] __int64 layerThread, [in] unsigned short x, [in] unsigned short y, [in] unsigned __int64 time, [in] unsigned short option, [out, retval] VARIANT *attribute) | ICWFGM_GridEngine | |
GetAttributeDataArray(__int64 layerThread, USHORT _x_min, USHORT _y_min, USHORT _x_max, USHORT _y_max, ULONGLONG time, USHORT option, SAFEARRAY **attribute) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetAttributeDataArray([in] __int64 layerThread, [in]unsigned short x_min, [in]unsigned short y_min, [in]unsigned short x_max, [in]unsigned short y_max, [in] unsigned __int64 time, [in] unsigned short option, [in, out] SAFEARRAY(VARIANT)*attribute) | ICWFGM_GridEngine | |
GetDimensions(__int64 layerThread, USHORT *x_dim, USHORT *y_dim) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetDimensions([in] __int64 layerThread, [out] unsigned short *x_dim, [out]unsigned short *y_dim) | ICWFGM_GridEngine | |
GetElevationData(__int64 layerThread, USHORT x, USHORT y, SHORT allow_defaults_returned, double *elevation, double *slope_factor, double *slope_azimuth) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetElevationData([in] __int64 layerThread, [in] unsigned short x, [in] unsigned short y, [in] short allow_defaults_returned, [out]double *elevation, [out] double *slope_factor, [out] double *slope_azimuth) | ICWFGM_GridEngine | |
GetElevationDataArray(__int64 layerThread, USHORT x_min, USHORT y_min, USHORT x_max, USHORT y_max, SHORT allow_defaults_returned, SAFEARRAY **elevation, SAFEARRAY **slope_factor, SAFEARRAY **slope_azimuth) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetElevationDataArray([in] __int64 layerThread, [in]unsigned short x_min, [in]unsigned short y_min, [in]unsigned short x_max, [in]unsigned short y_max, [in]short allow_defaults_returned, [in, out] SAFEARRAY(double)*elevation, [in, out] SAFEARRAY(double)*slope_factor, [in, out] SAFEARRAY(double)*slope_azimuth) | ICWFGM_GridEngine | |
GetEventTime(__int64 layerThread, ULONG flags, ULONGLONG from_time, ULONGLONG *next_event) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetEventTime([in] __int64 layerThread, [in] unsigned long flags, [in] unsigned __int64 from_time, [out, retval] unsigned __int64 *next_event) | ICWFGM_GridEngine | |
GetFuelData(__int64 layerThread, USHORT _x, USHORT _y, ULONGLONG time, ICWFGM_Fuel **fuel) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetFuelData([in] __int64 layerThread, [in] unsigned short _x, [in] unsigned short _y, [in] unsigned __int64 time, [out, retval]ICWFGM_Fuel **fuel) | ICWFGM_GridEngine | |
GetFuelDataArray(__int64 layerThread, USHORT _x_min, USHORT _y_min, USHORT _x_max, USHORT _y_max, ULONGLONG time, SAFEARRAY **fuel) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetFuelDataArray([in] __int64 layerThread, [in] unsigned short _x_min, [in] unsigned short _y_min, [in] unsigned short _x_max, [in]unsigned short _y_max,[in]unsigned __int64 time, [in, out] SAFEARRAY(ICWFGM_Fuel *)*fuel) | ICWFGM_GridEngine | |
GetFuelIndexData(__int64 layerThread, USHORT x, USHORT y, ULONGLONG time, UCHAR *fuel_index) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetFuelIndexData([in] __int64 layerThread, [in] unsigned short x, [in] unsigned short y, [in] unsigned __int64 time, [out, retval]unsigned char *fuel_index) | ICWFGM_GridEngine | |
GetFuelIndexDataArray(__int64 layerThread, USHORT _x_min, USHORT _y_min, USHORT _x_max, USHORT _y_max, ULONGLONG time, SAFEARRAY **fuel) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetFuelIndexDataArray([in] __int64 layerThread, [in]unsigned short _x_min, [in]unsigned short _y_min, [in]unsigned short _x_max, [in]unsigned short _y_max, [in]unsigned __int64 time, [in, out] SAFEARRAY(unsigned char)*fuel_index) | ICWFGM_GridEngine | |
GetGridEngine(__int64 layerThread, ICWFGM_GridEngine **pVal) | CCWFGM_Grid | |
GetWeatherData(__int64 layerThread, USHORT x, USHORT y, ULONGLONG time, ULONG interpolate_method, IWXData *wx, IFWIData *ifwi, DFWIData *dfwi) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetWeatherData([in] __int64 layerThread, [in] unsigned short x, [in] unsigned short y, [in] unsigned __int64 time, [in]unsigned long interpolate_method, [out]IWXData *wx, [out]IFWIData *ifwi, [out]DFWIData *dfwi) | ICWFGM_GridEngine | |
GetWeatherDataArray(__int64 layerThread, USHORT x_min, USHORT y_min, USHORT x_max, USHORT y_max, ULONGLONG time, ULONG interpolate_method, SAFEARRAY **wx, SAFEARRAY **ifwi, SAFEARRAY **dfwi) | CCWFGM_Grid | |
ICWFGM_GridEngine::GetWeatherDataArray([in] __int64 layerThread, [in]unsigned short x_min, [in]unsigned short y_min, [in]unsigned short x_max, [in] unsigned short y_max, [in]unsigned __int64 time, [in]unsigned long interpolate_method, [in, out] SAFEARRAY(IWXData)*wx, [in, out] SAFEARRAY(IFWIData)*ifwi, [in, out] SAFEARRAY(DFWIData)*dfwi) | ICWFGM_GridEngine | |
ImportElevation(const BSTR prj_file_name, const BSTR grid_file_name) | CCWFGM_Grid | |
ImportGrid(const BSTR prj_file_name, const BSTR grid_file_name, long *fail_index) | CCWFGM_Grid | |
IPersistStreamInit_Load(LPSTREAM pStm, const ATL_PROPMAP_ENTRY *pMap) (defined in CCWFGM_Grid) | CCWFGM_Grid | |
IPersistStreamInit_Save(LPSTREAM pStm, BOOL fClearDirty, const ATL_PROPMAP_ENTRY *pMap) (defined in CCWFGM_Grid) | CCWFGM_Grid | |
IsFuelUsed(ICWFGM_Fuel *fuel) | CCWFGM_Grid | |
LayerManager | ICWFGM_GridEngine | |
MT_Lock(__int64 layerThread, USHORT exclusive, USHORT obtain) | CCWFGM_Grid | |
ICWFGM_GridEngine::MT_Lock([in] __int64 layerThread, [in] unsigned short exclusive, [in] unsigned short obtain) | ICWFGM_GridEngine | |
PostCalculationEvent(__int64 layerThread, ULONGLONG time, ULONG mode) | CCWFGM_Grid | |
ICWFGM_GridEngine::PostCalculationEvent([in] __int64 layerThread, [in] unsigned __int64 time, [in] unsigned long mode) | ICWFGM_GridEngine | |
PreCalculationEvent(__int64 layerThread, ULONGLONG time, ULONG mode) | CCWFGM_Grid | |
ICWFGM_GridEngine::PreCalculationEvent([in] __int64 layerThread, [in] unsigned __int64 time, [in] unsigned long mode) | ICWFGM_GridEngine | |
put_FuelMap(ICWFGM_FuelMap *newVal) | CCWFGM_Grid | |
put_LayerManager(ICWFGM_LayerManager *newVal) | CCWFGM_Grid | |
put_UserData(VARIANT newVal) | CCWFGM_Grid | |
PutGridEngine(__int64 layerThread, ICWFGM_GridEngine *newVal) | CCWFGM_Grid | |
SetAttribute(USHORT option, VARIANT value) | CCWFGM_Grid | |
ICWFGM_Grid::SetAttribute([in]unsigned short option, [in]VARIANT value) | ICWFGM_Grid | |
UserData | ICWFGM_GridEngine | |
Valid(__int64 layerThread, ULONGLONG start_time, LONGLONG duration, ULONG option, SAFEARRAY **application_count) | CCWFGM_Grid | |
ICWFGM_GridEngine::Valid([in] __int64 layerThread, [in] unsigned __int64 start_time, [in] __int64 duration, [in] unsigned long option, [in, out] SAFEARRAY(unsigned short)*application_count) | ICWFGM_GridEngine | |
WriteProjection(const BSTR szPath) | CCWFGM_Grid | |
~CCWFGM_Grid() (defined in CCWFGM_Grid) | CCWFGM_Grid |