#include <map>
#include <algorithm>
#include <iostream>
#include "definitions.h"
Go to the source code of this file.
Namespaces | |
| namespace | subdiv |
Classes | |
| class | subdiv::subdiv::Vertex |
Typedefs | |
| typedef std::map< int, VecD3 *, std::greater< int > >::iterator | LevelIterator |
| typedef std::map< int, VecD3 *, std::greater< int > > | PointMap |
Variables | |
| int | _number |
| bool | _corner |
| bool | _crease |
| PointMap | _m_p |
| typedef std::map<int, VecD3*, std::greater<int> >::iterator LevelIterator |
| bool _corner |
| bool _crease |
| int _number |
1.4.7