osgEarth 2.1.1
Public Member Functions | Protected Member Functions

seamless::PatchGroup Class Reference

List of all members.

Public Member Functions

 PatchGroup ()
 PatchGroup (const PatchGroup &, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)
 META_Node (seamless, PatchGroup)
virtual void traverse (osg::NodeVisitor &nv)
void getPatchExtents (osg::Vec2d &lowerLeft, osg::Vec2d &upperRight) const
void setOptions (PatchOptions *options)
PatchOptionsgetOptions ()
const PatchOptionsgetOptions () const

Protected Member Functions

 ~PatchGroup ()

Detailed Description

Definition at line 38 of file PatchGroup.


Constructor & Destructor Documentation

seamless::PatchGroup::PatchGroup ( )

Definition at line 36 of file PatchGroup.cpp.

{
    setRangeMode(LOD::PIXEL_SIZE_ON_SCREEN);
}
seamless::PatchGroup::PatchGroup ( const PatchGroup ,
const osg::CopyOp &  copyop = osg::CopyOp::SHALLOW_COPY 
)
seamless::PatchGroup::~PatchGroup ( ) [protected]

Definition at line 47 of file PatchGroup.cpp.

{
}

Member Function Documentation

PatchOptions * seamless::PatchGroup::getOptions ( ) [inline]

Definition at line 97 of file PatchGroup.

{
    return static_cast<PatchOptions*>(getDatabaseOptions());
}

Here is the caller graph for this function:

const PatchOptions * seamless::PatchGroup::getOptions ( ) const [inline]

Definition at line 102 of file PatchGroup.

{
    return static_cast<const PatchOptions*>(getDatabaseOptions());
}
void seamless::PatchGroup::getPatchExtents ( osg::Vec2d &  lowerLeft,
osg::Vec2d &  upperRight 
) const
seamless::PatchGroup::META_Node ( seamless  ,
PatchGroup   
)
void seamless::PatchGroup::setOptions ( PatchOptions options) [inline]

Definition at line 92 of file PatchGroup.

{
    setDatabaseOptions(options);
}
virtual void seamless::PatchGroup::traverse ( osg::NodeVisitor &  nv) [virtual]

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