AnimEngine
Public Types | Public Member Functions | List of all members
OOOGL::TriangleMeshAggregate Struct Reference
Inheritance diagram for OOOGL::TriangleMeshAggregate:
Inheritance graph
[legend]
Collaboration diagram for OOOGL::TriangleMeshAggregate:
Collaboration graph
[legend]

Public Types

using base_vector = std::vector< TriangleMesh >
 
using size_type = base_vector::size_type
 
using value_type = base_vector::value_type
 
using allocator_type = base_vector::allocator_type
 

Public Member Functions

 TriangleMeshAggregate (size_type n, const allocator_type &alloc=allocator_type())
 
 TriangleMeshAggregate (size_type n, const value_type &value, const allocator_type &alloc=allocator_type())
 
 TriangleMeshAggregate (std::initializer_list< TriangleMesh > init, const allocator_type &alloc=allocator_type())
 

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