$darkmode
VCG Library
Public Types | Static Public Member Functions | List of all members
vcg::tri::UpdateBounding< ComputeMeshType > Class Template Reference

This class is used to compute or update the bounding box of a mesh.. More...

#include <vcg/complex/algorithms/update/bounding.h>

Public Types

typedef ComputeMeshType MeshType
 
typedef MeshType::VertexType VertexType
 
typedef MeshType::VertexPointer VertexPointer
 
typedef MeshType::VertexIterator VertexIterator
 

Static Public Member Functions

static void Box (ComputeMeshType &m)
 Calculates the bounding box of the given mesh m.
 

Detailed Description

template<class ComputeMeshType>
class vcg::tri::UpdateBounding< ComputeMeshType >

This class is used to compute or update the bounding box of a mesh..


The documentation for this class was generated from the following file: