#include <OSGMatrixCameraDecoratorBase.h>
Inheritance diagram for osg::MatrixCameraDecoratorBase:

Definition at line 86 of file OSGMatrixCameraDecoratorBase.h.
|
|
Reimplemented from osg::CameraDecorator. Reimplemented in osg::MatrixCameraDecorator. Definition at line 90 of file OSGMatrixCameraDecoratorBase.h. |
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 95 of file OSGMatrixCameraDecoratorBase.h. |
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 97 of file OSGMatrixCameraDecoratorBase.h. 00098 { 00099 PreViewingFieldId = Inherited::NextFieldId, 00100 PostViewingFieldId = PreViewingFieldId + 1, 00101 PreProjectionTranslationFieldId = PostViewingFieldId + 1, 00102 PostProjectionTranslationFieldId = PreProjectionTranslationFieldId + 1, 00103 PreProjectionFieldId = PostProjectionTranslationFieldId + 1, 00104 PostProjectionFieldId = PreProjectionFieldId + 1, 00105 NextFieldId = PostProjectionFieldId + 1 00106 };
|
|
|
Definition at line 219 of file OSGMatrixCameraDecoratorBase.cpp. 00219 : 00220 _sfPreViewing (Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00221 _sfPostViewing (Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00222 _sfPreProjectionTranslation(Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00223 _sfPostProjectionTranslation(Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00224 _sfPreProjection (Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00225 _sfPostProjection (Matrix(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1)), 00226 Inherited() 00227 { 00228 }
|
|
|
Definition at line 234 of file OSGMatrixCameraDecoratorBase.cpp. 00234 : 00235 _sfPreViewing (source._sfPreViewing ), 00236 _sfPostViewing (source._sfPostViewing ), 00237 _sfPreProjectionTranslation(source._sfPreProjectionTranslation), 00238 _sfPostProjectionTranslation(source._sfPostProjectionTranslation), 00239 _sfPreProjection (source._sfPreProjection ), 00240 _sfPostProjection (source._sfPostProjection ), 00241 Inherited (source) 00242 { 00243 }
|
|
|
Definition at line 247 of file OSGMatrixCameraDecoratorBase.cpp.
|
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 58 of file OSGMatrixCameraDecoratorBase.inl. References _type. Referenced by create(). 00059 { 00060 return _type; 00061 }
|
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 65 of file OSGMatrixCameraDecoratorBase.inl. References _type, and osg::TypeBase::getId(). 00066 { 00067 return _type.getId(); 00068 }
|
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 161 of file OSGMatrixCameraDecoratorBase.cpp. References _type. 00162 { 00163 return _type; 00164 }
|
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 166 of file OSGMatrixCameraDecoratorBase.cpp. References _type. 00167 { 00168 return _type; 00169 }
|
|
|
Reimplemented from osg::CameraDecoratorBase. Definition at line 181 of file OSGMatrixCameraDecoratorBase.cpp. 00182 { 00183 return sizeof(MatrixCameraDecorator); 00184 }
|
|
|
Definition at line 101 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreViewing. 00102 { 00103 return &_sfPreViewing; 00104 }
|
|
|
Definition at line 108 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostViewing. 00109 { 00110 return &_sfPostViewing; 00111 }
|
|
|
Definition at line 115 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjectionTranslation. 00116 { 00117 return &_sfPreProjectionTranslation; 00118 }
|
|
|
Definition at line 122 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjectionTranslation. 00123 { 00124 return &_sfPostProjectionTranslation; 00125 }
|
|
|
Definition at line 129 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjection. 00130 { 00131 return &_sfPreProjection; 00132 }
|
|
|
Definition at line 136 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjection. 00137 { 00138 return &_sfPostProjection; 00139 }
|
|
|
Definition at line 144 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreViewing, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getViewing(). 00145 { 00146 return _sfPreViewing.getValue(); 00147 }
|
|
|
Definition at line 151 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreViewing, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00152 { 00153 return _sfPreViewing.getValue(); 00154 }
|
|
|
Definition at line 165 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostViewing, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getViewing(). 00166 { 00167 return _sfPostViewing.getValue(); 00168 }
|
|
|
Definition at line 172 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostViewing, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00173 { 00174 return _sfPostViewing.getValue(); 00175 }
|
|
|
Definition at line 186 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getProjectionTranslation(). 00187 { 00188 return _sfPreProjectionTranslation.getValue(); 00189 }
|
|
|
Definition at line 193 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00194 { 00195 return _sfPreProjectionTranslation.getValue(); 00196 }
|
|
|
Definition at line 207 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getProjectionTranslation(). 00208 { 00209 return _sfPostProjectionTranslation.getValue(); 00210 }
|
|
|
Definition at line 214 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00215 { 00216 return _sfPostProjectionTranslation.getValue(); 00217 }
|
|
|
Definition at line 228 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjection, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getProjection(). 00229 { 00230 return _sfPreProjection.getValue(); 00231 }
|
|
|
Definition at line 235 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjection, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00236 { 00237 return _sfPreProjection.getValue(); 00238 }
|
|
|
Definition at line 249 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjection, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). Referenced by osg::MatrixCameraDecorator::getProjection(). 00250 { 00251 return _sfPostProjection.getValue(); 00252 }
|
|
|
Definition at line 256 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjection, and osg::SField< FieldTypeT, fieldNameSpace >::getValue(). 00257 { 00258 return _sfPostProjection.getValue(); 00259 }
|
|
|
Definition at line 158 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreViewing, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00159 { 00160 _sfPreViewing.setValue(value); 00161 }
|
|
|
Definition at line 179 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostViewing, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00180 { 00181 _sfPostViewing.setValue(value); 00182 }
|
|
|
Definition at line 200 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00201 { 00202 _sfPreProjectionTranslation.setValue(value); 00203 }
|
|
|
Definition at line 221 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjectionTranslation, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00222 { 00223 _sfPostProjectionTranslation.setValue(value); 00224 }
|
|
|
Definition at line 242 of file OSGMatrixCameraDecoratorBase.inl. References _sfPreProjection, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00243 { 00244 _sfPreProjection.setValue(value); 00245 }
|
|
|
Definition at line 263 of file OSGMatrixCameraDecoratorBase.inl. References _sfPostProjection, and osg::SField< FieldTypeT, fieldNameSpace >::setValue(). 00264 { 00265 _sfPostProjection.setValue(value); 00266 }
|
|
|
||||||||||||
|
||||||||||||
|