osgEarth 2.1.1
Public Member Functions

osgEarth::Symbology::PointSet Class Reference

Inheritance diagram for osgEarth::Symbology::PointSet:
Collaboration diagram for osgEarth::Symbology::PointSet:

List of all members.

Public Member Functions

 PointSet (int capacity=0)
 PointSet (const Vec3dVector *toCopy)
 PointSet (const PointSet &rhs)
virtual Type getType () const

Detailed Description

An unordered collections of points.

Definition at line 184 of file Geometry.


Constructor & Destructor Documentation

osgEarth::Symbology::PointSet::PointSet ( int  capacity = 0) [inline]

Definition at line 187 of file Geometry.

: Geometry( capacity ) { }
osgEarth::Symbology::PointSet::PointSet ( const Vec3dVector toCopy) [inline]

Definition at line 188 of file Geometry.

: Geometry( toCopy ) { }
PointSet::PointSet ( const PointSet rhs)

Definition at line 351 of file Geometry.cpp.

                                        :
Geometry( rhs )
{
    //nop
}

Member Function Documentation

virtual Type osgEarth::Symbology::PointSet::getType ( ) const [inline, virtual]

Implements osgEarth::Symbology::Geometry.

Definition at line 192 of file Geometry.


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