changed: gcc8 base update
[opensg.git] / Source / System / State / Base / OSGChunkBlockBase.h
blob59693061ec41d6d0a678f884cc9a4e93f61bb6fd
1 /*---------------------------------------------------------------------------*\
2 * OpenSG *
3 * *
4 * *
5 * Copyright (C) 2000-2013 by the OpenSG Forum *
6 * *
7 * www.opensg.org *
8 * *
9 * contact: dirk@opensg.org, gerrit.voss@vossg.org, carsten_neumann@gmx.net *
10 * *
11 \*---------------------------------------------------------------------------*/
12 /*---------------------------------------------------------------------------*\
13 * License *
14 * *
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. *
18 * *
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. *
23 * *
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. *
27 * *
28 \*---------------------------------------------------------------------------*/
29 /*---------------------------------------------------------------------------*\
30 * Changes *
31 * *
32 * *
33 * *
34 * *
35 * *
36 * *
37 \*---------------------------------------------------------------------------*/
39 /*****************************************************************************\
40 *****************************************************************************
41 ** **
42 ** This file is automatically generated. **
43 ** **
44 ** Any changes made to this file WILL be lost when it is **
45 ** regenerated, which can become necessary at any time. **
46 ** **
47 ** Do not change this file, changes should be done in the derived **
48 ** class ChunkBlock
49 ** **
50 *****************************************************************************
51 \*****************************************************************************/
54 #ifndef _OSGCHUNKBLOCKBASE_H_
55 #define _OSGCHUNKBLOCKBASE_H_
56 #ifdef __sgi
57 #pragma once
58 #endif
61 #include "OSGConfig.h"
62 #include "OSGSystemDef.h"
64 //#include "OSGBaseTypes.h"
66 #include "OSGFieldContainer.h" // Parent
68 #include "OSGStateChunkFields.h" // Chunks type
70 #include "OSGChunkBlockFields.h"
72 OSG_BEGIN_NAMESPACE
75 class ChunkBlock;
77 //! \brief ChunkBlock Base Class.
79 class OSG_SYSTEM_DLLMAPPING ChunkBlockBase : public FieldContainer
81 public:
83 typedef FieldContainer Inherited;
84 typedef FieldContainer ParentContainer;
86 typedef Inherited::TypeObject TypeObject;
87 typedef TypeObject::InitPhase InitPhase;
89 OSG_GEN_INTERNALPTR(ChunkBlock);
91 /*========================== PUBLIC =================================*/
93 public:
95 enum
97 ChunksFieldId = Inherited::NextFieldId,
98 NextFieldId = ChunksFieldId + 1
101 static const OSG::BitVector ChunksFieldMask =
102 (TypeTraits<BitVector>::One << ChunksFieldId);
103 static const OSG::BitVector NextFieldMask =
104 (TypeTraits<BitVector>::One << NextFieldId);
106 typedef MFUnrecStateChunkPtr MFChunksType;
108 /*---------------------------------------------------------------------*/
109 /*! \name Class Get */
110 /*! \{ */
112 static FieldContainerType &getClassType (void);
113 static UInt32 getClassTypeId (void);
114 static UInt16 getClassGroupId(void);
116 /*! \} */
117 /*---------------------------------------------------------------------*/
118 /*! \name FieldContainer Get */
119 /*! \{ */
121 virtual FieldContainerType &getType (void);
122 virtual const FieldContainerType &getType (void) const;
124 virtual UInt32 getContainerSize(void) const;
126 /*! \} */
127 /*---------------------------------------------------------------------*/
128 /*! \name Binary Access */
129 /*! \{ */
131 virtual SizeT getBinSize (ConstFieldMaskArg whichField);
132 virtual void copyToBin (BinaryDataHandler &pMem,
133 ConstFieldMaskArg whichField);
134 virtual void copyFromBin(BinaryDataHandler &pMem,
135 ConstFieldMaskArg whichField);
138 /*! \} */
139 /*---------------------------------------------------------------------*/
140 /*! \name Construction */
141 /*! \{ */
143 static ChunkBlockTransitPtr create (void);
144 static ChunkBlock *createEmpty (void);
146 static ChunkBlockTransitPtr createLocal (
147 BitVector bFlags = FCLocal::All);
149 static ChunkBlock *createEmptyLocal(
150 BitVector bFlags = FCLocal::All);
152 static ChunkBlockTransitPtr createDependent (BitVector bFlags);
154 /*! \} */
155 /*---------------------------------------------------------------------*/
156 /*! \name Copy */
157 /*! \{ */
159 virtual FieldContainerTransitPtr shallowCopy (void) const;
160 virtual FieldContainerTransitPtr shallowCopyLocal(
161 BitVector bFlags = FCLocal::All) const;
162 virtual FieldContainerTransitPtr shallowCopyDependent(
163 BitVector bFlags) const;
165 /*! \} */
166 /*========================= PROTECTED ===============================*/
168 protected:
170 static TypeObject _type;
172 static void classDescInserter(TypeObject &oType);
173 static const Char8 *getClassname (void );
175 /*---------------------------------------------------------------------*/
176 /*! \name Fields */
177 /*! \{ */
179 MFUnrecStateChunkPtr _mfChunks;
181 /*! \} */
182 /*---------------------------------------------------------------------*/
183 /*! \name Constructors */
184 /*! \{ */
186 ChunkBlockBase(void);
187 ChunkBlockBase(const ChunkBlockBase &source);
189 /*! \} */
190 /*---------------------------------------------------------------------*/
191 /*! \name Destructors */
192 /*! \{ */
194 virtual ~ChunkBlockBase(void);
196 /*! \} */
197 /*---------------------------------------------------------------------*/
198 /*! \name onCreate */
199 /*! \{ */
201 void onCreate(const ChunkBlock *source = NULL);
203 /*! \} */
204 /*---------------------------------------------------------------------*/
205 /*! \name Generic Field Access */
206 /*! \{ */
208 GetFieldHandlePtr getHandleChunks (void) const;
209 EditFieldHandlePtr editHandleChunks (void);
211 /*! \} */
212 /*---------------------------------------------------------------------*/
213 /*! \name Field Get */
214 /*! \{ */
216 const MFUnrecStateChunkPtr *getMFChunks (void) const;
219 StateChunk * getChunks (const UInt32 index) const;
221 /*! \} */
222 /*---------------------------------------------------------------------*/
223 /*! \name Field Set */
224 /*! \{ */
227 /*! \} */
228 /*---------------------------------------------------------------------*/
229 /*! \name Ptr MField Set */
230 /*! \{ */
232 /*! \} */
233 /*---------------------------------------------------------------------*/
234 /*! \name Sync */
235 /*! \{ */
237 #ifdef OSG_MT_CPTR_ASPECT
238 virtual void execSyncV( FieldContainer &oFrom,
239 ConstFieldMaskArg whichField,
240 AspectOffsetStore &oOffsets,
241 ConstFieldMaskArg syncMode ,
242 const UInt32 uiSyncInfo);
244 void execSync ( ChunkBlockBase *pFrom,
245 ConstFieldMaskArg whichField,
246 AspectOffsetStore &oOffsets,
247 ConstFieldMaskArg syncMode ,
248 const UInt32 uiSyncInfo);
249 #endif
251 /*! \} */
252 /*---------------------------------------------------------------------*/
253 /*! \name Edit */
254 /*! \{ */
256 /*! \} */
257 /*---------------------------------------------------------------------*/
258 /*! \name Aspect Create */
259 /*! \{ */
261 #ifdef OSG_MT_CPTR_ASPECT
262 virtual FieldContainer *createAspectCopy(
263 const FieldContainer *pRefAspect) const;
264 #endif
266 /*! \} */
267 /*---------------------------------------------------------------------*/
268 /*! \name Edit */
269 /*! \{ */
270 /*! \} */
271 /*---------------------------------------------------------------------*/
272 /*! \name Sync */
273 /*! \{ */
275 virtual void resolveLinks(void);
277 /*! \} */
278 /*========================== PRIVATE ================================*/
280 private:
281 /*---------------------------------------------------------------------*/
283 // prohibit default functions (move to 'public' if you need one)
284 void operator =(const ChunkBlockBase &source);
287 typedef ChunkBlockBase *ChunkBlockBaseP;
289 OSG_END_NAMESPACE
291 #endif /* _OSGCHUNKBLOCKBASE_H_ */