comparison Framework/Toolbox/GeometryToolbox.h @ 150:62670cc2bb50 wasm

print matrix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Feb 2018 16:07:54 +0100
parents 9b83f30fc1c0
children c5044bbfc303
comparison
equal deleted inserted replaced
149:f7be90de6d1b 150:62670cc2bb50
41 41
42 namespace GeometryToolbox 42 namespace GeometryToolbox
43 { 43 {
44 void Print(const Vector& v); 44 void Print(const Vector& v);
45 45
46 void Print(const Matrix& m);
47
46 bool ParseVector(Vector& target, 48 bool ParseVector(Vector& target,
47 const std::string& s); 49 const std::string& s);
48 50
49 bool ParseVector(Vector& target, 51 bool ParseVector(Vector& target,
50 const Orthanc::DicomMap& dataset, 52 const Orthanc::DicomMap& dataset,