MEPP2 Project
|
#include <boost/property_map/property_map.hpp>
#include <iostream>
#include <vector>
#include <array>
#include <utility>
#include <stdexcept>
#include <boost/shared_ptr.hpp>
#include <boost/range/iterator_range.hpp>
#include "FEVV/DataStructures/AIF/AIFVertex.hpp"
#include "FEVV/DataStructures/AIF/AIFEdge.inl"
Go to the source code of this file.
Classes | |
class | FEVV::DataStructures::AIF::AIFEdge |
This class represents an edge used by AIFMesh objects. An AIFEdge natively saves relations with its incident vertices (AIFVertex) and with its incident faces (AIFFace). More... | |
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
FEVV::DataStructures | |
FEVV::DataStructures::AIF | |