Home | Develop | Download | Contact
test_regionrect_subsets.cpp
1 
21 #include <Pds/Ra>
22 #include <cstdio>
23 
24 int main(void)
25 {
26  Pds::RegionRect R0;
27  Pds::RegionRect R1(3,4,8,4);
28  Pds::RegionRect R2(6,7,2,2);
30 
31  R0.Print("R0:\t");
32  R1.Print("R1:\t");
33  R2.Print("R2:\t");
34 
35  R=R1.Superior(R2);
36  R.Print("R:\t");
37 
38 
39  return 0;
40 }
La estructura tipo Pds::RegionRect . Esta estructura genera una region. Para usar incluir <Pds/Region...
Definition: RegionRect.hpp:64
Pds::RegionRect Superior(const Pds::RegionRect &B) const
Retorna la region superior a la actual y a la region B.
void Print(std::string str="") const
Muestra en pantalla el contenido de Pds::RegionRect, elementos separados por tabulador.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed