#include <ram_trajectory_files_manager.hpp>
Public Types | |
| typedef vtkSmartPointer< vtkPolyData > | Polygon |
| typedef std::vector< Polygon > | Polygons |
| typedef std::vector< Polygons > | PolygonsVector |
Public Member Functions | |
| TrajectoryFilesManager () | |
Static Public Member Functions | |
| static bool | polydataToYamlFile (const std::string yaml_file, const Polygon poly_data) |
| static bool | yamlFileToPolydata (const std::string yaml_file, Polygon poly_data) |
Definition at line 17 of file ram_trajectory_files_manager.hpp.
| typedef vtkSmartPointer<vtkPolyData> TrajectoryFilesManager::Polygon |
Definition at line 20 of file ram_trajectory_files_manager.hpp.
| typedef std::vector<Polygon> TrajectoryFilesManager::Polygons |
Definition at line 21 of file ram_trajectory_files_manager.hpp.
| typedef std::vector<Polygons> TrajectoryFilesManager::PolygonsVector |
Definition at line 22 of file ram_trajectory_files_manager.hpp.
| TrajectoryFilesManager::TrajectoryFilesManager | ( | ) |
Definition at line 3 of file ram_trajectory_files_manager.cpp.
|
static |
Definition at line 80 of file ram_trajectory_files_manager.cpp.
|
static |
Definition at line 7 of file ram_trajectory_files_manager.cpp.