#include "PolyVoxImpl/TypeDef.h"#include "PolyVoxCore/Region.h"#include "PolyVoxCore/VertexTypes.h"#include <algorithm>#include <cstdlib>#include <list>#include <memory>#include <set>#include <vector>#include "PolyVoxCore/SurfaceMesh.inl"
Include dependency graph for SurfaceMesh.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PolyVox::LodRecord |
| class | PolyVox::SurfaceMesh< VertexType > |
Namespaces | |
| namespace | PolyVox |
Main namespace. | |
Functions | |
| template<typename VertexType > | |
| polyvox_shared_ptr < SurfaceMesh< VertexType > > | PolyVox::extractSubset (SurfaceMesh< VertexType > &inputMesh, std::set< uint8_t > setMaterials) |
1.7.1