|
osgEarth 2.1.1
|
Inheritance diagram for seamless::ProjectedOptions:
Collaboration diagram for seamless::ProjectedOptions:Public Member Functions | |
| ProjectedOptions () | |
| ProjectedOptions (string &str) | |
| ProjectedOptions (const ProjectedOptions &rhs, const CopyOp ©op=CopyOp::SHALLOW_COPY) | |
Definition at line 39 of file Projected.cpp.
| seamless::ProjectedOptions::ProjectedOptions | ( | ) | [inline] |
Definition at line 42 of file Projected.cpp.
{
}
ProjectedOptions(string& str)
| seamless::ProjectedOptions::ProjectedOptions | ( | string & | str | ) | [inline] |
Definition at line 45 of file Projected.cpp.
: PatchOptions(str) { } ProjectedOptions(const ProjectedOptions& rhs,
| seamless::ProjectedOptions::ProjectedOptions | ( | const ProjectedOptions & | rhs, |
| const CopyOp & | copyop = CopyOp::SHALLOW_COPY |
||
| ) | [inline] |
Definition at line 49 of file Projected.cpp.
: PatchOptions(rhs, copyop) { } };
1.7.3