|
openscenegraph
|
#include <Locator>
Public Types | |
| enum | CoordinateSystemType { GEOCENTRIC , GEOGRAPHIC , PROJECTED } |
| Public Types inherited from osg::Object | |
| enum | DataVariance { DYNAMIC , STATIC , UNSPECIFIED } |
Public Member Functions | |
| Locator () | |
| Locator (const Locator &, const osg::CopyOp ©op=osg::CopyOp::SHALLOW_COPY) | |
| META_Object (osgTerrain, Locator) | |
| void | setCoordinateSystemType (CoordinateSystemType type) |
| CoordinateSystemType | getCoordinateSystemType () const |
| void | setFormat (const std::string &format) |
| const std::string & | getFormat () const |
| void | setCoordinateSystem (const std::string &cs) |
| const std::string & | getCoordinateSystem () const |
| void | setEllipsoidModel (osg::EllipsoidModel *ellipsode) |
| osg::EllipsoidModel * | getEllipsoidModel () |
| const osg::EllipsoidModel * | getEllipsoidModel () const |
| void | setTransform (const osg::Matrixd &transform) |
| const osg::Matrixd & | getTransform () const |
| void | setTransformAsExtents (double minX, double minY, double maxX, double maxY) |
| virtual bool | orientationOpenGL () const |
| virtual bool | convertLocalToModel (const osg::Vec3d &local, osg::Vec3d &world) const |
| virtual bool | convertModelToLocal (const osg::Vec3d &world, osg::Vec3d &local) const |
| bool | computeLocalBounds (Locator &source, osg::Vec3d &bottomLeft, osg::Vec3d &topRight) const |
| void | setDefinedInFile (bool flag) |
| bool | getDefinedInFile () const |
| void | setTransformScaledByResolution (bool scaledByResolution) |
| bool | getTransformScaledByResolution () const |
| Public Member Functions inherited from osg::Object | |
| Object () | |
| Object (bool threadSafeRefUnref) | |
| Object (const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
| virtual Object * | cloneType () const =0 |
| virtual Object * | clone (const CopyOp &) const =0 |
| virtual bool | isSameKindAs (const Object *) const |
| virtual const char * | libraryName () const =0 |
| virtual const char * | className () const =0 |
| std::string | getCompoundClassName () const |
| virtual Node * | asNode () |
| virtual const Node * | asNode () const |
| virtual NodeVisitor * | asNodeVisitor () |
| virtual const NodeVisitor * | asNodeVisitor () const |
| virtual StateSet * | asStateSet () |
| virtual const StateSet * | asStateSet () const |
| virtual StateAttribute * | asStateAttribute () |
| virtual const StateAttribute * | asStateAttribute () const |
| virtual Uniform * | asUniform () |
| virtual const Uniform * | asUniform () const |
| virtual Camera * | asCamera () |
| virtual const Camera * | asCamera () const |
| virtual Drawable * | asDrawable () |
| virtual const Drawable * | asDrawable () const |
| virtual Callback * | asCallback () |
| virtual const Callback * | asCallback () const |
| virtual CallbackObject * | asCallbackObject () |
| virtual const CallbackObject * | asCallbackObject () const |
| virtual UserDataContainer * | asUserDataContainer () |
| virtual const UserDataContainer * | asUserDataContainer () const |
| virtual ValueObject * | asValueObject () |
| virtual const ValueObject * | asValueObject () const |
| virtual Image * | asImage () |
| virtual const Image * | asImage () const |
| virtual void | setThreadSafeRefUnref (bool threadSafe) |
| virtual void | setName (const std::string &name) |
| void | setName (const char *name) |
| const std::string & | getName () const |
| void | setDataVariance (DataVariance dv) |
| DataVariance | getDataVariance () const |
| virtual void | computeDataVariance () |
| void | setUserDataContainer (osg::UserDataContainer *udc) |
| template<class T> | |
| void | setUserDataContainer (const ref_ptr< T > &udc) |
| osg::UserDataContainer * | getUserDataContainer () |
| const osg::UserDataContainer * | getUserDataContainer () const |
| osg::UserDataContainer * | getOrCreateUserDataContainer () |
| virtual void | setUserData (Referenced *obj) |
| template<class T> | |
| void | setUserData (const ref_ptr< T > &ud) |
| virtual Referenced * | getUserData () |
| virtual const Referenced * | getUserData () const |
| template<typename T> | |
| bool | getUserValue (const std::string &name, T &value) const |
| template<typename T> | |
| void | setUserValue (const std::string &name, const T &value) |
| virtual void | resizeGLObjectBuffers (unsigned int) |
| virtual void | releaseGLObjects (osg::State *=0) const |
| template<typename T> | |
| BoolValueObject UCharValueObject UShortValueObject UIntValueObject DoubleValueObject Vec3fValueObject Vec2dValueObject Vec4dValueObject PlaneValueObject MatrixdValueObject BoundingBoxdValueObject BoundingSpheredValueObject bool | getUserValue (const std::string &name, T &value) const |
| Public Member Functions inherited from osg::Referenced | |
| Referenced () | |
| Referenced (bool threadSafeRefUnref) | |
| Referenced (const Referenced &) | |
| Referenced & | operator= (const Referenced &) |
| bool | getThreadSafeRefUnref () const |
| OpenThreads::Mutex * | getRefMutex () const |
| int | ref () const |
| int | unref () const |
| int | unref_nodelete () const |
| int | referenceCount () const |
| ObserverSet * | getObserverSet () const |
| ObserverSet * | getOrCreateObserverSet () const |
| void | addObserver (Observer *observer) const |
| void | removeObserver (Observer *observer) const |
Static Public Member Functions | |
| static bool | convertLocalCoordBetween (const Locator &source, const osg::Vec3d &sourceNDC, const Locator &destination, osg::Vec3d &destinationNDC) |
| Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions | |
| virtual | ~Locator () |
| Protected Member Functions inherited from osg::Object | |
| virtual | ~Object () |
| Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Protected Attributes | |
| CoordinateSystemType | _coordinateSystemType |
| std::string | _format |
| std::string | _cs |
| osg::ref_ptr< osg::EllipsoidModel > | _ellipsoidModel |
| osg::Matrixd | _transform |
| osg::Matrixd | _inverse |
| bool | _definedInFile |
| bool | _transformScaledByResolution |
| Protected Attributes inherited from osg::Object | |
| std::string | _name |
| DataVariance | _dataVariance |
| osg::UserDataContainer * | _userDataContainer |
| Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
CoordinateSystemType provides the classification of the type coordinate system represented.
| osgTerrain::Locator::Locator | ( | ) |
Referenced by computeLocalBounds(), convertLocalCoordBetween(), Locator(), and META_Object().
| osgTerrain::Locator::Locator | ( | const Locator & | , |
| const osg::CopyOp & | copyop = osg::CopyOp::SHALLOW_COPY ) |
Copy constructor using CopyOp to manage deep vs shallow copy.
References Locator(), and osg::CopyOp::SHALLOW_COPY.
|
protectedvirtual |
| bool osgTerrain::Locator::computeLocalBounds | ( | Locator & | source, |
| osg::Vec3d & | bottomLeft, | ||
| osg::Vec3d & | topRight ) const |
References Locator().
|
inlinestatic |
References convertLocalToModel(), convertModelToLocal(), and Locator().
|
virtual |
Referenced by convertLocalCoordBetween().
|
virtual |
Referenced by convertLocalCoordBetween().
|
inline |
Get the CoordinateSystem reference string.
References _cs.
|
inline |
Get the CoordinatesSyetemType.
References _coordinateSystemType.
|
inline |
References _definedInFile.
|
inline |
Get the EllipsoidModel.
References _ellipsoidModel.
|
inline |
Get the const EllipsoidModel.
References _ellipsoidModel.
|
inline |
Get the coordinate system format string.
References _format.
|
inline |
Set the transformation from local coordinates to model coordinates.
References _transform.
|
inline |
References _transformScaledByResolution.
| osgTerrain::Locator::META_Object | ( | osgTerrain | , |
| Locator | ) |
References Locator().
|
virtual |
|
inline |
Set the CoordinateSystem reference string, should be stored in a form consistent with the Format.
References _cs.
|
inline |
Set the CoordinatesSyetemType. Note, the user must keep the CoordinateSystemString consistent with the type of the CoordinateSystem.
References _coordinateSystemType.
|
inline |
References _definedInFile.
|
inline |
Set EllipsoidModel to describe the model used to map lat, long and height into geocentric XYZ and back.
References _ellipsoidModel.
|
inline |
Set the coordinate system format string. Typical values would be WKT, PROJ4, USGS etc.
References _format.
|
inline |
Set the transformation from local coordinates to model coordinates.
References _inverse, and _transform.
| void osgTerrain::Locator::setTransformAsExtents | ( | double | minX, |
| double | minY, | ||
| double | maxX, | ||
| double | maxY ) |
Set the extents of the local coords.
|
inline |
References _transformScaledByResolution.
|
protected |
Referenced by getCoordinateSystemType(), and setCoordinateSystemType().
|
protected |
Referenced by getCoordinateSystem(), and setCoordinateSystem().
|
protected |
Referenced by getDefinedInFile(), and setDefinedInFile().
|
protected |
Referenced by getEllipsoidModel(), getEllipsoidModel(), and setEllipsoidModel().
|
protected |
Referenced by getFormat(), and setFormat().
|
protected |
Referenced by setTransform().
|
protected |
Referenced by getTransform(), and setTransform().
|
protected |
Referenced by getTransformScaledByResolution(), and setTransformScaledByResolution().