VisioMove
2.1.5
|
This abstract class is the superclass of all concrete SRS classes. More...
Public Member Functions | |
bool | isGeoReferenced () const |
![]() | |
VgReferenced () | |
Constructor. More... | |
VgReferenced (const VgReferenced &pThis) | |
Copy constructor. More... | |
virtual | ~VgReferenced () |
Destructor. More... | |
VgReferenced & | operator= (const VgReferenced &pThis) |
Assignment operator. More... | |
void | ref () const |
This method is used to add a reference to this object. More... | |
int | unref () const |
This method is used to remove a reference to this object. More... | |
int | getNbReferences () const |
Retrieves the number of references to this object. More... | |
Protected Member Functions | |
VgSRS () | |
This class constructor is protected to prevent direct instantiation. More... | |
virtual | ~VgSRS ()=0 |
Class destructor. More... | |
Friends | |
class | VgEngine::VgObjectBridge |
Additional Inherited Members | |
![]() | |
int | mNbReferences |
The number of references to this object. More... | |
This abstract class is the superclass of all concrete SRS classes.
SRS stands for Spatial Reference System, it describes the space and coordinate system in which positions are expressed. Reference counted.
|
protected |
This class constructor is protected to prevent direct instantiation.
|
protectedpure virtual |
Class destructor.
It is pure virtual to force subclasses to reimplement it.
bool VgEngine::VgSRS::isGeoReferenced | ( | ) | const |
|
friend |