aimstil
5.0.5
|
This class enhance a mesh class with a normal vector attribute. More...
#include <til/til_declarations.h>
Public Types | |
typedef TParam::Normal | Normal |
typedef TParam::NormalCollaction | NormalCollection |
Public Member Functions | |
AddNormalAttribute () | |
AddNormalAttribute (const TMesh &mesh) | |
AddNormalAttribute (const TMesh &mesh, shared_ptr< NormalCollection > &ni) | |
const NormalCollection & | getNormals () const |
NormalCollection & | getNormals () |
This class enhance a mesh class with a normal vector attribute.
The first template argument is the mesh class we want to upgrade. The second template argument is the parameters for this upgrade, giving for exemple the type of the normal vectors.
Definition at line 44 of file til_declarations.h.
typedef TParam::Normal til::detail::AddNormalAttribute< TMesh, TParam >::Normal |
typedef TParam::NormalCollaction til::detail::AddNormalAttribute< TMesh, TParam >::NormalCollection |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |