#include <OSGDisplayCalibrationBase.h>
Inheritance diagram for osg::DisplayCalibrationBase:

Definition at line 89 of file OSGDisplayCalibrationBase.h.
|
|
Reimplemented from osg::AttachmentContainer. Reimplemented in osg::DisplayCalibration. Definition at line 93 of file OSGDisplayCalibrationBase.h. |
|
|
Definition at line 98 of file OSGDisplayCalibrationBase.h. |
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 100 of file OSGDisplayCalibrationBase.h. 00101 { 00102 EnabledFieldId = Inherited::NextFieldId, 00103 ServerFieldId = EnabledFieldId + 1, 00104 ColorMatrixFieldId = ServerFieldId + 1, 00105 GammaFieldId = ColorMatrixFieldId + 1, 00106 GammaRampFieldId = GammaFieldId + 1, 00107 GridWidthFieldId = GammaRampFieldId + 1, 00108 GridHeightFieldId = GridWidthFieldId + 1, 00109 GridFieldId = GridHeightFieldId + 1, 00110 ScaleDownFieldId = GridFieldId + 1, 00111 NextFieldId = ScaleDownFieldId + 1 00112 };
|
|
|
Definition at line 254 of file OSGDisplayCalibrationBase.cpp. 00254 : 00255 _sfEnabled (bool(true)), 00256 _sfServer (), 00257 _sfColorMatrix (), 00258 _sfGamma (Real32(1)), 00259 _mfGammaRamp (), 00260 _sfGridWidth (UInt32(0)), 00261 _sfGridHeight (UInt32(0)), 00262 _mfGrid (), 00263 _sfScaleDown (Real32(1.0)), 00264 Inherited() 00265 { 00266 }
|
|
|
Definition at line 272 of file OSGDisplayCalibrationBase.cpp. 00272 : 00273 _sfEnabled (source._sfEnabled ), 00274 _sfServer (source._sfServer ), 00275 _sfColorMatrix (source._sfColorMatrix ), 00276 _sfGamma (source._sfGamma ), 00277 _mfGammaRamp (source._mfGammaRamp ), 00278 _sfGridWidth (source._sfGridWidth ), 00279 _sfGridHeight (source._sfGridHeight ), 00280 _mfGrid (source._mfGrid ), 00281 _sfScaleDown (source._sfScaleDown ), 00282 Inherited (source) 00283 { 00284 }
|
|
|
Definition at line 288 of file OSGDisplayCalibrationBase.cpp.
|
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 58 of file OSGDisplayCalibrationBase.inl. References _type. Referenced by create(). 00059 { 00060 return _type; 00061 }
|
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 65 of file OSGDisplayCalibrationBase.inl. References _type, and osg::TypeBase::getId(). 00066 { 00067 return _type.getId(); 00068 }
|
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 194 of file OSGDisplayCalibrationBase.cpp. References _type. 00195 { 00196 return _type; 00197 }
|
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 199 of file OSGDisplayCalibrationBase.cpp. References _type. 00200 { 00201 return _type; 00202 }
|
|
|
Reimplemented from osg::AttachmentContainer. Definition at line 214 of file OSGDisplayCalibrationBase.cpp. 00215 { 00216 return sizeof(DisplayCalibration); 00217 }
|
|
|
Definition at line 101 of file OSGDisplayCalibrationBase.inl. References _sfEnabled. 00102 { 00103 return &_sfEnabled; 00104 }
|
|
|
Definition at line 108 of file OSGDisplayCalibrationBase.inl. References _sfServer. 00109 { 00110 return &_sfServer; 00111 }
|
|
|
Definition at line 115 of file OSGDisplayCalibrationBase.inl. References _sfColorMatrix. 00116 { 00117 return &_sfColorMatrix; 00118 }
|
|
|
Definition at line 122 of file OSGDisplayCalibrationBase.inl. References _sfGamma. 00123 { 00124 return &_sfGamma; 00125 }
|
|
|
Definition at line 129 of file OSGDisplayCalibrationBase.inl. References _mfGammaRamp. 00130 { 00131 return &_mfGammaRamp; 00132 }
|
|
|
Definition at line 136 of file OSGDisplayCalibrationBase.inl. References _sfGridWidth. 00137 { 00138 return &_sfGridWidth; 00139 }
|
|
|
Definition at line 143 of file OSGDisplayCalibrationBase.inl. References _sfGridHeight. 00144 { 00145 return &_sfGridHeight; 00146 }
|
|
|
Definition at line 150 of file OSGDisplayCalibrationBase.inl. References _mfGrid. 00151 { 00152 return &_mfGrid; 00153 }
|
|
|
Definition at line 157 of file OSGDisplayCalibrationBase.inl. References _sfScaleDown. 00158 { 00159 return &_sfScaleDown; 00160 }
|
|
|
Definition at line 165 of file OSGDisplayCalibrationBase.inl. References _sfEnabled, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::calibrate(). 00166 { 00167 return _sfEnabled.getValue(); 00168 }
|
|
|
Definition at line 172 of file OSGDisplayCalibrationBase.inl. References _sfEnabled, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00173 { 00174 return _sfEnabled.getValue(); 00175 }
|
|
|
Definition at line 186 of file OSGDisplayCalibrationBase.inl. References _sfServer, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00187 { 00188 return _sfServer.getValue(); 00189 }
|
|
|
Definition at line 193 of file OSGDisplayCalibrationBase.inl. References _sfServer, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00194 { 00195 return _sfServer.getValue(); 00196 }
|
|
|
Definition at line 207 of file OSGDisplayCalibrationBase.inl. References _sfColorMatrix, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::updateMatrix(). 00208 { 00209 return _sfColorMatrix.getValue(); 00210 }
|
|
|
Definition at line 214 of file OSGDisplayCalibrationBase.inl. References _sfColorMatrix, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00215 { 00216 return _sfColorMatrix.getValue(); 00217 }
|
|
|
Definition at line 228 of file OSGDisplayCalibrationBase.inl. References _sfGamma, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::updateGamma(). 00229 { 00230 return _sfGamma.getValue(); 00231 }
|
|
|
Definition at line 235 of file OSGDisplayCalibrationBase.inl. References _sfGamma, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00236 { 00237 return _sfGamma.getValue(); 00238 }
|
|
|
Definition at line 249 of file OSGDisplayCalibrationBase.inl. References _sfGridWidth, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::createCMViewports(). 00250 { 00251 return _sfGridWidth.getValue(); 00252 }
|
|
|
Definition at line 256 of file OSGDisplayCalibrationBase.inl. References _sfGridWidth, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00257 { 00258 return _sfGridWidth.getValue(); 00259 }
|
|
|
Definition at line 270 of file OSGDisplayCalibrationBase.inl. References _sfGridHeight, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::createCMViewports(). 00271 { 00272 return _sfGridHeight.getValue(); 00273 }
|
|
|
Definition at line 277 of file OSGDisplayCalibrationBase.inl. References _sfGridHeight, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00278 { 00279 return _sfGridHeight.getValue(); 00280 }
|
|
|
Definition at line 291 of file OSGDisplayCalibrationBase.inl. References _sfScaleDown, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::DisplayCalibration::calibrate(), and osg::DisplayCalibration::createCMViewports(). 00292 { 00293 return _sfScaleDown.getValue(); 00294 }
|
|
|
Definition at line 298 of file OSGDisplayCalibrationBase.inl. References _sfScaleDown, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00299 { 00300 return _sfScaleDown.getValue(); 00301 }
|
|
|
Definition at line 313 of file OSGDisplayCalibrationBase.inl. References _mfGammaRamp. 00314 { 00315 return _mfGammaRamp[index]; 00316 }
|
|
|
Definition at line 320 of file OSGDisplayCalibrationBase.inl. References _mfGammaRamp. Referenced by osg::DisplayCalibration::createCMViewports(), and osg::DisplayCalibration::updateGamma(). 00321 { 00322 return _mfGammaRamp; 00323 }
|
|
|
Definition at line 327 of file OSGDisplayCalibrationBase.inl. References _mfGammaRamp. 00328 { 00329 return _mfGammaRamp; 00330 }
|
|
|
Definition at line 334 of file OSGDisplayCalibrationBase.inl. References _mfGrid. 00335 { 00336 return _mfGrid[index]; 00337 }
|
|
|
Definition at line 341 of file OSGDisplayCalibrationBase.inl. References _mfGrid. Referenced by osg::DisplayCalibration::createCMViewports(). 00342 { 00343 return _mfGrid; 00344 }
|
|
|
Definition at line 348 of file OSGDisplayCalibrationBase.inl. References _mfGrid. 00349 { 00350 return _mfGrid; 00351 }
|
|
|
Definition at line 179 of file OSGDisplayCalibrationBase.inl. References _sfEnabled, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00180 { 00181 _sfEnabled.setValue(value); 00182 }
|
|
|
Definition at line 200 of file OSGDisplayCalibrationBase.inl. References _sfServer, and osg::SField< FieldTypeT, fieldNameSpace >::setValue().
|
|
|
Definition at line 221 of file OSGDisplayCalibrationBase.inl. References _sfColorMatrix, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). |