1 /*---------------------------------------------------------------------------*\
5 * Copyright (C) 2000-2013 by the OpenSG Forum *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, carsten_neumann@gmx.net *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
15 * This library is free software; you can redistribute it and/or modify it *
16 * under the terms of the GNU Library General Public License as published *
17 * by the Free Software Foundation, version 2. *
19 * This library is distributed in the hope that it will be useful, but *
20 * WITHOUT ANY WARRANTY; without even the implied warranty of *
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
22 * Library General Public License for more details. *
24 * You should have received a copy of the GNU Library General Public *
25 * License along with this library; if not, write to the Free Software *
26 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
28 \*---------------------------------------------------------------------------*/
29 /*---------------------------------------------------------------------------*\
37 \*---------------------------------------------------------------------------*/
39 /*****************************************************************************\
40 *****************************************************************************
42 ** This file is automatically generated. **
44 ** Any changes made to this file WILL be lost when it is **
45 ** regenerated, which can become necessary at any time. **
47 ** Do not change this file, changes should be done in the derived **
48 ** class MaterialDrawable
50 *****************************************************************************
51 \*****************************************************************************/
54 #ifndef _OSGMATERIALDRAWABLEBASE_H_
55 #define _OSGMATERIALDRAWABLEBASE_H_
61 #include "OSGConfig.h"
62 #include "OSGSystemDef.h"
64 //#include "OSGBaseTypes.h"
66 #include "OSGDrawable.h" // Parent
68 #include "OSGMaterialFields.h" // Material type
70 #include "OSGMaterialDrawableFields.h"
75 class MaterialDrawable
;
77 //! \brief MaterialDrawable Base Class.
79 class OSG_SYSTEM_DLLMAPPING MaterialDrawableBase
: public Drawable
83 typedef Drawable Inherited
;
84 typedef Drawable ParentContainer
;
86 typedef Inherited::TypeObject TypeObject
;
87 typedef TypeObject::InitPhase InitPhase
;
89 OSG_GEN_INTERNALPTR(MaterialDrawable
);
91 /*========================== PUBLIC =================================*/
97 MaterialFieldId
= Inherited::NextFieldId
,
98 NextFieldId
= MaterialFieldId
+ 1
101 static const OSG::BitVector MaterialFieldMask
=
102 (TypeTraits
<BitVector
>::One
<< MaterialFieldId
);
103 static const OSG::BitVector NextFieldMask
=
104 (TypeTraits
<BitVector
>::One
<< NextFieldId
);
106 typedef SFUnrecMaterialPtr SFMaterialType
;
108 /*---------------------------------------------------------------------*/
109 /*! \name Class Get */
112 static FieldContainerType
&getClassType (void);
113 static UInt32
getClassTypeId (void);
114 static UInt16
getClassGroupId(void);
117 /*---------------------------------------------------------------------*/
118 /*! \name FieldContainer Get */
121 virtual FieldContainerType
&getType (void);
122 virtual const FieldContainerType
&getType (void) const;
124 virtual UInt32
getContainerSize(void) const;
127 /*---------------------------------------------------------------------*/
128 /*! \name Field Get */
131 virtual const SFUnrecMaterialPtr
*getSFMaterial (void) const;
132 virtual SFUnrecMaterialPtr
*editSFMaterial (void);
135 virtual Material
* getMaterial (void) const;
138 /*---------------------------------------------------------------------*/
139 /*! \name Field Set */
142 virtual void setMaterial (Material
* const value
);
145 /*---------------------------------------------------------------------*/
146 /*! \name Ptr Field Set */
150 /*---------------------------------------------------------------------*/
151 /*! \name Ptr MField Set */
155 /*---------------------------------------------------------------------*/
156 /*! \name Binary Access */
159 virtual SizeT
getBinSize (ConstFieldMaskArg whichField
);
160 virtual void copyToBin (BinaryDataHandler
&pMem
,
161 ConstFieldMaskArg whichField
);
162 virtual void copyFromBin(BinaryDataHandler
&pMem
,
163 ConstFieldMaskArg whichField
);
167 /*========================= PROTECTED ===============================*/
171 static TypeObject _type
;
173 static void classDescInserter(TypeObject
&oType
);
174 static const Char8
*getClassname (void );
176 /*---------------------------------------------------------------------*/
180 SFUnrecMaterialPtr _sfMaterial
;
183 /*---------------------------------------------------------------------*/
184 /*! \name Constructors */
187 MaterialDrawableBase(void);
188 MaterialDrawableBase(const MaterialDrawableBase
&source
);
191 /*---------------------------------------------------------------------*/
192 /*! \name Destructors */
195 virtual ~MaterialDrawableBase(void);
198 /*---------------------------------------------------------------------*/
199 /*! \name onCreate */
202 void onCreate(const MaterialDrawable
*source
= NULL
);
205 /*---------------------------------------------------------------------*/
206 /*! \name Generic Field Access */
209 virtual GetFieldHandlePtr
getHandleMaterial (void) const;
210 virtual EditFieldHandlePtr
editHandleMaterial (void);
213 /*---------------------------------------------------------------------*/
217 #ifdef OSG_MT_CPTR_ASPECT
218 virtual void execSyncV( FieldContainer
&oFrom
,
219 ConstFieldMaskArg whichField
,
220 AspectOffsetStore
&oOffsets
,
221 ConstFieldMaskArg syncMode
,
222 const UInt32 uiSyncInfo
);
224 void execSync ( MaterialDrawableBase
*pFrom
,
225 ConstFieldMaskArg whichField
,
226 AspectOffsetStore
&oOffsets
,
227 ConstFieldMaskArg syncMode
,
228 const UInt32 uiSyncInfo
);
232 /*---------------------------------------------------------------------*/
237 /*---------------------------------------------------------------------*/
238 /*! \name Aspect Create */
242 /*---------------------------------------------------------------------*/
246 /*---------------------------------------------------------------------*/
250 virtual void resolveLinks(void);
253 /*========================== PRIVATE ================================*/
256 /*---------------------------------------------------------------------*/
258 // prohibit default functions (move to 'public' if you need one)
259 void operator =(const MaterialDrawableBase
&source
);
262 typedef MaterialDrawableBase
*MaterialDrawableBaseP
;
266 #endif /* _OSGMATERIALDRAWABLEBASE_H_ */