22 std::vector<AtomsCore::Vector3>& PointsLayoutGenerator::positions()
27 void PointsLayoutGenerator::setPositions(
const std::vector<AtomsCore::Vector3>& pos)
32 std::vector<AtomsCore::Vector3>& PointsLayoutGenerator::directions()
37 void PointsLayoutGenerator::setDirections(
const std::vector<AtomsCore::Vector3>& dir)
42 std::vector<AtomsCore::Vector3>& PointsLayoutGenerator::upVectors()
47 void PointsLayoutGenerator::setUpVectors(
const std::vector<AtomsCore::Vector3>& dir)
52 std::vector<std::string>& PointsLayoutGenerator::agentTypes()
57 void PointsLayoutGenerator::setAgentTypes(
const std::vector<std::string>& aTypes)
59 m_agentTypes = aTypes;
62 std::vector<int>& PointsLayoutGenerator::ids()
67 void PointsLayoutGenerator::setIds(
const std::vector<int>&
id)
AtomsMath::Matrix Matrix
Matrix class.
Definition: AtomsMath.h:63
Atoms namespace.
Definition: Agent.h:29