Go to the documentation of this file.
41 typedef Geometry::Scalar Scalar;
50 auto pos_pm =
get(boost::vertex_point, m);
52 m, pos_pm, Scalar(2.0), Scalar(3.0), Scalar(4.0));
56 std::cout <<
"processing failed";
59 std::cout <<
"Done." << std::endl;
65 main(
int narg,
char **argv)
69 std::cout <<
"Usage: " << argv[0]
70 <<
" filename; filename being an off file." << std::endl;
Refer to Geometry_traits_documentation_dummy for further documentation on provided types and algorith...
std::map< std::string, boost::any > PMapsContainer
void calculate_scaling(Graph &g, PointMap &pm, typename GeometryTraits::Scalar scale_x, typename GeometryTraits::Scalar scale_y, typename GeometryTraits::Scalar scale_z, const GeometryTraits >)
Scale a mesh.
AIF specialization. Refer to for concrete usage .
void read_mesh(const std::string &filename, FEVV::CGALPointSet &g, PMapsContainer &pmaps, bool=false)
Load mesh from file.
int main(int narg, char **argv)
boost::property_map< FEVV::DataStructures::AIF::AIFMesh, boost::vertex_index_t >::const_type get(const boost::vertex_index_t &, const FEVV::DataStructures::AIF::AIFMesh &)
Returns the vertex index property map of the mesh.
This class represents an AIF structure. AIF structure can deal with both manifold and non-manifold su...
FEVV::DataStructures::AIF::AIFMesh AIFMesh
void test_calculate_scaling_aif(const std::string &input_file_path)