1.3.49
 
Loading...
Searching...
No Matches
BuildGeometry.h
1#ifndef HELIOS_BUILDGEOMETRY_H
2#define HELIOS_BUILDGEOMETRY_H
3
4// Forward Declaration
6
7#include "Context.h"
8#include "PlantArchitecture.h"
9
10void BuildGeometry(const std::string &xml_input_file, PlantArchitecture *plant_architecture_ptr, helios::Context *context_ptr, std::vector<std::vector<uint>> &canopy_UUID_vector, std::vector<std::vector<helios::vec3>> &individual_plant_locations);
11
12#endif // HELIOS_BUILDGEOMETRY_H