USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::PointGeometry Class Reference

Container for a point and its geometry. More...

#include <SmtkPoint.h>

List of all members.

Public Member Functions

 PointGeometry ()
 PointGeometry (const Coordinate &pnt, const Coordinate &geom=Coordinate())
 ~PointGeometry ()
bool isValid () const
const CoordinategetPoint () const
const CoordinategetGeometry () const

Public Attributes

Coordinate m_point
Coordinate m_geom

Detailed Description

Container for a point and its geometry.

Author:
2011-06-04 Kris Becker

Constructor & Destructor Documentation

Isis::PointGeometry::PointGeometry ( ) [inline]
Isis::PointGeometry::PointGeometry ( const Coordinate pnt,
const Coordinate geom = Coordinate() 
) [inline]
Isis::PointGeometry::~PointGeometry ( ) [inline]

Member Function Documentation

const Coordinate& Isis::PointGeometry::getGeometry ( ) const [inline]

References m_geom.

Referenced by Isis::SmtkMatcher::Register().

const Coordinate& Isis::PointGeometry::getPoint ( ) const [inline]
bool Isis::PointGeometry::isValid ( ) const [inline]

Member Data Documentation


The documentation for this class was generated from the following file: