Home
|
Develop
|
Download
|
Contact
test
example_shape.cpp
1
25
#include <Pds/Ra>
26
27
int
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
Pds::Shape
La clase tipo Pds::Shape . Esta clase genera un objeto con dos parametros Nlin y Ncol....
Definition:
Shape.hpp:57
Pds::Shape::PrintStylized
void PrintStylized(std::string str="")
Muestra en pantalla el contenido de Pds::Shape, en el formato [Nli,Ncol].
Enlaces de interés
Manual de referencia generado el Martes, 10 de Octubre de 2023 18:23:40 para la biblioteca
libpdsramm
usando Generado el Martes, 10 de Octubre de 2023 18:23:40 para libpdsramm por
1.9.4