VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtArticulatingCylinderModel.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 
00009 #pragma once
00010 
00011 #include <vrvCore/DtModel.h>
00012 
00013 namespace makVrv
00014 {
00017    class DT_DLL_VRVCORE DtArticulatingCylinderModel : public DtModel
00018    {
00019    public:
00021       DtArticulatingCylinderModel(DtDe& de, DtUniqueID id);
00022 
00024       virtual ~DtArticulatingCylinderModel();
00025 
00027       virtual void setDimensions(double x, double y, double z) = 0;
00028 
00030       virtual void setColor(float r,float g,float b,float a) = 0;
00031 
00033       virtual void setLightingEnabled( bool enabled ) = 0;
00034    };
00035 }

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)