VR-Forces 4.0.4 Class Documentation
include/vrfobjcore/aggregateData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2006 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: aggregateData.h,v $ $Revision: 1.3 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00014 
00015 #ifndef DtAggregateData_H_
00016 #define DtAggregateData_H_
00017 
00018 #include "vrfobjcore/vrfobjcoreDefines.h"
00019 #include "vrfutil/boundingGeom.h"
00020 #include <matrix/vlTaitBryan.h>
00021 #include <matrix/vlVector.h>
00022 
00025 class DT_DLL_vrfobjcore DtAggregateData
00026 {
00027 public:
00028 
00030    DtAggregateData();
00031 
00033    virtual ~DtAggregateData();
00034 
00036    DtAggregateData(const DtAggregateData& orig);
00037 
00039    DtAggregateData& operator=(const DtAggregateData& orig);
00040 
00042    virtual void print() const; 
00043 
00044 public:
00045 
00047    static DtAggregateData* create();
00048 };
00049 
00050 #endif

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)