60 std::cout<<
"XML:\n"<<str<<
"\n";
62 std::vector<Pds::Vector> D;
65 for(
unsigned int n=0;n<D.size();n++)
66 D[n].Print(
"\nD["+std::to_string(n)+
"]:\n");
68 std::ofstream myfile(
"VectorBlock1.xml", std::ofstream::out);
Vector X3D(void)
Retorna una matriz vector columna eje X en 3 dimensiones.
Vector Y3D(void)
Retorna una matriz vector columna eje Y en 3 dimensiones.
static std::string ExportVectorBlockXmlToString(const std::vector< Pds::Vector > &Block)
Retorna un std::string en formato Xml con el contenido del VectorBlock.
static std::vector< Pds::Vector > ImportVectorBlockXmlFromString(const std::string &str)
Carga el contenido de una std::vector<Pds::Vector> desde un std::string en formato Xml.
static bool ExportVectorBlockXmlToStream(std::ofstream &myfile, const std::vector< Pds::Vector > &Block)
Retorna un std::string en formato Xml con el contenido del VectorBlock.