MEPP2 Project
|
#include <iostream>
#include <vector>
#include <stdexcept>
#include <boost/shared_ptr.hpp>
#include <boost/range/iterator_range.hpp>
#include "FEVV/DataStructures/AIF/AIFFace.inl"
Go to the source code of this file.
Classes | |
class | FEVV::DataStructures::AIF::AIFFace |
This class represents a face used by AIFMesh objects. An AIFFace natively saves relations with its incident edges (AIFEdge). In addition, relations with its incident vertices (AIFVertex) are saved on demand. More... | |
Namespaces | |
FEVV | |
Interfaces for plugins These interfaces will be used for different plugins. | |
FEVV::DataStructures | |
FEVV::DataStructures::AIF | |