renamed typedef VertexContainer into VertContainer (like trimesh)

This commit is contained in:
Nico Pietroni 2005-08-02 11:37:29 +00:00
parent 66921c752b
commit 47af92e51f
1 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,9 @@
History
$Log: not supported by cvs2svn $
Revision 1.1 2005/03/09 13:22:55 ganovelli
creation
****************************************************************************/
@ -53,7 +56,7 @@ namespace vertex {
template < class VertContainerType >
class VertexMesh{
public:
typedef VertContainerType VertexContainer;
typedef VertContainerType VertContainer;
typedef typename VertContainerType::value_type VertexType;
typedef typename VertContainerType::value_type::ScalarType ScalarType;
typedef typename VertContainerType::value_type::CoordType CoordType;