Isis 3 Programmer 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 (const Coordinate &pnt, const Coordinate &geom=Coordinate())
 
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

Definition at line 24 of file SmtkPoint.h.

Constructor & Destructor Documentation

◆ PointGeometry() [1/2]

Isis::PointGeometry::PointGeometry ( )
inline

Definition at line 26 of file SmtkPoint.h.

◆ PointGeometry() [2/2]

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

Definition at line 27 of file SmtkPoint.h.

◆ ~PointGeometry()

Isis::PointGeometry::~PointGeometry ( )
inline

Definition at line 30 of file SmtkPoint.h.

Member Function Documentation

◆ getGeometry()

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

Definition at line 37 of file SmtkPoint.h.

◆ getPoint()

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

Definition at line 36 of file SmtkPoint.h.

◆ isValid()

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

Definition at line 32 of file SmtkPoint.h.

Member Data Documentation

◆ m_geom

Coordinate Isis::PointGeometry::m_geom

Definition at line 40 of file SmtkPoint.h.

◆ m_point

Coordinate Isis::PointGeometry::m_point

Definition at line 39 of file SmtkPoint.h.


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