osgEarth 2.1.1
Public Member Functions

seamless::ProjectedOptions Class Reference

Inheritance diagram for seamless::ProjectedOptions:
Collaboration diagram for seamless::ProjectedOptions:

List of all members.

Public Member Functions

 ProjectedOptions ()
 ProjectedOptions (string &str)
 ProjectedOptions (const ProjectedOptions &rhs, const CopyOp &copyop=CopyOp::SHALLOW_COPY)

Detailed Description

Definition at line 39 of file Projected.cpp.


Constructor & Destructor Documentation

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.

seamless::ProjectedOptions::ProjectedOptions ( const ProjectedOptions rhs,
const CopyOp &  copyop = CopyOp::SHALLOW_COPY 
) [inline]

Definition at line 49 of file Projected.cpp.

        : PatchOptions(rhs, copyop)
    {

    }
};

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines