CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
PointXy Struct Reference

#include <Image.h>

Collaboration diagram for PointXy:
[legend]

Public Member Functions

 PointXy ()
 
 PointXy (float x_, float y_)
 
void operator= (const PointXy &other)
 
bool operator== (const PointXy &rhs) const
 
void ToIndex (int &x_index, int &y_index)
 
bool InImage (int xrange, int yrange)
 

Public Attributes

float x
 
float y
 

Constructor & Destructor Documentation

◆ PointXy() [1/2]

PointXy::PointXy ( )
inline

◆ PointXy() [2/2]

PointXy::PointXy ( float  x_,
float  y_ 
)
inline

Member Function Documentation

◆ InImage()

bool PointXy::InImage ( int  xrange,
int  yrange 
)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

void PointXy::operator= ( const PointXy other)
inline

◆ operator==()

bool PointXy::operator== ( const PointXy rhs) const
inline

◆ ToIndex()

void PointXy::ToIndex ( int &  x_index,
int &  y_index 
)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ x

float PointXy::x

◆ y

float PointXy::y

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