Home | Develop | Download | Contact
example_shape.cpp
1
25#include <Pds/Ra>
26
27int main(void)
28{
29 Pds::Shape A;
30 Pds::Shape S(3,5,4);
31
32 S.Print("S:\n");
33
34 S.PrintStylized("S:\n");
35
36 A=S;
37 A.PrintStylized("A:\n");
38
39 return 0;
40}
41
La clase tipo Pds::Shape . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition: Shape.hpp:57
void PrintStylized(std::string str="")
Muestra en pantalla el contenido de Pds::Shape, en el formato [Nli,Ncol].

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed