|
Public Member Functions | |
void | handle (viz::InteractionFeedback const &interaction, viz::StagedCommit *stage) |
SpawnersState (Eigen::Vector3f origin) | |
void | visualize (viz::Client &arviz) |
void | visualizeSpawnedObjects (viz::StagedCommit *stage) |
Public Attributes | |
viz::Layer | layerObjects |
viz::Layer | layerSpawners |
std::vector< SpawnedObject > | objects |
Eigen::Vector3f | origin |
SpawnedObject | spawnedObject |
int | spawnedObjectCounter = 0 |
std::vector< Spawner > | spawners |
Definition at line 460 of file ArVizInteractExample.cpp.
|
inline |
|
inline |
Definition at line 510 of file ArVizInteractExample.cpp.
|
inline |
Definition at line 486 of file ArVizInteractExample.cpp.
|
inline |
Definition at line 500 of file ArVizInteractExample.cpp.
viz::Layer layerObjects |
Definition at line 620 of file ArVizInteractExample.cpp.
viz::Layer layerSpawners |
Definition at line 619 of file ArVizInteractExample.cpp.
std::vector<SpawnedObject> objects |
Definition at line 617 of file ArVizInteractExample.cpp.
Eigen::Vector3f origin |
Definition at line 612 of file ArVizInteractExample.cpp.
SpawnedObject spawnedObject |
Definition at line 615 of file ArVizInteractExample.cpp.
int spawnedObjectCounter = 0 |
Definition at line 616 of file ArVizInteractExample.cpp.
std::vector<Spawner> spawners |
Definition at line 614 of file ArVizInteractExample.cpp.