#include <PlotCanvasLayout.h>
Public Member Functions | |
PlotGridCoordinate (unsigned int r, unsigned int c) | |
~PlotGridCoordinate () | |
Public Attributes | |
unsigned int | row |
unsigned int | col |
Definition at line 161 of file PlotCanvasLayout.h.
casa::PlotGridCoordinate::PlotGridCoordinate | ( | unsigned int | r, | |
unsigned int | c | |||
) | [inline] |
Definition at line 163 of file PlotCanvasLayout.h.
casa::PlotGridCoordinate::~PlotGridCoordinate | ( | ) | [inline] |
Definition at line 165 of file PlotCanvasLayout.h.
unsigned int casa::PlotGridCoordinate::col |
Definition at line 168 of file PlotCanvasLayout.h.
unsigned int casa::PlotGridCoordinate::row |
Definition at line 167 of file PlotCanvasLayout.h.