Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

OSGImageComposer.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------------*\
00002  *                                OpenSG                                     *
00003  *                                                                           *
00004  *                                                                           *
00005  *               Copyright (C) 2000-2002 by the OpenSG Forum                 *
00006  *                                                                           *
00007  *                            www.opensg.org                                 *
00008  *                                                                           *
00009  *   contact: dirk@opensg.org, gerrit.voss@vossg.org, jbehr@zgdv.de          *
00010  *                                                                           *
00011 \*---------------------------------------------------------------------------*/
00012 /*---------------------------------------------------------------------------*\
00013  *                                License                                    *
00014  *                                                                           *
00015  * This library is free software; you can redistribute it and/or modify it   *
00016  * under the terms of the GNU Library General Public License as published    *
00017  * by the Free Software Foundation, version 2.                               *
00018  *                                                                           *
00019  * This library is distributed in the hope that it will be useful, but       *
00020  * WITHOUT ANY WARRANTY; without even the implied warranty of                *
00021  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU         *
00022  * Library General Public License for more details.                          *
00023  *                                                                           *
00024  * You should have received a copy of the GNU Library General Public         *
00025  * License along with this library; if not, write to the Free Software       *
00026  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.                 *
00027  *                                                                           *
00028 \*---------------------------------------------------------------------------*/
00029 /*---------------------------------------------------------------------------*\
00030  *                                Changes                                    *
00031  *                                                                           *
00032  *                                                                           *
00033  *                                                                           *
00034  *                                                                           *
00035  *                                                                           *
00036  *                                                                           *
00037 \*---------------------------------------------------------------------------*/
00038 
00039 #ifndef _OSGIMAGECOMPOSER_H_
00040 #define _OSGIMAGECOMPOSER_H_
00041 #ifdef __sgi
00042 #pragma once
00043 #endif
00044 
00045 #include <OSGConfig.h>
00046 
00047 #include <OSGImageComposerBase.h>
00048 #include <OSGWindow.h>
00049 #include <OSGClusterWindow.h>
00050 #include <OSGViewport.h>
00051 
00052 OSG_BEGIN_NAMESPACE
00053 
00054 class OSG_SYSTEMLIB_DLLMAPPING ImageComposer : public ImageComposerBase
00055 {
00056   private:
00057 
00058     typedef ImageComposerBase Inherited;
00059 
00060     /*==========================  PUBLIC  =================================*/
00061   public:
00062 
00063     /*---------------------------------------------------------------------*/
00067     virtual void changed(BitVector  whichField, 
00068                          UInt32     origin    );
00069 
00071     /*---------------------------------------------------------------------*/
00075     virtual void dump(      UInt32     uiIndent = 0, 
00076                       const BitVector  bvFlags  = 0) const;
00077 
00079     /*---------------------------------------------------------------------*/
00083     void setup(bool             isClient,
00084                UInt32           clusterId,
00085                WindowPtr        localWindow, 
00086                ClusterWindowPtr clusterWindow);
00087 
00089     /*---------------------------------------------------------------------*/
00093     virtual void open           ( void             );
00094     virtual void composeViewport( ViewportPtr port );
00095     virtual void composeWindow  ( void             );
00096     virtual void close          ( void             );
00097     
00099     /*---------------------------------------------------------------------*/
00103     virtual bool   getClientRendering(void);
00104     virtual UInt32 getUsableServers  (void);
00105 
00107     /*=========================  PROTECTED  ===============================*/
00108   protected:
00109 
00110     /*---------------------------------------------------------------------*/
00114     bool             _isClient;
00115     UInt32           _clusterId;
00116     UInt32           _clusterSize;
00117     UInt32           _serverCount;
00118     WindowPtr        _localWindow;
00119     ClusterWindowPtr _clusterWindow;
00120 
00122     /*---------------------------------------------------------------------*/
00126     bool             isClient     (void);
00127     UInt32           clusterId    (void);
00128     UInt32           clusterSize  (void);
00129     UInt32           serverCount  (void);
00130     WindowPtr        localWindow  (void);
00131     ClusterWindowPtr clusterWindow(void);
00132 
00135     /*---------------------------------------------------------------------*/
00139     bool getScreenAlignedBBox(NodePtr        root,
00140                               ViewportPtr    vp,
00141                               UInt32        &l,
00142                               UInt32        &b,
00143                               UInt32        &r,
00144                               UInt32        &t,
00145                               UInt32        &front,
00146                               UInt32        &back);
00147 
00149     /*---------------------------------------------------------------------*/
00153     ImageComposer(void);
00154     ImageComposer(const ImageComposer &source);
00155 
00157     /*---------------------------------------------------------------------*/
00161     virtual ~ImageComposer(void); 
00162 
00164     /*==========================  PRIVATE  ================================*/
00165   private:
00166 
00167     friend class FieldContainer;
00168     friend class ImageComposerBase;
00169 
00170     static void initMethod(void);
00171 
00172     // prohibit default functions (move to 'public' if you need one)
00173 
00174     void operator =(const ImageComposer &source);
00175 };
00176 
00177 typedef ImageComposer *ImageComposerP;
00178 
00179 OSG_END_NAMESPACE
00180 
00181 #include <OSGImageComposerBase.inl>
00182 #include <OSGImageComposer.inl>
00183 
00184 #define OSGIMAGECOMPOSER_HEADER_CVSID "@(#)$Id: $"
00185 
00186 #endif /* _OSGIMAGECOMPOSER_H_ */

Generated on Thu Aug 25 04:06:14 2005 for OpenSG by  doxygen 1.4.3