Skip to content

Libs/Particles/ParticleFile.h

Namespaces

Name
shapeworks
User usage reporting (telemetry)
shapeworks::particles

Source code

```cpp

pragma once

include

include

namespace shapeworks {

namespace particles {

//--------------------------------------------------------------------------- Eigen::VectorXd read_particles(std::string filename);

//--------------------------------------------------------------------------- std::vector> read_particles_as_vector(std::string filename);

//--------------------------------------------------------------------------- void write_particles(std::string filename, const Eigen::VectorXd& points);

//--------------------------------------------------------------------------- void write_particles_from_vector(std::string filename, std::vector> points);

} // namespace particles

} // namespace shapeworks ```


Updated on 2026-03-31 at 16:02:11 +0000