|
virtual int | GetViewID ()=0 |
| Return the unique ID of the viewport represented by the ViewExp.
|
|
virtual ViewExp * | ToPointer ()=0 |
|
virtual bool | IsAlive ()=0 |
|
virtual Point2 | MapViewToScreen (const Point3 &p)=0 |
|
virtual float | GetFPS ()=0 |
| Get the FPS from the active viewport.
|
|
virtual void | SetSolidBackgroundColorMode (bool bSolidColor)=0 |
| Set the viewport background color mode as solid color mode or gradient color mode.
|
|
virtual bool | IsSolidBackgroundColorMode ()=0 |
| Get the current viewport background color mode.
|
|
virtual void | ResetBackgroundColorMode ()=0 |
| Reset viewport background color mode.
|
|
virtual void | InvalidateRect (const Rect &rect)=0 |
|
virtual INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0) |
|
|
virtual Point3 | GetPointOnCP (const IPoint2 &ps)=0 |
|
virtual float | GetCPDisp (const Point3 base, const Point3 &dir, const IPoint2 &sp1, const IPoint2 &sp2, BOOL snap=FALSE)=0 |
|
virtual Point3 | MapScreenToView (const IPoint2 &sp, float depth)=0 |
|
virtual void | MapScreenToWorldRay (float sx, float sy, Ray &ray)=0 |
|
virtual BOOL | SetAffineTM (const Matrix3 &m)=0 |
|
virtual void | GetAffineTM (Matrix3 &tm)=0 |
|
virtual float | GetScreenScaleFactor (const Point3 worldPoint)=0 |
|
virtual float | GetVPWorldWidth (const Point3 wPoint)=0 |
|
virtual Point3 | MapCPToWorld (const Point3 cpPoint)=0 |
|
virtual float | NonScalingObjectSize ()=0 |
|
|
virtual Point3 | SnapPoint (const IPoint2 &in, IPoint2 &out, Matrix3 *plane2d=NULL, DWORD flags=0)=0 |
|
virtual void | SnapPreview (const IPoint2 &in, IPoint2 &out, Matrix3 *plane2d=NULL, DWORD flags=0)=0 |
|
virtual void | GetGridDims (float *MinX, float *MaxX, float *MinY, float *MaxY)=0 |
|
virtual float | SnapLength (float in)=0 |
|
|
|
virtual GraphicsWindow * | getGW ()=0 |
|
virtual int | IsWire ()=0 |
|
virtual Rect | GetDammageRect ()=0 |
|
virtual void | GetConstructionTM (Matrix3 &tm)=0 |
|
virtual void | SetGridSize (float size)=0 |
|
virtual float | GetGridSize ()=0 |
|
virtual BOOL | IsGridVisible ()=0 |
|
virtual void | SetGridVisibility (BOOL bVisible)=0 |
|
virtual int | GetGridType ()=0 |
|
virtual BOOL | setBkgImageDsp (BOOL onOff)=0 |
|
virtual int | getBkgImageDsp (void)=0 |
|
virtual void | setSFDisplay (int onOff)=0 |
|
virtual int | getSFDisplay (void)=0 |
|
virtual HWND | GetHWnd ()=0 |
|
virtual BOOL | IsActive ()=0 |
|
virtual BOOL | IsEnabled ()=0 |
|
|
virtual int | GetViewType ()=0 |
|
virtual BOOL | IsPerspView ()=0 |
|
virtual BOOL | IsCanvasNavigationMode ()=0 |
|
virtual float | GetFOV ()=0 |
|
virtual float | GetFocalDist ()=0 |
|
virtual void | SetFocalDist (float fd)=0 |
|
virtual INode * | GetViewCamera ()=0 |
|
virtual void | SetViewCamera (INode *camNode)=0 |
|
virtual void | SetViewUser (BOOL persp)=0 |
|
virtual INode * | GetViewSpot ()=0 |
|
virtual void | SetViewSpot (INode *spotNode)=0 |
|
|
|
virtual void | ClearHitList ()=0 |
|
virtual INode * | GetClosestHit ()=0 |
|
virtual INode * | GetHit (int i)=0 |
|
virtual int | HitCount ()=0 |
|
|
virtual void | LogHit (INode *nr, ModContext *mc, DWORD dist, ulong info, HitData *hitdata=NULL)=0 |
| This method records a sub-object level hit record with the system using the specified parameters.
|
|
virtual HitLog & | GetSubObjHitList ()=0 |
|
virtual void | ClearSubObjHitList ()=0 |
|
virtual int | NumSubObjHits ()=0 |
|
|
virtual void | CtrlLogHit (INode *nr, DWORD dist, ulong info, DWORD infoExtra)=0 |
|
virtual CtrlHitLog & | GetCtrlHitList ()=0 |
|
virtual void | ClearCtrlHitList ()=0 |
|
|
virtual void | TrackImplicitGrid (IPoint2 m, Matrix3 *mat=NULL, ULONG hitTestFlags=0)=0 |
|
virtual void | CommitImplicitGrid (IPoint2 m, int mouseflags, Matrix3 *mat=NULL)=0 |
|
virtual void | ReleaseImplicitGrid ()=0 |
|
virtual UtilExport | ~InterfaceServer () |
| Destructor.
|
|
virtual UtilExport BaseInterface * | GetInterface (Interface_ID id) |
|
template<class InterfaceType > |
InterfaceType * | GetTypedInterface () |
|
|
static UtilExport void * | operator new (size_t size) |
| Standard new operator used to allocate objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e) |
| Standard new operator used to allocate objects if there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate objects that takes the type of memory, filename and line number where the new was called If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate objects that takes the filename and line number where the new was called If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new (size_t size, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate objects that takes extra flags to specify special operations If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, int block_type, const char *filename, int line) |
| New operator used to allocate arrays of objects.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, const char *filename, int line) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void * | operator new[] (size_t size, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, an exception will be thrown.
|
|
static UtilExport void * | operator new[] (size_t size, const std::nothrow_t &e, unsigned long flags) |
| New operator used to allocate arrays of objects If there is insufficient memory, NULL will be returned.
|
|
static UtilExport void | operator delete (void *ptr) |
| Standard delete operator used to deallocate an object If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an object If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an object that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an object that takes extra flags to specify special operations If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e) |
| Standard delete operator used to deallocate an array of objects If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, int block_type, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the type of memory, filename and line number where the delete was called If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, const char *filename, int line) |
| Delete operator used to deallocate an array of objects that takes the filename and line number where the delete was called If the pointer is invalid, nothing will happen.
|
|
static UtilExport void | operator delete[] (void *ptr, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void | operator delete[] (void *ptr, const std::nothrow_t &e, unsigned long flags) |
| Delete operator used to deallocate an array of objects that takes extra flags to specify special operations If the pointer is invalid, an exception will be thrown.
|
|
static UtilExport void * | operator new (size_t size, void *placement_ptr) |
| Placement new operator.
|
|
static UtilExport void | operator delete (void *ptr, void *placement_ptr) |
| Placement delete operator.
|
|
static UtilExport void * | aligned_malloc (size_t size, size_t alignment) |
| Allocates memory on a specified alignment boundary.
|
|
static UtilExport void * | aligned_realloc (void *ptr, size_t size, size_t alignment) |
| Reallocates memory on a specified alignment boundary.
|
|
static UtilExport void | aligned_free (void *ptr) |
| Frees a block of memory that was allocated with aligned_malloc/aligned_realloc.
|
|