CARMA C++
sza::util::ConfigPlotter::Rectangle Class Reference

...................................................................... More...

#include <carma/szapgutil/ConfigPlotter.h>

Public Member Functions

bool overlaps (Circle &c)
 
bool overlaps (Rectangle &r)
 
 Rectangle (double xCenter, double yCenter, double xWidth, double yWidth)
 
double xLeft ()
 
double xRight ()
 
double yBottom ()
 
double yTop ()
 

Public Attributes

double x_
 
double xWidth_
 
double y_
 
double yWidth_
 

Friends

std::ostream & operator<< (std::ostream &os, Rectangle &r)
 

Detailed Description

......................................................................

Class to encapsulate a rectangle

Definition at line 54 of file ConfigPlotter.h.


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