VR-Forces 4.0.4 Class Documentation
include/vrvDrawControl/Dt3DPositionedObject.h
Go to the documentation of this file.
00001 /******************************************************************************
00002  ** Copyright (c) 2010 MaK Technologies, Inc.
00003  ** All rights reserved.
00004  ******************************************************************************/
00005 /******************************************************************************
00006  ** $RCSfile: Dt3DPositionedObject.h,v $ $Revision: 1.3 $ $State: Exp $
00007  ******************************************************************************/
00008 #pragma once
00009 
00010 #include <vlutil/vlString.h>
00011 
00012 #include <vrvDrawControl/vrvDrawControlDefines.h>
00013 
00014 #include <vrvDrawControl/DtDrawControlObject.h>
00015 #include <vrvDrawControl/DtVdc3DAttachPoint.h>
00016 
00017 #include <vl/envPoint.h>
00018 #include <vrfExtObjects/3dGraphicalObjectStateRecord.h>
00019 
00020 namespace vrvControlToolkit
00021 {
00022    class DT_DLL_VRVDRAWCONTROL Dt3DPositionedObject : public DtDrawControlObject
00023    {
00024    public:
00025       Dt3DPositionedObject(DtExerciseConn* exConn, unsigned id,
00026          const DtString& objName);
00027       
00028       // \brief Virtual destructor
00029       virtual ~Dt3DPositionedObject();
00030      
00031    private:
00036       Dt3DPositionedObject();
00037 
00041       Dt3DPositionedObject(const Dt3DPositionedObject& orig);
00042 
00046       Dt3DPositionedObject& operator=(const Dt3DPositionedObject& rhs);
00047 
00048    public:
00055       virtual const DtVdc3DAttachPoint& attachment() const = 0;
00056       
00061       virtual void setAttachment(const DtVdc3DAttachPoint& attachment) = 0; 
00062    };
00063 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)