?? altcoordsystempath.cpp
字號:
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "altcoordsystempath.h"
// Dispatch interfaces referenced by this interface
#include "Links.h"
#include "translinks.h"
/////////////////////////////////////////////////////////////////////////////
// CAltCoordSystemPath properties
/////////////////////////////////////////////////////////////////////////////
// CAltCoordSystemPath operations
CLinks CAltCoordSystemPath::GetLinks()
{
LPDISPATCH pDispatch;
InvokeHelper(0x4, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CLinks(pDispatch);
}
CTransLinks CAltCoordSystemPath::GetTransLinks()
{
LPDISPATCH pDispatch;
InvokeHelper(0x3, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
return CTransLinks(pDispatch);
}
void CAltCoordSystemPath::IsTransformationValid(long InputPointType, long InputSpaceID, long OutputPointType, long OutputSpaceID, BOOL* IsValid)
{
static BYTE parms[] =
VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_PBOOL;
InvokeHelper(0x64, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
InputPointType, InputSpaceID, OutputPointType, OutputSpaceID, IsValid);
}
void CAltCoordSystemPath::TransformPoint(long InputPointType, long InputSpaceID, long OutputPointType, long OutputSpaceID, double* X, double* Y, double* Z)
{
static BYTE parms[] =
VTS_I4 VTS_I4 VTS_I4 VTS_I4 VTS_PR8 VTS_PR8 VTS_PR8;
InvokeHelper(0x65, DISPATCH_METHOD, VT_EMPTY, NULL, parms,
InputPointType, InputSpaceID, OutputPointType, OutputSpaceID, X, Y, Z);
}
void CAltCoordSystemPath::RecomputeInternalPaths()
{
InvokeHelper(0x67, DISPATCH_METHOD, VT_EMPTY, NULL, NULL);
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -