comparison OrthancStone/Sources/Toolbox/DicomStructureSet.h @ 1890:6ce81914f7e4

added classes BucketAccumulator1D/2D
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jan 2022 22:08:55 +0100
parents ddaee6b96501
children cdf91ad891a5
comparison
equal deleted inserted replaced
1889:fe4befc9c2b0 1890:6ce81914f7e4
239 } 239 }
240 240
241 void GetStructurePoints(std::list< std::vector<Vector> >& target, 241 void GetStructurePoints(std::list< std::vector<Vector> >& target,
242 size_t structureIndex, 242 size_t structureIndex,
243 const std::string& sopInstanceUid) const; 243 const std::string& sopInstanceUid) const;
244
245 void Test();
244 }; 246 };
245 } 247 }