Isis Developer Reference
Isis::PointGeometry Class Reference

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

#include <SmtkPoint.h>

Collaboration diagram for Isis::PointGeometry:
Collaboration graph

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

◆ PointGeometry() [1/2]

Isis::PointGeometry::PointGeometry ( )
inline

◆ PointGeometry() [2/2]

Isis::PointGeometry::PointGeometry ( const Coordinate & pnt,
const Coordinate & geom = Coordinate() )
inline

◆ ~PointGeometry()

Isis::PointGeometry::~PointGeometry ( )
inline

Member Function Documentation

◆ getGeometry()

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

References m_geom.

◆ getPoint()

const Coordinate & Isis::PointGeometry::getPoint ( ) const
inline

References m_point.

Referenced by Isis::SmtkPoint::getRight().

◆ isValid()

bool Isis::PointGeometry::isValid ( ) const
inline

Member Data Documentation

◆ m_geom

Coordinate Isis::PointGeometry::m_geom

Referenced by getGeometry(), and isValid().

◆ m_point

Coordinate Isis::PointGeometry::m_point

Referenced by getPoint(), and isValid().


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