changed: gcc8 base update
[opensg.git] / Source / System / State / Shader / Variables / OSGShaderVariableMVec2fBase.cpp
blob652e188fb0295ca9d5c11a9df3ff6084bf1b95c1
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 ShaderVariableMVec2f!
49 ** **
50 *****************************************************************************
51 \*****************************************************************************/
53 #include <cstdlib>
54 #include <cstdio>
56 #ifdef WIN32
57 #pragma warning(disable: 4355) // turn off 'this' : used in base member initializer list warning
58 #pragma warning(disable: 4290) // disable exception specification warning
59 #endif
61 #include "OSGConfig.h"
66 #include "OSGShaderVariableMVec2fBase.h"
67 #include "OSGShaderVariableMVec2f.h"
69 #include <boost/bind.hpp>
71 OSG_BEGIN_NAMESPACE
73 /***************************************************************************\
74 * Description *
75 \***************************************************************************/
77 /*! \class OSG::ShaderVariableMVec2f
81 /***************************************************************************\
82 * Field Documentation *
83 \***************************************************************************/
85 /*! \var Vec2f ShaderVariableMVec2fBase::_mfValue
86 variable value
90 /***************************************************************************\
91 * FieldType/FieldTrait Instantiation *
92 \***************************************************************************/
94 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV)
95 PointerType FieldTraits<ShaderVariableMVec2f *, nsOSG>::_type(
96 "ShaderVariableMVec2fPtr",
97 "ShaderValueVariablePtr",
98 ShaderVariableMVec2f::getClassType(),
99 nsOSG);
100 #endif
102 OSG_FIELDTRAITS_GETTYPE_NS(ShaderVariableMVec2f *, nsOSG)
104 OSG_EXPORT_PTR_SFIELD_FULL(PointerSField,
105 ShaderVariableMVec2f *,
106 nsOSG)
108 OSG_EXPORT_PTR_MFIELD_FULL(PointerMField,
109 ShaderVariableMVec2f *,
110 nsOSG)
112 /***************************************************************************\
113 * Field Description *
114 \***************************************************************************/
116 void ShaderVariableMVec2fBase::classDescInserter(TypeObject &oType)
118 FieldDescriptionBase *pDesc = NULL;
121 pDesc = new MFVec2f::Description(
122 MFVec2f::getClassType(),
123 "value",
124 "variable value\n",
125 ValueFieldId, ValueFieldMask,
126 false,
127 (Field::MFDefaultFlags | Field::FStdAccess),
128 static_cast<FieldEditMethodSig>(&ShaderVariableMVec2f::editHandleValue),
129 static_cast<FieldGetMethodSig >(&ShaderVariableMVec2f::getHandleValue));
131 oType.addInitialDesc(pDesc);
135 ShaderVariableMVec2fBase::TypeObject ShaderVariableMVec2fBase::_type(
136 ShaderVariableMVec2fBase::getClassname(),
137 Inherited::getClassname(),
138 "NULL",
139 nsOSG, //Namespace
140 reinterpret_cast<PrototypeCreateF>(&ShaderVariableMVec2fBase::createEmptyLocal),
141 reinterpret_cast<InitContainerF>(&ShaderVariableMVec2f::initMethod),
142 reinterpret_cast<ExitContainerF>(&ShaderVariableMVec2f::exitMethod),
143 reinterpret_cast<InitalInsertDescFunc>(
144 reinterpret_cast<void *>(&ShaderVariableMVec2f::classDescInserter)),
145 false,
147 "<?xml version=\"1.0\"?>\n"
148 "\n"
149 "<FieldContainer\n"
150 " name=\"ShaderVariableMVec2f\"\n"
151 " parent=\"ShaderValueVariable\"\n"
152 " library=\"System\"\n"
153 " pointerfieldtypes=\"both\"\n"
154 " structure=\"concrete\"\n"
155 " systemcomponent=\"true\"\n"
156 " parentsystemcomponent=\"true\"\n"
157 " decoratable=\"false\"\n"
158 " useLocalIncludes=\"false\"\n"
159 " docGroupBase=\"GrpSystemShader\"\n"
160 " >\n"
161 " <Field\n"
162 "\t name=\"value\"\n"
163 "\t type=\"Vec2f\"\n"
164 "\t cardinality=\"multi\"\n"
165 "\t visibility=\"external\"\n"
166 "\t access=\"public\"\n"
167 "\t >\n"
168 "\tvariable value\n"
169 " </Field>\n"
170 "</FieldContainer>\n",
174 /*------------------------------ get -----------------------------------*/
176 FieldContainerType &ShaderVariableMVec2fBase::getType(void)
178 return _type;
181 const FieldContainerType &ShaderVariableMVec2fBase::getType(void) const
183 return _type;
186 UInt32 ShaderVariableMVec2fBase::getContainerSize(void) const
188 return sizeof(ShaderVariableMVec2f);
191 /*------------------------- decorator get ------------------------------*/
194 MFVec2f *ShaderVariableMVec2fBase::editMFValue(void)
196 editMField(ValueFieldMask, _mfValue);
198 return &_mfValue;
201 const MFVec2f *ShaderVariableMVec2fBase::getMFValue(void) const
203 return &_mfValue;
211 /*------------------------------ access -----------------------------------*/
213 SizeT ShaderVariableMVec2fBase::getBinSize(ConstFieldMaskArg whichField)
215 SizeT returnValue = Inherited::getBinSize(whichField);
217 if(FieldBits::NoField != (ValueFieldMask & whichField))
219 returnValue += _mfValue.getBinSize();
222 return returnValue;
225 void ShaderVariableMVec2fBase::copyToBin(BinaryDataHandler &pMem,
226 ConstFieldMaskArg whichField)
228 Inherited::copyToBin(pMem, whichField);
230 if(FieldBits::NoField != (ValueFieldMask & whichField))
232 _mfValue.copyToBin(pMem);
236 void ShaderVariableMVec2fBase::copyFromBin(BinaryDataHandler &pMem,
237 ConstFieldMaskArg whichField)
239 Inherited::copyFromBin(pMem, whichField);
241 if(FieldBits::NoField != (ValueFieldMask & whichField))
243 editMField(ValueFieldMask, _mfValue);
244 _mfValue.copyFromBin(pMem);
248 //! create a new instance of the class
249 ShaderVariableMVec2fTransitPtr ShaderVariableMVec2fBase::createLocal(BitVector bFlags)
251 ShaderVariableMVec2fTransitPtr fc;
253 if(getClassType().getPrototype() != NULL)
255 FieldContainerTransitPtr tmpPtr =
256 getClassType().getPrototype()-> shallowCopyLocal(bFlags);
258 fc = dynamic_pointer_cast<ShaderVariableMVec2f>(tmpPtr);
261 return fc;
264 //! create a new instance of the class, copy the container flags
265 ShaderVariableMVec2fTransitPtr ShaderVariableMVec2fBase::createDependent(BitVector bFlags)
267 ShaderVariableMVec2fTransitPtr fc;
269 if(getClassType().getPrototype() != NULL)
271 FieldContainerTransitPtr tmpPtr =
272 getClassType().getPrototype()-> shallowCopyDependent(bFlags);
274 fc = dynamic_pointer_cast<ShaderVariableMVec2f>(tmpPtr);
277 return fc;
280 //! create a new instance of the class
281 ShaderVariableMVec2fTransitPtr ShaderVariableMVec2fBase::create(void)
283 ShaderVariableMVec2fTransitPtr fc;
285 if(getClassType().getPrototype() != NULL)
287 FieldContainerTransitPtr tmpPtr =
288 getClassType().getPrototype()-> shallowCopy();
290 fc = dynamic_pointer_cast<ShaderVariableMVec2f>(tmpPtr);
293 return fc;
296 ShaderVariableMVec2f *ShaderVariableMVec2fBase::createEmptyLocal(BitVector bFlags)
298 ShaderVariableMVec2f *returnValue;
300 newPtr<ShaderVariableMVec2f>(returnValue, bFlags);
302 returnValue->_pFieldFlags->_bNamespaceMask &= ~bFlags;
304 return returnValue;
307 //! create an empty new instance of the class, do not copy the prototype
308 ShaderVariableMVec2f *ShaderVariableMVec2fBase::createEmpty(void)
310 ShaderVariableMVec2f *returnValue;
312 newPtr<ShaderVariableMVec2f>(returnValue, Thread::getCurrentLocalFlags());
314 returnValue->_pFieldFlags->_bNamespaceMask &=
315 ~Thread::getCurrentLocalFlags();
317 return returnValue;
321 FieldContainerTransitPtr ShaderVariableMVec2fBase::shallowCopyLocal(
322 BitVector bFlags) const
324 ShaderVariableMVec2f *tmpPtr;
326 newPtr(tmpPtr, dynamic_cast<const ShaderVariableMVec2f *>(this), bFlags);
328 FieldContainerTransitPtr returnValue(tmpPtr);
330 tmpPtr->_pFieldFlags->_bNamespaceMask &= ~bFlags;
332 return returnValue;
335 FieldContainerTransitPtr ShaderVariableMVec2fBase::shallowCopyDependent(
336 BitVector bFlags) const
338 ShaderVariableMVec2f *tmpPtr;
340 newPtr(tmpPtr, dynamic_cast<const ShaderVariableMVec2f *>(this), ~bFlags);
342 FieldContainerTransitPtr returnValue(tmpPtr);
344 tmpPtr->_pFieldFlags->_bNamespaceMask = bFlags;
346 return returnValue;
349 FieldContainerTransitPtr ShaderVariableMVec2fBase::shallowCopy(void) const
351 ShaderVariableMVec2f *tmpPtr;
353 newPtr(tmpPtr,
354 dynamic_cast<const ShaderVariableMVec2f *>(this),
355 Thread::getCurrentLocalFlags());
357 tmpPtr->_pFieldFlags->_bNamespaceMask &= ~Thread::getCurrentLocalFlags();
359 FieldContainerTransitPtr returnValue(tmpPtr);
361 return returnValue;
367 /*------------------------- constructors ----------------------------------*/
369 ShaderVariableMVec2fBase::ShaderVariableMVec2fBase(void) :
370 Inherited(),
371 _mfValue ()
375 ShaderVariableMVec2fBase::ShaderVariableMVec2fBase(const ShaderVariableMVec2fBase &source) :
376 Inherited(source),
377 _mfValue (source._mfValue )
382 /*-------------------------- destructors ----------------------------------*/
384 ShaderVariableMVec2fBase::~ShaderVariableMVec2fBase(void)
389 GetFieldHandlePtr ShaderVariableMVec2fBase::getHandleValue (void) const
391 MFVec2f::GetHandlePtr returnValue(
392 new MFVec2f::GetHandle(
393 &_mfValue,
394 this->getType().getFieldDesc(ValueFieldId),
395 const_cast<ShaderVariableMVec2fBase *>(this)));
397 return returnValue;
400 EditFieldHandlePtr ShaderVariableMVec2fBase::editHandleValue (void)
402 MFVec2f::EditHandlePtr returnValue(
403 new MFVec2f::EditHandle(
404 &_mfValue,
405 this->getType().getFieldDesc(ValueFieldId),
406 this));
409 editMField(ValueFieldMask, _mfValue);
411 return returnValue;
415 #ifdef OSG_MT_CPTR_ASPECT
416 void ShaderVariableMVec2fBase::execSyncV( FieldContainer &oFrom,
417 ConstFieldMaskArg whichField,
418 AspectOffsetStore &oOffsets,
419 ConstFieldMaskArg syncMode,
420 const UInt32 uiSyncInfo)
422 ShaderVariableMVec2f *pThis = static_cast<ShaderVariableMVec2f *>(this);
424 pThis->execSync(static_cast<ShaderVariableMVec2f *>(&oFrom),
425 whichField,
426 oOffsets,
427 syncMode,
428 uiSyncInfo);
430 #endif
433 #ifdef OSG_MT_CPTR_ASPECT
434 FieldContainer *ShaderVariableMVec2fBase::createAspectCopy(
435 const FieldContainer *pRefAspect) const
437 ShaderVariableMVec2f *returnValue;
439 newAspectCopy(returnValue,
440 dynamic_cast<const ShaderVariableMVec2f *>(pRefAspect),
441 dynamic_cast<const ShaderVariableMVec2f *>(this));
443 return returnValue;
445 #endif
447 void ShaderVariableMVec2fBase::resolveLinks(void)
449 Inherited::resolveLinks();
451 #ifdef OSG_MT_CPTR_ASPECT
452 AspectOffsetStore oOffsets;
454 _pAspectStore->fillOffsetArray(oOffsets, this);
455 #endif
457 #ifdef OSG_MT_CPTR_ASPECT
458 _mfValue.terminateShare(Thread::getCurrentAspect(),
459 oOffsets);
460 #endif
464 OSG_END_NAMESPACE